if (TransMenu.isSupported()) {
				TransMenu.updateImgPath('imagen');
				var ms = new TransMenuSet(TransMenu.direction.down, 0, 0, TransMenu.reference.bottomLeft);
				TransMenu.subpad_x = 0;
				TransMenu.subpad_y = 0;

var t1 = ms.addMenu(document.getElementById("1"));
t1.addItem("Carlos Paz", "http://www.redpunilla.com.ar/villacarlospaz.php", 0, 0);
t1.addItem("Cosquin", "http://www.redpunilla.com.ar/cosquin.php", 0, 0);
t1.addItem("La Falda", "http://www.redpunilla.com.ar/lafalda.php", 0, 0);
t1.addItem("La Cumbre", "http://www.redpunilla.com.ar/lacumbre.php", 0, 0);
t1.addItem("Capilla del Monte", "http://www.redpunilla.com.ar/capilladelmonte.php", 0, 0);
t1.addItem("Los Cocos", "http://www.redpunilla.com.ar/loscocos.php", 0, 0);
t1.addItem("San Marcos Sierra", "http://www.redpunilla.com.ar/sanmarcossierra.php", 0, 0);
t1.addItem("Villa Giardino", "http://www.redpunilla.com.ar/villagiardino.php", 0, 0);
t1.addItem("San Antonio de Arredondo", "http://www.redpunilla.com.ar/sanantoniodearredondo.php", 0, 0);
t1.addItem("San Roque", "http://www.redpunilla.com.ar/sanroque.php", 0, 0);
t1.addItem("Tanti", "http://www.redpunilla.com.ar/tanti.php", 0, 0);
t1.addItem("Valle Hermoso", "http://www.redpunilla.com.ar/vallehermoso.php", 0, 0);
TransMenu.renderAll();			}
init1=function(){TransMenu.initialize();}
if (window.attachEvent) {
window.attachEvent("onload", init1);
}else{
TransMenu.initialize();			
}
