// JavaScript Document


var code_iata= new Array;
code_iata["18"]="AMS";
code_iata["46"]="BCN";
code_iata["61"]="BER";
code_iata["88"]="BRU";
code_iata["92"]="BUD";
code_iata["180"]="DUB";
code_iata["330"]="MAD";
code_iata["156"]="AGP";
code_iata["345"]="MIL";
code_iata["381"]="NCE";
code_iata["459"]="ROM";
code_iata["513"]="TLL";
code_iata["406"]="PMI";
code_iata["408"]="PAR";
code_iata["431"]="PRG";
code_iata["540"]="VLC";
code_iata["35"]="AKL";
code_iata["44"]="BKK";
code_iata["45"]="BGI";
code_iata["179"]="DXB";
code_iata["238"]="HKG";
code_iata["277"]="KUL";
code_iata["297"]="LAS";
code_iata["343"]="MIA";
code_iata["373"]="NYC";
code_iata["507"]="SYD";
code_iata["524"]="TYO";

function select_tsm_hlocid(tsmhlocid_selector_value){
  if (!tsmhlocid_selector_value) {return;}
  if (document.getElementById('hotcity')) {
    document.getElementById('hotcity').value=code_iata[tsmhlocid_selector_value];
  }
}


function select_tsm_hlocid_packages(tsmhlocid_selector_value){
  if (!tsmhlocid_selector_value) {return;}
  if (document.getElementById('tocity_packages')) {
    document.getElementById('tocity_packages').value=code_iata[tsmhlocid_selector_value];
  }
}


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_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_findObj(n, d) { //v4.01
  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);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

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_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function MM_showHideLayers() { //v3.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'block':(v='hide')?'none':v; }
    obj.display=v; }
}

function progress() {
   document.afpForm.action="http://www.travelstoremaker.com/cgit/porch";
   document.afpForm.method="get";
   document.afpForm.submit();
   return false;
}

function wit(text,id)
{
    if (document.layers){
		x = document.layers[id];
		x.document.write(text);
	}
	else {
	    document.write(text);
	}
}

function ddd(dof, w) {
  dd = new Date();
  dd.setUTCDate(dd.getDate()+(dof==null?0:dof));
  d = dd.getUTCDate();
  for (i=1;i<32;i++) {
    if (d==i) {
	     wit("<option selected value=" + i + ">" + i, w);
    } else {
      wit("<option value=" + i + ">" + i, w);
    }
  }
}


function mmm(dof, w) {
  dd = new Date();
  dd.setUTCDate(dd.getDate()+(dof==null?0:dof));
  m = dd.getMonth();
  wit("<option " + (m==0?"selected ": "") + "value=JAN>January", w);
  wit("<option " + (m==1?"selected ": "") + "value=FEB>February", w);
  wit("<option " + (m==2?"selected ": "") + "value=MAR>March", w);
  wit("<option " + (m==3?"selected ": "") + "value=APR>April", w);
  wit("<option " + (m==4?"selected ": "") + "value=MAY>May", w);
  wit("<option " + (m==5?"selected ": "") + "value=JUN>June", w);
  wit("<option " + (m==6?"selected ": "") + "value=JUL>July", w);
  wit("<option " + (m==7?"selected ": "") + "value=AUG>August", w);
  wit("<option " + (m==8?"selected ": "") + "value=SEP>September", w);
  wit("<option " + (m==9?"selected ": "") + "value=OCT>October", w);
  wit("<option " + (m==10?"selected ": "") + "value=NOV>November", w);
  wit("<option " + (m==11?"selected ": "") + "value=DEC>December", w);
}


function sf(s,h) {
   MM_showHideLayers(h,'','hide');
   MM_showHideLayers(s,'','show');
}

