function stampa_box_eventi(display, lang){
	if(lang==0){
		var testo1='Segnala mostre ed eventi sul portale, invita tutti gli artisti a partecipare.<br/>Scrivi una email all\'indirizzo seguente e invieremo la segnalazione a tutti.';
		var testo2='Chiudi';
	}else{
		var testo1='Report exhibitions and events on the portal, invites all artists to participate.<br/>Send an email to the address below and we will send the alert to all.';
		var testo2='Close';
	}
	if(display)
		{		
		var box_errore='<table width="100%" border="0" cellpadding="0" cellspacing="0" height="100%" background="http://www.artlynow.com/_static/img/sfondi/sfondo_div.png">';
		box_errore=box_errore+'<tbody>';
		box_errore=box_errore+'<tr>';
		box_errore=box_errore+'<td valign="middle" align="center">';
		box_errore=box_errore+'<table border="0" cellpadding="0" cellspacing="0" width="300" height="100" bgcolor="#ffffff">';
		box_errore=box_errore+'<tbody>';
		box_errore=box_errore+'<tr><td width="10" height="15" style="background-position: top left; background-repeat: no-repeat; background-image: url(\'http://www.artlynow.com/_static/img/sfondi/ALGR.gif\');"></td><td style="background-position: top; background-repeat: repeat-x; background-image: url(\'http://www.artlynow.com/_static/img/sfondi/lineGR.gif\');"><img src="http://www.artlynow.com/_static/img/spacer.gif"></td><td style="background-position: top right; background-repeat: no-repeat; background-image: url(\'http://www.artlynow.com/_static/img/sfondi/ARGR.gif\');"></td></tr>';
		box_errore=box_errore+'<tr><td style="background-position: left; background-repeat: repeat-y; background-image: url(\'http://www.artlynow.com/_static/img/sfondi/lineGR.gif\');"></td><td height="10"><a name="div_error_ko"></a></td><td style="background-position: right; background-repeat: repeat-y; background-image: url(\'http://www.artlynow.com/_static/img/sfondi/lineGR.gif\');"></td></tr>';									
		box_errore=box_errore+'<tr><td style="background-position: left; background-repeat: repeat-y; background-image: url(\'http://www.artlynow.com/_static/img/sfondi/lineGR.gif\');"></td>';
		box_errore=box_errore+'<td class="box_text_segnala_eventi" align="center" valign="middle">'+testo1+'</td>';
		box_errore=box_errore+'<td style="background-position: right; background-repeat: repeat-y; background-image: url(\'http://www.artlynow.com/_static/img/sfondi/lineGR.gif\');"></td></tr>';		
		box_errore=box_errore+'<tr><td height="50" style="background-position: left; background-repeat: repeat-y; background-image: url(\'http://www.artlynow.com/_static/img/sfondi/lineGR.gif\');"></td>';
		box_errore=box_errore+'<td class="box_text_segnala_eventi" align="center" valign="middle"><img src="http://www.artlynow.com/_static/img/icons/email_eventi.jpg"></td>';
		box_errore=box_errore+'<td style="background-position: right; background-repeat: repeat-y; background-image: url(\'http://www.artlynow.com/_static/img/sfondi/lineGR.gif\');"></td></tr>';
		box_errore=box_errore+'<tr><td style="background-position: left; background-repeat: repeat-y; background-image: url(\'http://www.artlynow.com/_static/img/sfondi/lineGR.gif\');"></td>';
		box_errore=box_errore+'<td align="center" height="18"><a href="javascript:void(0);" onclick="javascript:stampa_box_eventi(0,0);">'+testo2+'</a></td>';
		box_errore=box_errore+'<td style="background-position: right; background-repeat: repeat-y; background-image: url(\'http://www.artlynow.com/_static/img/sfondi/lineGR.gif\');"></td></tr>';
		box_errore=box_errore+'<tr><td style="background-position: left; background-repeat: repeat-y; background-image: url(\'http://www.artlynow.com/_static/img/sfondi/lineGR.gif\');"></td><td height="10"></td><td style="background-position: right; background-repeat: repeat-y; background-image: url(\'http://www.artlynow.com/_static/img/sfondi/lineGR.gif\');"></td></tr>';
		box_errore=box_errore+'<tr><td width="10" height="15" style="background-position: bottom right; background-repeat: no-repeat; background-image: url(\'http://www.artlynow.com/_static/img/sfondi/BLGR.gif\');"></td><td style="background-position: bottom; background-repeat: repeat-x; background-image: url(\'http://www.artlynow.com/_static/img/sfondi/lineGR.gif\');"><img src="http://www.artlynow.com/_static/img/spacer.gif"></td><td width="10" style="background-position: bottom right; background-repeat: no-repeat; background-image: url(\'http://www.artlynow.com/_static/img/sfondi/BRGR.gif\');"></td></tr>';
		box_errore=box_errore+'</tbody>';
		box_errore=box_errore+'</table>';
		box_errore=box_errore+'</td>';
		box_errore=box_errore+'</tr>';
		box_errore=box_errore+'</tbody>';
		box_errore=box_errore+'</table>';
		document.getElementById('segnala_mostre').innerHTML=box_errore;
		
		document.getElementById('segnala_mostre').style.display='';
		}else
			document.getElementById('segnala_mostre').style.display='none';
				
}
