<!--
//SlideOutMenuScript
var Hw = (document.layers) ? 54 : 62;
var Hn = (document.layers) ? 46 : 50;
var Hr = (document.layers) ? 32 : 37;
var Hf = (document.layers) ? 58 : 63;

new ypSlideOutMenu("tour_star", "down", 511, 560, 157, 70)
new ypSlideOutMenu("tour_escape", "down", 210, 560, 157, 70)
new ypSlideOutMenu("hoteis", "down", 310, 201, 125, 170)
new ypSlideOutMenu("cruzeiros", "down", 409, 201, 147, 195)
new ypSlideOutMenu("resorts", "down", 478, 201, 102, 120)


if (!document.layers) {
	str = "<style type='text/css'>.menu{padding:4px;}</style>"
	document.write(str)
}
//swapImageScript
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

//-->

function mOvr(src,clrOver) {
 if (!src.contains(event.fromElement)) {
  src.style.cursor = 'default';
  src.bgColor = clrOver;
 }
}
function mOut(src,clrIn) {
 if (!src.contains(event.toElement)) {
  src.style.cursor = 'default';
  src.bgColor = clrIn;
 }
}







