// 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/interactive-marketing.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=="citytape")  {
		strTop +='<td width="196" height="25"><a href="citytape.html" target="_self" class="menu_script_piccolo_on">CITYTAPE</a> <br />';	
	}else{
		strTop +='<td width="196" height="25"><a href="citytape.html" target="_self" class="menu_script_piccolo">CITYTAPE</a> <br />';	
	}	
	
	if (sez=="ducati")  {
		strTop += '<a href="ducati.html" target="_self" class="menu_script_piccolo_on">DUCATI</a> <br />';	
	}else{
		strTop += '<a href="ducati.html" target="_self" class="menu_script_piccolo">DUCATI</a> <br />';	
	}	
	
	if (sez=="h3g")  {
	 	strTop += '<a href="h3g.html" target="_self" class="menu_script_piccolo_on">H3G</a> <br />';	
	}else{
		strTop += '<a href="h3g.html" target="_self" class="menu_script_piccolo">H3G</a> <br />';		
	}		
	
	if (sez=="prestitempo")  {
		strTop += '<a href="prestitempo.html" target="_self" class="menu_script_piccolo_on">PRESTITEMPO</a> <br />';				
		}else{
		strTop += '<a href="prestitempo.html" target="_self" class="menu_script_piccolo">PRESTITEMPO</a> <br />';		
	}		
	
	strTop +='<td width="69">&nbsp;</td>';
	strTop +='</tr>';
	strTop +='</table>';
			
	
	document.write(strTop);
 }



               
