document.write('<a id="liguria" href="index.php">');
document.write('<font style="font-size: 11; font-weight:400" color="#FFFFFF">Home</font></a><font style="font-size: 11pt" color="#FFFFFF">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;');
document.write('</font>');
document.write('<a id="lombardia" href="chisiamo.php">');
document.write('<font style="font-size: 11; font-weight:400" color="#FFFFFF">Chi Siamo</font></a><font style="font-size: 11pt" color="#FFFFFF">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;');
document.write('</font>');
document.write('<a id="veneto" href="prodotti.php">');
document.write('<font style="font-size: 11; font-weight:400" color="#FFFFFF">Prodotti</font></a><font style="font-size: 11pt" color="#FFFFFF">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;');
document.write('</font>');
document.write('<a id="toscana" href="contatti.php">');
document.write('<font style="font-size: 11; font-weight:400" color="#FFFFFF">Contatti</font></a><font style="font-size: 11pt">');
document.write('</font>');
	if (TransMenu.isSupported()) {

		var ms = new TransMenuSet(TransMenu.direction.down, 1, 0, TransMenu.reference.bottomLeft);
		var menu3 = ms.addMenu(document.getElementById("veneto"));
		menu3.addItem("Capannoni","capannoni.php");
		menu3.addItem("Chiusure Industriali","industriali.php");
		menu3.addItem("Vele","vele.php");
		menu3.addItem("Gazebo","gazebo.php");
		menu3.addItem("Arcostrutture","arco.php");
		menu3.addItem("Pensiline","pensiline.php");
		menu3.addItem("Chiusure Laterali","laterali.php");
		menu3.addItem("Coperture per Parcheggi","parcheggi.php");
		menu3.addItem("Prodotti Vari","vari.php");
		TransMenu.renderAll();
	}
