// 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/web-development.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=="civic")  {
		strTop +='<td width="196" height="25"><a href="civic.html" target="_self" class="menu_script_piccolo_on">CIVIC</a> <br />';	
	}else{
		strTop +='<td width="196" height="25"><a href="civic.html" target="_self" class="menu_script_piccolo">CIVIC</a> <br />';	
	}	
	
	if (sez=="geox")  {
		strTop += '<a href="geox.html" target="_self" class="menu_script_piccolo_on">GEOX</a> <br />';	
	}else{
		strTop += '<a href="geox.html" target="_self" class="menu_script_piccolo">GEOX</a> <br />';	
	}	
	
	if (sez=="mini")  {
	 	strTop += '<a href="mini.html" target="_self" class="menu_script_piccolo_on">MINI DESIGN AWARD</a> <br />';	
	}else{
		strTop += '<a href="mini.html" target="_self" class="menu_script_piccolo">MINI DESIGN AWARD</a> <br />';		
	}		
	
	if (sez=="q8")  {
		strTop += '<a href="q8.html" target="_self" class="menu_script_piccolo_on">Q8</a> <br />';				
		}else{
		strTop += '<a href="q8.html" target="_self" class="menu_script_piccolo">Q8</a> <br />';		
	}		
	
	strTop +='<td width="69">&nbsp;</td>';
	strTop +='</tr>';
	strTop +='</table>';
			
	
	document.write(strTop);
 }



               
