//forces single pages into 1stClass frameset if someone tries to enter it directly.

var jumpurl = location.pathname.slice(0);

     
if (self.location==top.location && top.location.host!= "")
   {if (location.pathname.substr(1,11) == "key2leisure")
         {jumpurl = location.pathname.slice(12);
         }
    jumpto= "http://www.1stclassholidays.com/1st/frameset.htm?" + jumpurl;
    top.location.href=jumpto;
   }

document.write(unescape("<style type=text/css></style>")); 
document.write("<link rel='stylesheet' href='" , parent.defcss , "'>"); 

function MM_findObj(n, d) { //v3.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x;
}

function ShowInfo(newText) { //v3.0
  if ((obj=MM_findObj('InfoLayer'))!=null) with (obj)
    if (navigator.appName=='Netscape') {document.write(unescape("<div id='InfoLayer' class='infotext' width:756px; height:14px; style='position:absolute; left:auto; top:-6px; align:center; visibility:visible'>"+newText+"</div>")); document.close();}
        else innerHTML = unescape(newText);
}
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

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 MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function GetCompany()
{
document.write("<INPUT TYPE=HIDDEN NAME='URL' VALUE='", top.location.href, "'>");
}

function Conversion(given,wish)
{
yahoo="http://finance.yahoo.com/m5?a=1&s=" + given + "&t=" + wish;
window.open(yahoo,"Conversion", "width=600, height=700, resizable=no, scrollbars=yes, location=no, status=no");
}

function ShowHotel(num, winwidth, winheight)
{ 
hotelname = String(hotel[num][0]) + " - Hotel";
if (winwidth == 0)
   {winwidth = 500;}
if (winheight == 0)
   {winheight = 300;}

attr = "scrollbars=Yes, width=" + winwidth + ",height=" + winheight;
win = window.open("", "" , attr);
win.document.write("<head><title>Hotel Details</title><link rel='stylesheet' href='../../hotels/layout.css'></head>");
win.document.write("<body topmargin='5'>");
win.document.write("<p class='text_middle_headlines'><img src='../../hotels/",country,"/",hotel[num][1],".jpg' align='right'>",hotel[num][0],"</p>");
win.document.write("<p class='text_normal'>",hotel[num][2],"<br>",hotel[num][3],"<br>Tel. ",hotel[num][4],"<br>Fax ",hotel[num][5],"</p>");
win.document.write("<p class='text_normal'>",hotel[num][6],"</p>");
win.document.write("<a href='javascript:self.print()'><img src='../images/print_over.gif' border='0'></a>&nbsp;&nbsp;");
win.document.write("<a href='javascript:self.close()'><img src='../images/close_over.gif' border='0'></a>");
win.document.write("</body></html>");
win.document.close();
}