function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function nonstop()
	{
	if (document.FlightSearch.FNonStop.checked==false)
	{
	document.FlightSearch.FNonStop.value=0;
	}
	else
	{
	document.FlightSearch.FNonStop.value=1;
	}
}	



		function changePicture_New(num)
	{
		if(num==0)
			{
				document.getElementById("flthtlbutton").setAttribute("src","images/flight-and-hotel1.jpg"); 
				document.getElementById("fltbutton").setAttribute("src","images/flight-only2.jpg"); 
				document.getElementById("htlbutton").setAttribute("src","images/hotel-only2.jpg"); 
				
			}
			if(num==1)
			{
				
				document.getElementById("fltbutton").setAttribute("src","images/flight-only1.jpg"); 
				document.getElementById("flthtlbutton").setAttribute("src","images/flight-and-hotel2.jpg"); 
				document.getElementById("htlbutton").setAttribute("src","images/hotel-only2.jpg"); 
			}
			if(num==2)
			{
				document.getElementById("htlbutton").setAttribute("src","images/hotel-only1.jpg"); 
				document.getElementById("flthtlbutton").setAttribute("src","images/flight-and-hotel2.jpg"); 
				document.getElementById("fltbutton").setAttribute("src","images/flight-only2.jpg"); 
				
			}
			
	}



