function stampa_box_errore(display, height){
	if(height=='')	height=100;
	if(display) display=''; else display='none';
	
				
	var box_errore='<div style="position: relative; left: 0; top: 0; z-index: 10000;">';
	box_errore=box_errore+'<div style="position: absolute; left:0px; top:0px; width: 100%; display: '+display+'; height:'+height+'; z-index: 10000" id="ko">';
	box_errore=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="400" height="300" 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_error_ajax" align="center" valign="middle">Attenzione! </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_error_ajax" align="center" valign="middle"><img src="http://www.artlynow.com/_static/img/icons/alert.png" width="30"></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 class="box_error_ajax" align="center" valign="top">Si e\' verificato un problema durante la procedura di Salvataggio e/o Caricamento dati.<br />Contattare l\'amministrazione tecnica <br>o riprovare piu\' tardi.<br /><br />Ci scusiamo per l\'inconveniente.</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:view_div_ko(0);">Chiudi</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>';
	box_errore=box_errore+'</div>';
	box_errore=box_errore+'</div>';
	document.getElementById('box_errore_cont').innerHTML=box_errore;
}
function stampa_box_errore_browser(display, height){
	if(height=='')	height=100;
	if(display) display=''; else display='none';
	
				
	var box_errore='<div style="position: relative; left: 0; top: 0; z-index: 10000;">';
	box_errore=box_errore+'<div style="position: absolute; left:0px; top:0px; width: 100%; display: '+display+'; height:'+height+'; z-index: 10000" id="ko">';
	box_errore=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="400" height="300" 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_browser_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_error_ajax" align="center" valign="middle">Attenzione! </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_error_ajax" align="center" valign="middle"><img src="http://www.artlynow.com/_static/img/icons/alert.png" width="30"></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 class="box_error_ajax" align="center" valign="top">Il Browser che stai utilizzando non funziona correttamente su questo portale.<br />Utilizza Microsft Internet Explorer o Mozilla Firefox per navigare sul sito.<br /></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" valign="middle"><table cellpadding="0" cellspacing="0" border="0"><tbody><tr><td><img src="http://www.artlynow.com/_static/img/icons/Firefox_24.png"></td><td><img src="http://www.artlynow.com/_static/img/icons/IE_24.png"></td></tr></tbody></table></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:view_div_browser_ko(0);">Chiudi</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>';
	box_errore=box_errore+'</div>';
	box_errore=box_errore+'</div>';
	document.getElementById('box_errore_cont').innerHTML=box_errore;
}