// Menu de Navegacion
// Diseņo: Victor Rodriguez
// Fecha : 29/03/2009


document.write('<div id="demo">');
if (algo == 1){  
    document.write('<span id="inicio"><a style="border-bottom:2px solid #666;"  href="http://www.calypsocancunhotel.com/esp/index.html">INICIO</a></span>|');
}else{	
    document.write('<span id="inicio"><a href="http://www.calypsocancunhotel.com/esp/index.html">INICIO</a></span>|');
}   
if (algo == 2){  
    document.write('<span id="rooms"><a style="border-bottom:2px solid #666;" href="http://www.calypsocancunhotel.com/esp/rooms.html">HABITACIONES</a></span>|');
}else{
   document.write('<span id="rooms"><a href="http://www.calypsocancunhotel.com/esp/rooms.html">HABITACIONES</a></span>|');
}   	
if (algo == 3){  
   document.write('<span id="facilites"><a style="border-bottom:2px solid #666;" href="http://www.calypsocancunhotel.com/esp/facilities.html">SERVICIOS</a></span>|');
}else{
   document.write('<span id="facilites"><a href="http://www.calypsocancunhotel.com/esp/facilities.html">SERVICIOS</a></span>|');
}   
if (algo == 4){    
    document.write('<span id="reserve"><a style="border-bottom:2px solid #666;" href="http://www.calypsocancunhotel.com/esp/cancun.html">CANCUN</a></span>|');
}else{
    document.write('<span id="reserve"><a href="http://www.calypsocancunhotel.com/esp/cancun.html">CANCUN</a></span>|');
}
if (algo == 5){		
   document.write('<span id="contact"><a style="border-bottom:2px solid #666;" href="http://www.calypsocancunhotel.com/esp/contact.html">CONTACTOS</a></span>|');
}else{
   document.write('<span id="contact"><a href="http://www.calypsocancunhotel.com/esp/contact.html">CONTACTOS</a></span>|');
}
if (algo == 6){      
   document.write('<span id="gallery"><a style="border-bottom:2px solid #666;"  href="http://www.calypsocancunhotel.com/gallery/gallery_esp.html">GALERIA</a></span>|');
}else{
   document.write('<span id="gallery"><a href="http://www.calypsocancunhotel.com/gallery/gallery_esp.html">GALERIA</a></span>|');
}   
if (algo == 7){
   document.write('<span id="guest"><a style="border-bottom:2px solid #666;" href="http://www.calypsocancunhotel.com/esp/location.html">UBICACION</a></span>');
}else{   
   document.write('<span id="guest"><a href="http://www.calypsocancunhotel.com/esp/location.html">UBICACION</a></span>');
}   
document.write('</div>');


