<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var menuside		= "left"	// MENU SIDE | left, right or center
var menuspace		= "7"		// MENU END SPACING
var dropselect		= "yes"		// SHOW MENU DROP SELECT
var showmenu		= "yes"		// SHOW OTHER MENU BUTTONS


document.write('<div class="printhide"><TABLE cellpadding="0" cellspacing="0" border="0" width="100%" class="navbackground"><tr><td align="'+menuside+'">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td width="'+menuspace+'">');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="5"></a><br>');
   if (showmenu == "yes") {



// COPY THE NEXT TWO LINES AND PASTE ABOVE THIS LINE TO ADD A BUTTON



document.write('</td><td>');
document.write('<a href="about.htm"><img  border="0" src="picts/Cambios/botones/inicio.png" width="100"></a>');


document.write('</td><td>');
document.write('<a href="publicidad.htm"> <img  border="0" src="picts/Cambios/botones/publicidad.png" width="100"></a>');



document.write('</td><td>');
document.write('<a href="eventos.htm" ><img border="0" src="picts/Cambios/botones/eventos sociales.png" width="100"></a>');


document.write('</td><td>');
document.write('<a href="especiales.htm"> <img border="0" src="picts/Cambios/botones/especiales.png" width="100"></a>');



document.write('</td><td>');
document.write('<a href="renta.htm" ><img border="0" src="picts/Cambios/botones/renta.png" width="100"></a>');



document.write('</td><td>');
document.write('<a href="noticias.htm" ><img border="0" src="picts/Cambios/botones/noticias.png" width="100"></a>');



document.write('</td><td>');
document.write('<a href="links.htm"><img border="0" src="picts/Cambios/botones/links.png" width="100"></a>');



document.write('</td><td>');
document.write('<a href="contact.htm" ><img border="0" src="picts/Cambios/botones/contacto.png" width="100"></a>');





document.write('</td><td>');




}
document.write('</td></tr></table>');

   if (dropselect == "yes") {
//document.write('</td><td valign="middle" align="right" class="selecttable">');
//document.write('<form action="#" method="post" class="formmargin">');
//document.write('<select name="choice" size="1" onChange="jump(this.form)" class="selectmenu">');




// START DROP SELECT LINKS - COPY AND PASTE A LINE TO ADD NEW LINKS

//document.write('<option value="">Ir a --------&gt;</option>');

//document.write('<option value="index.html">Inicio</option>');

//ocument.write('<option value="about.htm">Nosotros</option>');

//ocument.write('<option value="servicios.htm">Servicios</option>');

//document.write('<option value="noticias.htm">Noticias</option>');

//ocument.write('<option value="Videos.php">Galeria(Videos)</option>');

//document.write('<option value="slideshow.htm">Galeria(Fotos)</option>');

//document.write('<option value="links.htm">Links</option>');

//document.write('<option value="contact.htm">Contacto</option>');





document.write('</select></form>');
}
document.write('</td><td width="'+menuspace+'">');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="5"></a><br>');
document.write('</td></tr></table></div>');

//  End -->
