function progress() {
	document.afpForm.action="http://www.travelstoremaker.com/cgit/runhttl";
	document.afpForm.method="get";
	document.afpForm.submit();
	return false;
}

function set_date() {
	var outday=document.afpForm.outday.selectedIndex;
	var outmonth=document.afpForm.outmonth.selectedIndex;
	var calendar=new Date();
	var advpurchase=1+3;
	calendar.setDate(calendar.getDate()+advpurchase);
	document.afpForm.outday.selectedIndex=calendar.getDate()-1;
	document.afpForm.outmonth.selectedIndex=calendar.getMonth();
	calendar.setDate(calendar.getDate()+7);
	document.afpForm.retday.selectedIndex=calendar.getDate()-1;
	document.afpForm.retmonth.selectedIndex=calendar.getMonth();
}



function popular_flights(start_code, end_code){
	start = document.getElementById ? document.getElementById('fromcity') : document.all.fromcity;
	end = document.getElementById ? document.getElementById('tocity') : document.all.tocity;
	
	start.value = start_code;
	end.value = end_code;
}






