try
{
  if( ( g_strPathDepth != undefined ) && ( g_strPathDepth != null ) )
    strPathDepth = g_strPathDepth ;
  else
    strPathDepth = '' ;
}
catch( detectedError )
{
  strPathDepth = '' ;
}
 
document.write('<center>');
document.write('<div id="main_container">');
document.write('<table cellpadding="0" cellspacing="0" border="0">');
document.write('<tr>');
document.write('<td width="100%" id="main_body">');
document.write('<table width="100%">');
document.write('<tr>');
document.write('<td>');
document.write('<a title="Homepage" href="' + strPathDepth + 'index_en.asp"><img src="/img/logo.gif" border="0"></a>');
document.write('</td>');
document.write('<td id="menutop">');
document.write('<div>');
document.write('<a href="/pages_en/_user_services/default.asp">Login</a> | ');
document.write('<a href="/pages_en/press/press.htm">Press Area</a> | ');
document.write('<a href="/pages_en/solutions/copy.htm">Copyright</a> | ');
document.write('<a href="' + strPathDepth + 'index_en.asp"><img class=flag src="/img/us.png" title="English" alt="English"></a>&nbsp;');
document.write('<a href="' + strPathDepth + 'index_it.asp"><img class=flag src="/img/it.png" title="Italian" alt="Italian"></a>&nbsp;');
//document.write('<a href="' + strPathDepth + 'index_fr.asp"><img class=flag src="/img/fr.png" title="French" alt="French"></a>&nbsp;');
//document.write('<a href="' + strPathDepth + 'index_es.asp"><img class=flag src="/img/es.png" title="Spanish" alt="Spanish"></a>&nbsp;');
document.write('</div>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
document.write('<table id="navigation" cellpadding="0" cellspacing="0">');
document.write('<tr>');
document.write('<td width="20%"><a href="/pages_en/group/group.htm">Group</a></td>');
document.write('<td width="16%"><a href="/pages_en/solutions/solutions.htm">Solutions</a></td>');
document.write('<td width="20%"><a href="/pages_en/news/comunicati.asp?PageTitle=latestnews&Lang=en">News</a></td>');
document.write('<td width="20%"><a href="/pages_en/_user_services/default.asp">Customer Area</a></td>');
document.write('<td width="20%" class="last"><a href="/pages_en/contacts/contacts.htm">Contact Us</a></td>');
document.write('</tr>');
document.write('</table>');


function openPopup(imgName) {
var PAGE ="<html><title>List Spa</title><body leftmargin='0' topmargin='0'  marginwidth='0' marginheight='0' border='0' onLoad=window.resizeTo(document.getElementById('POPUP').width+30,document.getElementById('POPUP').height+50)><table cellpadding='0' cellspacing='2' border='0'><tr><td><img id='POPUP' src='/img/"+imgName+"' border='0'></td></tr></table></body></html>"
var pop = window.open(null,'pupupWin','toolbar=no,scrollbars=no,resizable=yes,menubar=no,location=no,status=no,left=0,top=0screenX=0,screenY=0')
if (pop){
	pop.document.open();
	pop.document.write(PAGE);
	pop.document.close();
	}
}