$design='<link href="css/andino.css" rel="stylesheet" type="text/css"/>';
$de='<link href="../css/andino.css" rel="stylesheet" type="text/css"/>';

<!--
 var name="andino";
 var name2="reservas";
 var mto="mailto:";
 var domain="hotelandino.com";
//-->


<!--
var slideCache = new Array(); 
function RunSlideShow(pictureName,imageFiles,displaySecs) 
{ 
var imageSeparator = imageFiles.indexOf(";"); 
var nextImage = imageFiles.substring(0,imageSeparator); 
if (document.all) 
{ 
document.getElementById(pictureName).style.filter="blendTrans(duration=3)"; 
document.getElementById(pictureName).filters.blendTrans.Apply(); 
} 
document.getElementById(pictureName).src = nextImage; 
if (document.all) 
{ 
document.getElementById(pictureName).filters.blendTrans.Play(); 
} 
var futureImages= imageFiles.substring(imageSeparator+1,imageFiles.length) 
+ ';' + nextImage; 
setTimeout("RunSlideShow('"+pictureName+"','"+futureImages+"',"+displaySecs+")", 
displaySecs*3000); 

imageSeparator = futureImages.indexOf(";"); 
nextImage = futureImages.substring(0,imageSeparator); 
if (slideCache[nextImage] == null) { 
slideCache[nextImage] = new Image; 
slideCache[nextImage].src = nextImage; 
} 
} 
//-->
