
function wrMenu() {
	var strMenu = '';	


	strMenu += '	<table width="760" border="0" cellspacing="0" cellpadding="0" align="center">';
	strMenu += '	<tr bgcolor="#F5F5F5"><td><table width="760" border="0" cellspacing="0" cellpadding="0"><tr><td>';
	

	strMenu += '	<a href="'+path+'index.htm" class="black"><img src="'+path+'img/Isidea.gif" alt="" width="70" height="40" hspace="15" vspace="5" border="0"></a></td>';
	strMenu += '	<td align="right"></td><td width="15"><img src="'+path+'img/pix.gif" width="35" height="1" alt="" border="0"></td></tr></table>';

	strMenu += '	</td></tr>';
	

	strMenu += '	<tr bgcolor="#E7E3E7"  height="30"><td>';
	strMenu += '	<table width="400" border="0" cellspacing="0" cellpadding="0" align="right"><tr>';
	
	if (sez=="testo")	strMenu += '				<td width="100" align="center"><a href="'+path+'content/corsi.htm" class="grey"><b>CORSI</b></a></td>';
	else				strMenu += '				<td width="100" align="center"><a href="'+path+'content/corsi.htm" class="grey">CORSI</a></td>';
	
	if (sez=="opere")	strMenu += '				<td width="100" align="center"><a href="'+path+'content/gioielli1.htm" class="grey"><b>KIT</b></a></td>';
	else				strMenu += '				<td width="100" align="center"><a href="'+path+'content/gioielli1.htm" class="grey">KIT</a></td>';
	
	if (sez=="testo")	strMenu += '				<td width="100" align="center"><a href="'+path+'content/materiali.htm" class="grey"><b>MATERIALI</b></a></td>';
	else				strMenu += '				<td width="100" align="center"><a href="'+path+'content/materiali.htm" class="grey">MATERIALI</a></td>';
		
	if (sez=="mostre")	strMenu += '				<td width="100" align="center"><a href="'+path+'content/showroom.htm" class="grey"><b>DOVE</b></a></td>';
	else 				strMenu += '				<td width="100" align="center"><a href="'+path+'content/showroom.htm" class="grey">DOVE</a></td>';
	
	
	
	strMenu += '				<td width="15"><img src="'+path+'img/pix.gif" width="15" height="1" alt="" border="0"></td>';
	strMenu += '			</tr></table>';
		
	strMenu += '			</td></tr>';

	strMenu += '	<tr bgcolor="#9C9A9C"><td><img src="'+path+'img/pix.gif" width="1" height="1" alt="" border="0"></td></tr>';
	
	
	if (sez!="home"){
	
	if ((sez=="mostre")||(sez=="testo")||(sez=="biografia"))	strMenu += '				<tr><td bgcolor="#FFFFFF">';
	else 				strMenu += '				<tr><td bgcolor="#FFFFFF"><img src="'+path+'img/pix.gif" width="100" height="15" alt="" border="0"><br>';
	
	}
	
	//if (sez!="home") strMenu += '		<tr><td bgcolor="#FFFFFF"><img src="'+path+'img/pix.gif" width="100" height="15" alt="" border="0"><br>';
	
	
	
  document.write(strMenu);    
}	





function wrBot() {
	var strBot = '';	



	strBot += '		</td></tr>';
	strBot += '<tr bgcolor="#9C9A9C"><td><img src="'+path+'img/pix.gif" width="1" height="1" alt="" border="0"></td></tr>';
	strBot += '<tr bgcolor="#E7E3E7"><td height="30">';

	strBot += '<table width="730" align="center" cellspacing="0" cellpadding="0" ><tr><td class="grey">&copy;2005 Isidea</td>';
	strBot += '	<td align="right" class="grey">Designed by <a href="http://www.maraderosa.com/">www.maraderosa.com</a></td>';
	strBot += '</tr></table>';


	strBot += '</td></tr><tr bgcolor="#000000"><td><img src="'+path+'img/pix.gif" width="1" height="1" alt="" border="0"></td></tr></table>';


	
  document.write(strBot);    
}	
