// 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="index.html">HOME</a></span>|');
}else{	
    document.write('<span id="inicio"><a href="index.html">HOME</a></span>|');
}   
if (algo == 2){  
    document.write('<span id="rooms"><a style="border-bottom:2px solid #666;" href="rooms.html">ROOMS</a></span>|');
}else{
   document.write('<span id="rooms"><a href="rooms.html">ROOMS</a></span>|');
}   	
if (algo == 3){  
   document.write('<span id="facilites"><a style="border-bottom:2px solid #666;" href="facilities.html">FACILITIES</a></span>|');
}else{
   document.write('<span id="facilites"><a href="facilities.html">FACILITIES</a></span>|');
}   
if (algo == 4){    
    document.write('<span id="reserve"><a style="border-bottom:2px solid #666;" href="cancun.html">CANCUN</a></span>|');
}else{
    document.write('<span id="reserve"><a href="cancun.html">CANCUN</a></span>|');
}
if (algo == 5){		
   document.write('<span id="contact"><a style="border-bottom:2px solid #666;" href="contact.html">CONTACT US</a></span>|');
}else{
   document.write('<span id="contact"><a href="contact.html">CONTACT US</a></span>|');
}
if (algo == 6){      
   document.write('<span id="gallery"><a style="border-bottom:2px solid #666;"  href="gallery/gallery_ing.html">GALLERY</a></span>|');
}else{
   document.write('<span id="gallery"><a href="gallery/gallery_ing.html">GALLERY</a></span>|');
}   
if (algo == 7){
   document.write('<span id="guest"><a style="border-bottom:2px solid #666;" href="location.html">LOCATION</a></span> |');
}else{   
   document.write('<span id="guest"><a href="location.html">LOCATION</a></span> |');
}   
if (algo == 8){
   document.write('<span id="guest"><a style="border-bottom:2px solid #666;" href="../videos.html">VIDEOS</a></span>');
}else{   
   document.write('<span id="guest"><a href="../videos.html">VIDEOS</a></span>');
}   
document.write('</div>');


