// JavaScript Document

function wrTop(){	
	
	
	var strTop = '';
	
	strTop +='<table width="265" border="0" cellspacing="0" cellpadding="0">';
	strTop +='<tr>';
	strTop +='<td colspan="2"><img src="../immagini/digital-event.gif" width="265" height="31" /></td>';
	strTop +='</tr>';
	strTop +='<tr>';
	strTop +='<td colspan="2" height="20"><img src="../immagini/px_grigioscuro.gif" width="100%" height="1" /></td>';
	strTop +='</tr>';
	strTop +='<tr>';
	

	if (sez=="arca")  {
		strTop +='<td width="196" height="25"><a href="arca.html" target="_self" class="menu_script_piccolo_on">ARCA</a> <br />';	
	}else{
		strTop +='<td width="196" height="25"><a href="arca.html" target="_self" class="menu_script_piccolo">ARCA</a> <br />';	
	}	
	
	if (sez=="assobagno")  {
		strTop += '<a href="assobagno.html" target="_self" class="menu_script_piccolo_on">ASSOBAGNO</a> <br />';	
	}else{
		strTop += '<a href="assobagno.html" target="_self" class="menu_script_piccolo">ASSOBAGNO</a> <br />';	
	}	
	
	if (sez=="peroni")  {
	 	strTop += '<a href="peroni.html" target="_self" class="menu_script_piccolo_on">PERONI</a> <br />';	
	}else{
		strTop += '<a href="peroni.html" target="_self" class="menu_script_piccolo">PERONI</a> <br />';		
	}		
	
	if (sez=="unicredit")  {
		strTop += '<a href="unicredit.html" target="_self" class="menu_script_piccolo_on">GRUPPO UNICREDIT</a> <br />';				
		}else{
		strTop += '<a href="unicredit.html" target="_self" class="menu_script_piccolo">GRUPPO UNICREDIT</a> <br />';		
	}		
	
	strTop +='<td width="69">&nbsp;</td>';
	strTop +='</tr>';
	strTop +='</table>';
			
	
	document.write(strTop);
 }



               
