document.write('<link rel="stylesheet" type="text/css" href="menu.css">');
if (window.self == window.top)
{
var sPath = window.location.pathname;
var sPage = sPath.substring(sPath.lastIndexOf('/') + 1);
if (sPage.length == 0) {sPage = 'index.html';}
var theurl = 'http://www.travelvantage.com/fset3.htm?' + sPage;
 document.location = theurl;
}
document.write('<IMG height=468 src="home/spacer.gif" width=90 align=left>');

function newwin(theurl)
{ top.frames["main"].location = theurl; 
}
function newwin2(theurl)
{ top.frames["main"].location = theurl; 
}

function openpW(winURL, winWidth, winHeight, winFeatures, winLeft, winTop){
top.frames["main"].location = winURL; 
}
function closepW(){ 
  if (navigator.appName != "Microsoft Internet Explorer" 
      || parseInt(navigator.appVersion) >=4)
  if(pW != null) if(!pW.closed) pW.close() 
  }
function Certify(URL) {
  popupWin = window.open(URL, 'Participant', 'location,scrollbars,width=450,height=300')
  window.top.name = 'opener';
}
function getLocation(winWidth, winHeight, winLeft, winTop){
  var winLocation = ""
  if (winLeft < 0)
    winLeft = screen.width - winWidth + winLeft
  if (winTop < 0) 
    winTop = screen.height - winHeight + winTop
  if (winTop == "cen")
    winTop = (screen.height - winHeight)/2 - 20
  if (winLeft == "cen")
    winLeft = (screen.width - winWidth)/2
  if (winLeft>0 & winTop>0)
    winLocation =  ",screenX=" + winLeft + ",left=" + winLeft	
                + ",screenY=" + winTop + ",top=" + winTop
  else
    winLocation = ""
  return winLocation
  }
