function currency(){
	popUp('http://www.travelnow.com/util/currencyconvert.jsp?cid=46386',200,600);			
}

function passport(){
	popUp('http://travel.state.gov/passport/',800,950);	
}

function carShow(){
	popUp('http://www.travelnow.com/cars/classes/index.jsp',410,468);
}

function flightDelays(){
	popUp('http://www.fly.faa.gov/flyfaa/usmap.jsp',700,800);			
}
function internationalNumbers(){
	popUp('http://www.gottagotravel.com/international_phone_numbers.html',290,165);			
}
function internationalNumbers46382(){
	popUp('http://www.gottagotravel.com/international_phone_numbers_46382.html',290,165);			
}

function weather(){
	popUp('http://www.wunderground.com/auto/GottaGoTravel/geo/TravelWeather/US/CO/Denver',375,200);			
}


function guarantee(){
	popUp('http://availability.gottagotravel.com/index.jsp?locale=en_US&pageName=guarantee&currencyCode=USD&cid=46386&additionalDataString=vrBookingSource%7Cindex',700,800);			
}

function MapQuest(){
	popUp('http://www.mapquest.com/directions/main.adp',700,800);			
}

function TravelWarnings(){
	popUp('http://travel.state.gov/travel/cis_pa_tw/tw/tw_1764.html',700,800);			
}

function Rebate(){
	popUp('http://www.travelnow.com/index.jsp?pageName=promo&cid=46386',700,800);			
}
function StarRatings(){
	popUp('http://www.gottagotravel.com/star_rating.html',650,625);			
}

function popUp(sLocArg,iHeight,iWidth,bScrolling) {
//Open a child window.
    if (iHeight==null) {iHeight=550}
    if (iWidth==null) {iWidth=550}	
    if (bScrolling=='false' || bScrolling==false) {sScroll="no"}	
    else{sScroll="yes"}
    sProps = "height="+iHeight+",width="+iWidth+",scrollbars="+sScroll;
    window.open(sLocArg,'me',sProps);
}
