// JavaScript Document

function HideBanner(){
var i; 
var obj=document.getElementById('Banner');
	if (obj == null){
i=1;
}else{
	document.getElementById("Banner").style.visibility = 'hidden';
	document.getElementById("Banner").style.display= 'none';
}	
}

function HideBanner1() {
if (document.Banner){
}
} 


function SubmitForm(FormName){

FormName.submit();


}



function showprice(){

//window.scrollTo(0,401);

document.getElementById("pricegrid").style.visibility = "";
document.getElementById("pricegrid").style.display= "";

document.getElementById("PriceQouteDiscRow").style.visibility = "";
document.getElementById("PriceQouteDiscRow").style.display= "";


var a;
var b;
a = this.httpReferral.HTTPREF.value;
b = this.httpReferral.URL.value;

this.lxPrice.HTTPREF.value =  a;
this.sbPrice.HTTPREF.value = a;
this.l6Price.HTTPREF.value = a;
this.l10Price.HTTPREF.value = a;
this.vanPrice.HTTPREF.value = a;

this.lxPrice.URL.value =  b;
this.sbPrice.URL.value = b;
this.l6Price.URL.value = b;
this.l10Price.URL.value = b;
this.vanPrice.URL.value = b;



//JFK TO NYC
//if From pickup from JFK is checked then

if (this.selectForm.fromBtn[0].checked ){


			//pickup from airport
			this.lxPrice.From.value =  "AP";
			this.sbPrice.From.value =  "AP";
			this.l6Price.From.value =  "AP";
			this.l10Price.From.value = "AP";
			this.vanPrice.From.value = "AP";

			this.lxPrice.FromText.value =  "John F. Kennedy Airport (JFK)";
			this.sbPrice.FromText.value =  "John F. Kennedy Airport (JFK)";
			this.l6Price.FromText.value =  "John F. Kennedy Airport (JFK)";
			this.l10Price.FromText.value = "John F. Kennedy Airport (JFK)";
			this.vanPrice.FromText.value = "John F. Kennedy Airport (JFK)";


			//hide messege "select destination"
			WriteToTraget('ToMessage',"" );	

			//show "To"
			document.getElementById("T1").style.visibility ="";
			document.getElementById("T1").style.display ="";
			//show "To NYC"
			document.getElementById("T2").style.visibility = "";
			document.getElementById("T2").style.display= "";
			//Check "To NYC" radio button
			this.selectForm.toBtn[0].checked= true; 
			// hidde other airports
			document.getElementById("T3").style.visibility = 'hidden';
			document.getElementById("T3").style.display= 'none';

			document.getElementById("T4").style.visibility = 'hidden';
			document.getElementById("T4").style.display= 'none';

			document.getElementById("T5").style.visibility = 'hidden';
			document.getElementById("T5").style.display= 'none';
		
			//if "To NYC" is checked then	
			if (this.selectForm.toBtn[0].checked ){

			this.lxPrice.To.value =  "NYC";
			this.sbPrice.To.value =  "NYC";
			this.l6Price.To.value =  "NYC";
			this.l10Price.To.value = "NYC";
			this.vanPrice.To.value = "NYC";




			this.PriceQuoteDescription.value =  "All-inclusive rates for Airport transfer from John F. Kennedy International Airport (JFK) to New York City (Manhattan)";
			this.lxPrice.QuoteDescription.value =  "All-inclusive rates for Airport transfer from John F. Kennedy International Airport (JFK) to New York City (Manhattan)";
			this.sbPrice.QuoteDescription.value =  "All-inclusive rates for Airport transfer from John F. Kennedy International Airport (JFK) to New York City (Manhattan)";
			this.l6Price.QuoteDescription.value =  "All-inclusive rates for Airport transfer from John F. Kennedy International Airport (JFK) to New York City (Manhattan)";
			this.l10Price.QuoteDescription.value =  "All-inclusive rates for Airport transfer from John F. Kennedy International Airport (JFK) to New York City (Manhattan)";
			this.vanPrice.QuoteDescription.value =  "All-inclusive rates for Airport transfer from John F. Kennedy International Airport (JFK) to New York City (Manhattan)";
			//WriteToTraget(
			//Show prices From JFK to NYC
		
				//SHOW LX AIRPORT PARKING	
			this.lxAirportParkRowColumn1.style.visibility = "";
			this.lxAirportParkRowColumn1.style.display= "";
			this.lxAirportParkRowColumn2.style.visibility = "";
			this.lxAirportParkRowColumn2.style.display= "";

			//STOR IMAGE SRC TO HIDDEN FIELD
			this.lxPrice.imageSrc.value = document.getElementById("Sedan").src;

			WriteToTraget('lxGratPercentage', "(0%)" );
			this.lxPrice.GratPercentageHidden.value = "(0%)";	
			
			this.lxPrice.Fare.value = "84.00";
			this.lxPrice.Grat.value = "optional";
			this.lxPrice.Stc.value = "10.92";
			this.lxPrice.SubTotal.value = "94.92";
			this.lxPrice.AirportParking.value = "6.00";			
			this.lxPrice.Tolls.value = "5.00";
			this.lxPrice.Total.value = "105.92";

			WriteToTraget('sbGratPercentage', "(0%)" );
			this.sbPrice.GratPercentageHidden.value = "(0%)";	

			//SHOW SB AIRPORT PARKING	
			this.sbAirportParkRowColumn1.style.visibility = "";
			this.sbAirportParkRowColumn1.style.display= "";
			this.sbAirportParkRowColumn2.style.visibility = "";
			this.sbAirportParkRowColumn2.style.display= "";

			this.sbPrice.imageSrc.value = document.getElementById("SUV").src;
			this.sbPrice.Fare.value = "134.00";
			this.sbPrice.Grat.value = "optional";
			this.sbPrice.Stc.value = "17.42";
			this.sbPrice.SubTotal.value = "151.42";
			this.sbPrice.AirportParking.value = "6.00";			
			this.sbPrice.Tolls.value = "5.00";
			this.sbPrice.Total.value = "162.42";


			WriteToTraget('l6GratPercentage', "(20%)" );
			this.l6Price.GratPercentageHidden.value = "(20%)";	
			
			//SHOW L6 AIRPORT PARKING	
			this.l6AirportParkRowColumn1.style.visibility = "";
			this.l6AirportParkRowColumn1.style.display= "";
			this.l6AirportParkRowColumn2.style.visibility = "";
			this.l6AirportParkRowColumn2.style.display= "";

			this.l6Price.imageSrc.value = document.getElementById("l6").src;
			this.l6Price.Fare.value = "134.00";
			this.l6Price.Grat.value = "26.80";
			this.l6Price.Stc.value = "17.42";
			this.l6Price.SubTotal.value = "178.22";
			this.l6Price.AirportParking.value = "6.00";			
			this.l6Price.Tolls.value = "5.00";
			this.l6Price.Total.value = "189.22";


			WriteToTraget('l10GratPercentage', "(20%)" );
			this.l10Price.GratPercentageHidden.value = "(20%)";	

			//SHOW L10 AIRPORT PARKING	
			this.l10AirportParkRowColumn1.style.visibility = "";
			this.l10AirportParkRowColumn1.style.display= "";
			this.l10AirportParkRowColumn2.style.visibility = "";
			this.l10AirportParkRowColumn2.style.display= "";

			this.l10Price.imageSrc.value = document.getElementById("l10").src;
			this.l10Price.Fare.value = "144.00";
			this.l10Price.Grat.value = "28.80";
			this.l10Price.Stc.value = "18.72";
			this.l10Price.SubTotal.value = "191.52";
			this.l10Price.AirportParking.value = "6.00";			
			this.l10Price.Tolls.value = "5.00";
			this.l10Price.Total.value = "202.52";

			//SHOW VAN AIRPORT PARKING	
			this.vanAirportParkRowColumn1.style.visibility = "";
			this.vanAirportParkRowColumn1.style.display= "";
			this.vanAirportParkRowColumn2.style.visibility = "";
			this.vanAirportParkRowColumn2.style.display= "";

			WriteToTraget('vanGratPercentage', "(20%)" );
			this.vanPrice.GratPercentageHidden.value = "(20%)";	

			this.vanPrice.imageSrc.value = document.getElementById("van").src;
			this.vanPrice.Fare.value = "144.00";
			this.vanPrice.Grat.value = "28.80";
			this.vanPrice.Stc.value = "18.72";
			this.vanPrice.SubTotal.value = "191.52";
			this.vanPrice.AirportParking.value = "6.00";			
			this.vanPrice.Tolls.value = "5.00";
			this.vanPrice.Total.value = "202.52";


		}


}


//EWR TO NYC
//if From EWR is checked then
if (this.selectForm.fromBtn[1].checked ){

			// pickup from Airport
			this.lxPrice.From.value =  "AP";
			this.sbPrice.From.value =  "AP";
			this.l6Price.From.value =  "AP";
			this.l10Price.From.value = "AP";
			this.vanPrice.From.value = "AP";

			this.lxPrice.FromText.value =  "Newark Airport (EWR)";
			this.sbPrice.FromText.value =  "Newark Airport (EWR)";
			this.l6Price.FromText.value =  "Newark Airport (EWR)";
			this.l10Price.FromText.value = "Newark Airport (EWR)";
			this.vanPrice.FromText.value = "Newark Airport (EWR)";



		//hide messege "select destination"
			WriteToTraget('ToMessage',"" );	

			//show "To"
			this.T1.style.visibility = "";
			this.T1.style.display= "";
			//show "To NYC"
			this.T2.style.visibility = "";
			this.T2.style.display= "";
			//Check "To NYC" radio button
			this.selectForm.toBtn[0].checked= true; 
			// hiddeto other airports
			this.T3.style.visibility = 'hidden';
			this.T3.style.display= 'none';

			this.T4.style.visibility = 'hidden';
			this.T4.style.display= 'none';

			this.T5.style.visibility = 'hidden';
			this.T5.style.display= 'none';

			//if "To NYC" is checked then	
			if (this.selectForm.toBtn[0].checked ){


			this.lxPrice.To.value =  "NYC";
			this.sbPrice.To.value =  "NYC";
			this.l6Price.To.value =  "NYC";
			this.l10Price.To.value = "NYC";
			this.vanPrice.To.value = "NYC";




			this.PriceQuoteDescription.value =  "All-inclusive rates for Airport transfer from Newark Liberty International Airport (EWR) to New York City (Manhattan)";	
			this.lxPrice.QuoteDescription.value =  "All-inclusive rates for Airport transfer from Newark Liberty International Airport (EWR) to New York City (Manhattan)";	
			this.sbPrice.QuoteDescription.value =  "All-inclusive rates for Airport transfer from Newark Liberty International Airport (EWR) to New York City (Manhattan)";	
			this.l6Price.QuoteDescription.value =  "All-inclusive rates for Airport transfer from Newark Liberty International Airport (EWR) to New York City (Manhattan)";	
			this.l10Price.QuoteDescription.value =  "All-inclusive rates for Airport transfer from Newark Liberty International Airport (EWR) to New York City (Manhattan)";	
			this.vanPrice.QuoteDescription.value =  "All-inclusive rates for Airport transfer from Newark Liberty International Airport (EWR) to New York City (Manhattan)";	


		//Show prices From EWR to NYC
			WriteToTraget('lxGratPercentage', "(0%)" );
				this.lxPrice.GratPercentageHidden.value = "(0%)";	
				//SHOW LX AIRPORT PARKING
				this.lxAirportParkRowColumn1.style.visibility = "";
				this.lxAirportParkRowColumn1.style.display= "";
				this.lxAirportParkRowColumn2.style.visibility = "";
				this.lxAirportParkRowColumn2.style.display= "";


				this.lxPrice.imageSrc.value = document.getElementById("Sedan").src;
				this.lxPrice.Fare.value = "90.00";
				this.lxPrice.Grat.value = "optional";
				this.lxPrice.Stc.value = "11.70";
				this.lxPrice.SubTotal.value = "101.70";
				this.lxPrice.AirportParking.value = "6.00";			
				this.lxPrice.Tolls.value = "9.00";
				this.lxPrice.Total.value = "116.70";


				WriteToTraget('sbGratPercentage', "(0%)" );
				this.sbPrice.GratPercentageHidden.value = "(0%)";	

				
				//SHOW SB AIRPORT PARKING
				this.sbAirportParkRowColumn1.style.visibility = "";
				this.sbAirportParkRowColumn1.style.display= "";
				this.sbAirportParkRowColumn2.style.visibility = "";
				this.sbAirportParkRowColumn2.style.display= "";

				this.sbPrice.imageSrc.value = document.getElementById("SUV").src;
				this.sbPrice.Fare.value = "140.00";
				this.sbPrice.Grat.value = "optional";
				this.sbPrice.Stc.value = "18.20";
				this.sbPrice.SubTotal.value = "158.20";
				this.sbPrice.AirportParking.value = "6.00";			
				this.sbPrice.Tolls.value = "9.00";
				this.sbPrice.Total.value = "173.20";


			
			//SHOW L6 AIRPORT PARKING	
			this.l6AirportParkRowColumn1.style.visibility = "";
			this.l6AirportParkRowColumn1.style.display = "";
			this.l6AirportParkRowColumn2.style.visibility = "";
			this.l6AirportParkRowColumn2.style.display = "";

			WriteToTraget('l6GratPercentage', "(20%)" );
			this.l6Price.GratPercentageHidden.value = "(20%)";	

			this.l6Price.imageSrc.value = document.getElementById("l6").src;
			this.l6Price.Fare.value = "140.00";
			this.l6Price.Grat.value = "28.00";
			this.l6Price.Stc.value = "18.20";
			this.l6Price.SubTotal.value = "186.20";
			this.l6Price.AirportParking.value = "6.00";			
			this.l6Price.Tolls.value = "9.00";
			this.l6Price.Total.value = "201.20";

			WriteToTraget('l10GratPercentage', "(20%)" );
			this.l10Price.GratPercentageHidden.value = "(20%)";	

			//SHOW L10 AIRPORT PARKING	
			this.l10AirportParkRowColumn1.style.visibility = "";
			this.l10AirportParkRowColumn1.style.display= "";
			this.l10AirportParkRowColumn2.style.visibility = "";
			this.l10AirportParkRowColumn2.style.display= "";
	

			this.l10Price.imageSrc.value = document.getElementById("l10").src;
			this.l10Price.Fare.value = "150.00";
			this.l10Price.Grat.value = "30.00";
			this.l10Price.Stc.value = "19.50";
			this.l10Price.SubTotal.value = "199.50";
			this.l10Price.AirportParking.value = "6.00";			
			this.l10Price.Tolls.value = "9.00";
			this.l10Price.Total.value = "214.50";


			//SHOW VAN AIRPORT PARKING	
			this.vanAirportParkRowColumn1.style.visibility = "";
			this.vanAirportParkRowColumn1.style.display= "";
			this.vanAirportParkRowColumn2.style.visibility = "";
			this.vanAirportParkRowColumn2.style.display= "";


			WriteToTraget('vanGratPercentage', "(20%)" );
			this.vanPrice.GratPercentageHidden.value = "(20%)";	

			this.vanPrice.imageSrc.value = document.getElementById("van").src;
			this.vanPrice.Fare.value = "150.00";
			this.vanPrice.Grat.value = "30.00";
			this.vanPrice.Stc.value = "19.50";
			this.vanPrice.SubTotal.value = "199.50";
			this.vanPrice.AirportParking.value = "6.00";			
			this.vanPrice.Tolls.value = "9.00";
			this.vanPrice.Total.value = "214.50";


	}
					
			
}

//LGA TO NYC
//if From LGA is checked then
if (this.selectForm.fromBtn[2].checked ){


			// pickup from Airport
			this.lxPrice.From.value =  "AP";
			this.sbPrice.From.value =  "AP";
			this.l6Price.From.value =  "AP";
			this.l10Price.From.value = "AP";
			this.vanPrice.From.value = "AP";

			this.lxPrice.FromText.value =  "LaGuardia Airport (LGA)";
			this.sbPrice.FromText.value =  "LaGuardia Airport (LGA)";
			this.l6Price.FromText.value =  "LaGuardia Airport (LGA)";
			this.l10Price.FromText.value = "LaGuardia Airport (LGA)";
			this.vanPrice.FromText.value = "LaGuardia Airport (LGA)";


			//hide messege "select destination"
			WriteToTraget('ToMessage',"" );	

			//show "To"
			this.T1.style.visibility = "";
			this.T1.style.display= "";
			//show "To NYC"
			this.T2.style.visibility = "";
			this.T2.style.display= "";
			//Check "To NYC" radio button
			this.selectForm.toBtn[0].checked= true; 
			// hiddeto other airports
			this.T3.style.visibility = 'hidden';
			this.T3.style.display= 'none';

			this.T4.style.visibility = 'hidden';
			this.T4.style.display= 'none';

			this.T5.style.visibility = 'hidden';
			this.T5.style.display= 'none';

			if (this.selectForm.toBtn[0].checked ){


			this.lxPrice.To.value =  "NYC";
			this.sbPrice.To.value =  "NYC";
			this.l6Price.To.value =  "NYC";
			this.l10Price.To.value = "NYC";
			this.vanPrice.To.value = "NYC";

	
	
			this.PriceQuoteDescription.value = "All-inclusive rates for Airport transfer from LaGuardia International Airport (LGA) to New York City (Manhattan)";
			this.lxPrice.QuoteDescription.value = "All-inclusive rates for Airport transfer from LaGuardia International Airport (LGA) to New York City (Manhattan)";
			this.sbPrice.QuoteDescription.value = "All-inclusive rates for Airport transfer from LaGuardia International Airport (LGA) to New York City (Manhattan)";
			this.l6Price.QuoteDescription.value =  "All-inclusive rates for Airport transfer from LaGuardia International Airport (LGA) to New York City (Manhattan)";
			this.l10Price.QuoteDescription.value = "All-inclusive rates for Airport transfer from LaGuardia International Airport (LGA) to New York City (Manhattan)";
			this.vanPrice.QuoteDescription.value = "All-inclusive rates for Airport transfer from LaGuardia International Airport (LGA) to New York City (Manhattan)";

			//Show prices From LGA to NYC

				WriteToTraget('lxGratPercentage', "(0%)" );
				this.lxPrice.GratPercentageHidden.value = "(0%)";	

				//SHOW LX AIRPORT PARKING	
				this.lxAirportParkRowColumn1.style.visibility = "";
				this.lxAirportParkRowColumn1.style.display= "";
				this.lxAirportParkRowColumn2.style.visibility = "";
				this.lxAirportParkRowColumn2.style.display= "";

				this.lxPrice.imageSrc.value = document.getElementById("Sedan").src;
				this.lxPrice.Fare.value = "72.00";
				this.lxPrice.Grat.value = "optional";
				this.lxPrice.Stc.value = "9.36";
				this.lxPrice.SubTotal.value = "81.36";
				this.lxPrice.AirportParking.value = "6.00";			
				this.lxPrice.Tolls.value = "5.00";
				this.lxPrice.Total.value = "92.36";


				WriteToTraget('sbGratPercentage', "(0%)" );
				this.sbPrice.GratPercentageHidden.value = "(0%)";	
				//SHOW SB AIRPORT PARKING
				this.sbAirportParkRowColumn1.style.visibility = "";
				this.sbAirportParkRowColumn1.style.display= "";
				this.sbAirportParkRowColumn2.style.visibility = "";
				this.sbAirportParkRowColumn2.style.display= "";

				this.sbPrice.imageSrc.value = document.getElementById("SUV").src;
				this.sbPrice.Fare.value = "122.00";
				this.sbPrice.Grat.value = "optional";
				this.sbPrice.Stc.value = "15.86";
				this.sbPrice.SubTotal.value = "137.86";
				this.sbPrice.AirportParking.value = "6.00";			
				this.sbPrice.Tolls.value = "5.00";
				this.sbPrice.Total.value = "148.86";



				WriteToTraget('l6GratPercentage', "(20%)" );
				this.l6Price.GratPercentageHidden.value = "(20%)";	

				//SHOW L6 AIRPORT PARKING	
				this.l6AirportParkRowColumn1.style.visibility = "";
				this.l6AirportParkRowColumn1.style.display = "";
				this.l6AirportParkRowColumn2.style.visibility = "";
				this.l6AirportParkRowColumn2.style.display = "";

				this.l6Price.imageSrc.value = document.getElementById("l6").src;
				this.l6Price.Fare.value = "122.00";
				this.l6Price.Grat.value = "24.40";
				this.l6Price.Stc.value = "15.86";
				this.l6Price.SubTotal.value = "162.26";
				this.l6Price.AirportParking.value = "6.00";			
				this.l6Price.Tolls.value = "5.00";
				this.l6Price.Total.value = "173.26";



				WriteToTraget('l10GratPercentage', "(20%)" );
				this.l10Price.GratPercentageHidden.value = "(20%)";	

				//SHOW L10 AIRPORT PARKING	
				this.l10AirportParkRowColumn1.style.visibility = "";
				this.l10AirportParkRowColumn1.style.display= "";
				this.l10AirportParkRowColumn2.style.visibility = "";
				this.l10AirportParkRowColumn2.style.display= "";

				this.l10Price.imageSrc.value = document.getElementById("l10").src;
				this.l10Price.Fare.value = "132.00";
				this.l10Price.Grat.value = "26.40";
				this.l10Price.Stc.value = "17.16";
				this.l10Price.SubTotal.value = "175.56";
				this.l10Price.AirportParking.value = "6.00";			
				this.l10Price.Tolls.value = "5.00";
				this.l10Price.Total.value = "186.56";



				WriteToTraget('vanGratPercentage', "(20%)" );
				this.vanPrice.GratPercentageHidden.value = "(20%)";	

				//SHOW VAN AIRPORT PARKING	
				this.vanAirportParkRowColumn1.style.visibility = "";
				this.vanAirportParkRowColumn1.style.display= "";
				this.vanAirportParkRowColumn2.style.visibility = "";
				this.vanAirportParkRowColumn2.style.display= "";

				this.vanPrice.imageSrc.value = document.getElementById("van").src;
				this.vanPrice.Fare.value = "132.00";
				this.vanPrice.Grat.value = "26.40";
				this.vanPrice.Stc.value = "17.16";
				this.vanPrice.SubTotal.value = "175.56";
				this.vanPrice.AirportParking.value = "6.00";			
				this.vanPrice.Tolls.value = "5.00";
				this.vanPrice.Total.value = "186.56";



		}
					
}


//From NYC
//if From NYC is checked then
if (this.selectForm.fromBtn[3].checked ){

			// pickup from Airport
			this.lxPrice.From.value =  "NYC";
			this.sbPrice.From.value =  "NYC";
			this.l6Price.From.value =  "NYC";
			this.l10Price.From.value = "NYC";
			this.vanPrice.From.value = "NYC";



			//show "To"
			this.T1.style.visibility = "";
			this.T1.style.display= "";
			//HIDE "To NYC"
			this.T2.style.visibility = 'hidden';
			this.T2.style.display= 'none';
			//Check "To NYC" radio button
			this.selectForm.toBtn[0].checked= false; 
			// show all Airport other airports
			this.T3.style.visibility = '';
			this.T3.style.display= '';

			this.T4.style.visibility = '';
			this.T4.style.display= '';

			this.T5.style.visibility = '';
			this.T5.style.display= '';

		// reset prices (waiting for desination to be selected)
			WriteToTraget('ToMessage',"Select Destination..." );	
			
		// hide price table until destination is selected
			this.pricegrid.style.visibility = 'hidden';
			this.pricegrid.style.display= 'none';
			//reset trip discription message
			this.PriceQuoteDescription.value = "";
	//window.scrollTo(0,401) 			

		//if JFK is checked then show prices from NYC to JFK
		if (this.selectForm.toBtn[1].checked){
			//hide messege "select destination"

			this.lxPrice.To.value =  "AP";
			this.sbPrice.To.value =  "AP";
			this.l6Price.To.value =  "AP";
			this.l10Price.To.value = "AP";
			this.vanPrice.To.value = "AP";

			this.lxPrice.ToText.value =  "John F. Kennedy Airport (JFK)";
			this.sbPrice.ToText.value =  "John F. Kennedy Airport (JFK)";
			this.l6Price.ToText.value =  "John F. Kennedy Airport (JFK)";
			this.l10Price.ToText.value = "John F. Kennedy Airport (JFK)";
			this.vanPrice.ToText.value = "John F. Kennedy Airport (JFK)";




			WriteToTraget('ToMessage',"" );	
			this.PriceQuoteDescription.value = "All-inclusive rates for Airport transfer from New York City (Manhattan) to John F. Kennedy International Airport (JFK)";
			this.lxPrice.QuoteDescription.value = "All-inclusive rates for Airport transfer from New York City (Manhattan) to John F. Kennedy International Airport (JFK)";
			this.sbPrice.QuoteDescription.value = "All-inclusive rates for Airport transfer from New York City (Manhattan) to John F. Kennedy International Airport (JFK)";
			this.l6Price.QuoteDescription.value =  "All-inclusive rates for Airport transfer from New York City (Manhattan) to John F. Kennedy International Airport (JFK)";
			this.l10Price.QuoteDescription.value = "All-inclusive rates for Airport transfer from New York City (Manhattan) to John F. Kennedy International Airport (JFK)";
			this.vanPrice.QuoteDescription.value = "All-inclusive rates for Airport transfer from New York City (Manhattan) to John F. Kennedy International Airport (JFK)";

			//show price table
			this.pricegrid.style.visibility = "";
			this.pricegrid.style.display= "";


			WriteToTraget('lxGratPercentage', "(0%)" );
			this.lxPrice.GratPercentageHidden.value = "(0%)";	

			this.lxAirportParkRowColumn1.style.visibility = 'hidden';
			this.lxAirportParkRowColumn1.style.display= 'none';
			this.lxAirportParkRowColumn2.style.visibility = 'hidden';
			this.lxAirportParkRowColumn2.style.display= 'none';

			this.lxPrice.imageSrc.value = document.getElementById("Sedan").src;
			this.lxPrice.Fare.value = "72.00";
			this.lxPrice.Grat.value = "optional";
			this.lxPrice.Stc.value = "9.36";
			this.lxPrice.SubTotal.value = "81.36";
			this.lxPrice.AirportParking.value = "";
			this.lxPrice.Tolls.value = "5.00";
			this.lxPrice.Total.value = "86.36";


			WriteToTraget('sbGratPercentage', "(0%)" );
			this.sbPrice.GratPercentageHidden.value = "(0%)";	

			//HIDE SB AIRPORT PARKING
			this.sbAirportParkRowColumn1.style.visibility ='hidden';
			this.sbAirportParkRowColumn1.style.display= 'none';
			this.sbAirportParkRowColumn2.style.visibility ='hidden';
			this.sbAirportParkRowColumn2.style.display= 'none';

			this.sbPrice.imageSrc.value = document.getElementById("SUV").src;
			this.sbPrice.Fare.value = "122.00";
			this.sbPrice.Grat.value = "optional";
			this.sbPrice.Stc.value = "15.86";
			this.sbPrice.SubTotal.value = "137.86";
			this.sbPrice.AirportParking.value = "";
			this.sbPrice.Tolls.value = "5.00";
			this.sbPrice.Total.value = "142.86";


			WriteToTraget('l6GratPercentage', "(20%)" );
			this.l6Price.GratPercentageHidden.value = "(20%)";	

			//HIDE L6 AIRPORT PARKING	
			this.l6AirportParkRowColumn1.style.visibility = 'hidden';
			this.l6AirportParkRowColumn1.style.display = 'none';
			this.l6AirportParkRowColumn2.style.visibility = 'hidden';
			this.l6AirportParkRowColumn2.style.display = 'none';

			this.l6Price.imageSrc.value = document.getElementById("l6").src;
			this.l6Price.Fare.value = "122.00";
			this.l6Price.Grat.value = "24.40";
			this.l6Price.Stc.value = "15.86";
			this.l6Price.SubTotal.value = "162.26";
			this.l6Price.AirportParking.value = "";
			this.l6Price.Tolls.value = "5.00";
			this.l6Price.Total.value = "167.26";


			WriteToTraget('l10GratPercentage', "(20%)" );
			this.l10Price.GratPercentageHidden.value = "(20%)";	
			//SHIDE L10 AIRPORT PARKING	
			this.l10AirportParkRowColumn1.style.visibility ='hidden';
			this.l10AirportParkRowColumn1.style.display= 'none';
			this.l10AirportParkRowColumn2.style.visibility ='hidden';
			this.l10AirportParkRowColumn2.style.display= 'none';



			this.l10Price.imageSrc.value = document.getElementById("l10").src;
			this.l10Price.Fare.value = "132.00";
			this.l10Price.Grat.value = "26.40";
			this.l10Price.Stc.value = "17.16";
			this.l10Price.SubTotal.value = "175.56";
			this.l10Price.AirportParking.value = "";
			this.l10Price.Tolls.value = "5.00";
			this.l10Price.Total.value = "180.56";


			WriteToTraget('vanGratPercentage', "(20%)" );
			this.vanPrice.GratPercentageHidden.value = "(20%)";	

			//SHOW VAN AIRPORT PARKING	
			this.vanAirportParkRowColumn1.style.visibility ='hidden';
			this.vanAirportParkRowColumn1.style.display= 'none';
			this.vanAirportParkRowColumn2.style.visibility ='hidden';
			this.vanAirportParkRowColumn2.style.display= 'none';


			this.vanPrice.imageSrc.value = document.getElementById("van").src;
			this.vanPrice.Fare.value = "132.00";
			this.vanPrice.Grat.value = "26.40";
			this.vanPrice.Stc.value = "17.16";
			this.vanPrice.SubTotal.value = "175.56";
			this.vanPrice.AirportParking.value = "";
			this.vanPrice.Tolls.value = "5.00";
			this.vanPrice.Total.value = "180.56";


		
		}

			//if "To EWR is checked the show prices from NYC to EWR	
		if (this.selectForm.toBtn[2].checked){

			this.lxPrice.To.value =  "AP";
			this.sbPrice.To.value =  "AP";
			this.l6Price.To.value =  "AP";
			this.l10Price.To.value = "AP";
			this.vanPrice.To.value = "AP";



		//hide messege "select destination"
			WriteToTraget('ToMessage',"" );	
			this.PriceQuoteDescription.value = "All-inclusive rates for Airport transfer from New York City (Manhattan) to Newark Liberty International Airport (EWR)";

			this.PriceQuoteDescription.value = "All-inclusive rates for Airport transfer from New York City (Manhattan) to Newark Liberty International Airport (EWR)";
			this.lxPrice.QuoteDescription.value = "All-inclusive rates for Airport transfer from New York City (Manhattan) to Newark Liberty International Airport (EWR)";
			this.sbPrice.QuoteDescription.value = "All-inclusive rates for Airport transfer from New York City (Manhattan) to Newark Liberty International Airport (EWR)";
			this.l6Price.QuoteDescription.value =  "All-inclusive rates for Airport transfer from New York City (Manhattan) to Newark Liberty International Airport (EWR)";
			this.l10Price.QuoteDescription.value = "All-inclusive rates for Airport transfer from New York City (Manhattan) to Newark Liberty International Airport (EWR)";
			this.vanPrice.QuoteDescription.value = "All-inclusive rates for Airport transfer from New York City (Manhattan) to Newark Liberty International Airport (EWR)";

			this.lxPrice.ToText.value =  "Newark Airport (EWR)";
			this.sbPrice.ToText.value =  "Newark Airport (EWR)";
			this.l6Price.ToText.value =  "Newark Airport (EWR)";
			this.l10Price.ToText.value = "Newark Airport (EWR)";
			this.vanPrice.ToText.value = "Newark Airport (EWR)";


			WriteToTraget('lxGratPercentage', "(0%)" );
			this.lxPrice.GratPercentageHidden.value = "(0%)";	

			//show price table
			this.pricegrid.style.visibility = "";
			this.pricegrid.style.display= "";


			this.lxAirportParkRowColumn1.style.visibility = 'hidden';
			this.lxAirportParkRowColumn1.style.display= 'none';
			this.lxAirportParkRowColumn2.style.visibility = 'hidden';
			this.lxAirportParkRowColumn2.style.display= 'none';

			this.lxPrice.imageSrc.value = document.getElementById("Sedan").src;
			this.lxPrice.Fare.value = "78.00";
			this.lxPrice.Grat.value = "optional";
			this.lxPrice.Stc.value = "10.14";
			this.lxPrice.SubTotal.value = "88.14";
			this.lxPrice.AirportParking.value = "";
			this.lxPrice.Tolls.value = "9.00";
			this.lxPrice.Total.value = "97.14";


			WriteToTraget('sbGratPercentage', "(0%)" );
			this.sbPrice.GratPercentageHidden.value = "(0%)";	

			//SHOW SB AIRPORT PARKING
			this.sbAirportParkRowColumn1.style.visibility ='hidden';
			this.sbAirportParkRowColumn1.style.display= 'none';
			this.sbAirportParkRowColumn2.style.visibility ='hidden';
			this.sbAirportParkRowColumn2.style.display= 'none';

			this.sbPrice.imageSrc.value = document.getElementById("SUV").src;
			this.sbPrice.Fare.value = "128.00";
			this.sbPrice.Grat.value = "optional";
			this.sbPrice.Stc.value = "16.64";
			this.sbPrice.SubTotal.value = "144.64";
			this.sbPrice.AirportParking.value = "";
			this.sbPrice.Tolls.value = "9.00";
			this.sbPrice.Total.value = "153.64";



			WriteToTraget('l6GratPercentage', "(20%)" );
			this.l6Price.GratPercentageHidden.value = "(20%)";	

			//SHOW L6 AIRPORT PARKING	
			this.l6AirportParkRowColumn1.style.visibility = 'hidden';
			this.l6AirportParkRowColumn1.style.display = 'none';
			this.l6AirportParkRowColumn2.style.visibility = 'hidden';
			this.l6AirportParkRowColumn2.style.display = 'none';

			this.l6Price.imageSrc.value = document.getElementById("l6").src;
			this.l6Price.Fare.value = "128.00";
			this.l6Price.Grat.value = "25.60";
			this.l6Price.Stc.value = "16.64";
			this.l6Price.SubTotal.value = "170.24";
			this.l6Price.AirportParking.value = "";
			this.l6Price.Tolls.value = "9.00";
			this.l6Price.Total.value = "179.24";



			WriteToTraget('l10GratPercentage', "(20%)" );
			this.l10Price.GratPercentageHidden.value = "(20%)";	

			//SHOW L10 AIRPORT PARKING	
			this.l10AirportParkRowColumn1.style.visibility ='hidden';
			this.l10AirportParkRowColumn1.style.display= 'none';
			this.l10AirportParkRowColumn2.style.visibility ='hidden';
			this.l10AirportParkRowColumn2.style.display= 'none';

			this.l10Price.imageSrc.value = document.getElementById("l10").src;
			this.l10Price.Fare.value = "138.00";
			this.l10Price.Grat.value = "27.60";
			this.l10Price.Stc.value = "17.94";
			this.l10Price.SubTotal.value = "183.54";
			this.l10Price.AirportParking.value = "";
			this.l10Price.Tolls.value = "9.00";
			this.l10Price.Total.value = "192.54";

			WriteToTraget('vanGratPercentage', "(20%)" );
			this.vanPrice.GratPercentageHidden.value = "(20%)";	

			//SHOW VAN AIRPORT PARKING	
			this.vanAirportParkRowColumn1.style.visibility ='hidden';
			this.vanAirportParkRowColumn1.style.display= 'none';
			this.vanAirportParkRowColumn2.style.visibility ='hidden';
			this.vanAirportParkRowColumn2.style.display= 'none';

			this.vanPrice.imageSrc.value = document.getElementById("van").src;
			this.vanPrice.Fare.value = "138.00";
			this.vanPrice.Grat.value = "27.60";
			this.vanPrice.Stc.value = "17.94";
			this.vanPrice.SubTotal.value = "183.54";
			this.vanPrice.AirportParking.value = "";
			this.vanPrice.Tolls.value = "9.00";
			this.vanPrice.Total.value = "192.54";
	
		}



			//if "To LGA is checked the show prices from NYC to LGA
			if (this.selectForm.toBtn[3].checked){

			this.lxPrice.To.value =  "AP";
			this.sbPrice.To.value =  "AP";
			this.l6Price.To.value =  "AP";
			this.l10Price.To.value = "AP";
			this.vanPrice.To.value = "AP";

			this.lxPrice.ToText.value =  "LaGuardia Airport (LGA)";
			this.sbPrice.ToText.value =  "LaGuardia Airport (LGA)";
			this.l6Price.ToText.value =  "LaGuardia Airport (LGA)";
			this.l10Price.ToText.value = "LaGuardia Airport (LGA)";
			this.vanPrice.ToText.value = "LaGuardia Airport (LGA)";

			//hide messege "select destination"
			WriteToTraget('ToMessage',"" );	
			this.PriceQuoteDescription.value = "All-inclusive rates for Airport transfer from New York City (Manhattan) to LaGuardia International Airport (LGA)";
			this.lxPrice.QuoteDescription.value = "All-inclusive rates for Airport transfer from New York City (Manhattan) to LaGuardia International Airport (LGA)";
			this.sbPrice.QuoteDescription.value = "All-inclusive rates for Airport transfer from New York City (Manhattan) to LaGuardia International Airport (LGA)";
			this.l6Price.QuoteDescription.value =  "All-inclusive rates for Airport transfer from New York City (Manhattan) to LaGuardia International Airport (LGA)";
			this.l10Price.QuoteDescription.value = "All-inclusive rates for Airport transfer from New York City (Manhattan) to LaGuardia International Airport (LGA)";
			this.vanPrice.QuoteDescription.value = "All-inclusive rates for Airport transfer from New York City (Manhattan) to LaGuardia International Airport (LGA)";

		//show price table
			this.pricegrid.style.visibility = "";
			this.pricegrid.style.display= "";

			WriteToTraget('lxGratPercentage', "(0%)" );
			this.lxPrice.GratPercentageHidden.value = "(0%)";	
			
			this.lxAirportParkRowColumn1.style.visibility = 'hidden';
			this.lxAirportParkRowColumn1.style.display= 'none';
			this.lxAirportParkRowColumn2.style.visibility = 'hidden';
			this.lxAirportParkRowColumn2.style.display= 'none';

			this.lxPrice.imageSrc.value = document.getElementById("Sedan").src;
			this.lxPrice.Fare.value = "60.00";
			this.lxPrice.Grat.value = "optional";
			this.lxPrice.Stc.value = "7.80";
			this.lxPrice.SubTotal.value = "67.80";
			this.lxPrice.AirportParking.value = "";
			this.lxPrice.Tolls.value = "5.00";
			this.lxPrice.Total.value = "72.80";
	


			WriteToTraget('sbGratPercentage', "(0%)" );
			this.sbPrice.GratPercentageHidden.value = "(0%)";	
	
			//SHOW SB AIRPORT PARKING
			this.sbAirportParkRowColumn1.style.visibility ='hidden';
			this.sbAirportParkRowColumn1.style.display= 'none';
			this.sbAirportParkRowColumn2.style.visibility ='hidden';
			this.sbAirportParkRowColumn2.style.display= 'none';

			this.sbPrice.imageSrc.value = document.getElementById("SUV").src;
			this.sbPrice.Fare.value = "110.00";
			this.sbPrice.Grat.value = "optional";
			this.sbPrice.Stc.value = "14.30";
			this.sbPrice.SubTotal.value = "124.30";
			this.sbPrice.AirportParking.value = "";
			this.sbPrice.Tolls.value = "5.00";
			this.sbPrice.Total.value = "129.30";

			WriteToTraget('l6GratPercentage', "(20%)" );
			this.l6Price.GratPercentageHidden.value = "(20%)";	

			//SHOW L6 AIRPORT PARKING	
			this.l6AirportParkRowColumn1.style.visibility = 'hidden';
			this.l6AirportParkRowColumn1.style.display = 'none';
			this.l6AirportParkRowColumn2.style.visibility = 'hidden';
			this.l6AirportParkRowColumn2.style.display = 'none';

			this.l6Price.imageSrc.value = document.getElementById("l6").src;
			this.l6Price.Fare.value = "110.00";
			this.l6Price.Grat.value = "22.00";
			this.l6Price.Stc.value = "14.30";
			this.l6Price.SubTotal.value = "146.30";
			this.l6Price.AirportParking.value = "";
			this.l6Price.Tolls.value = "5.00";
			this.l6Price.Total.value = "151.30";



			WriteToTraget('l10GratPercentage', "(20%)" );
			this.l10Price.GratPercentageHidden.value = "(20%)";	
			//SHOW L10 AIRPORT PARKING	
			this.l10AirportParkRowColumn1.style.visibility ='hidden';
			this.l10AirportParkRowColumn1.style.display= 'none';
			this.l10AirportParkRowColumn2.style.visibility ='hidden';
			this.l10AirportParkRowColumn2.style.display= 'none';
	
			this.l10Price.imageSrc.value = document.getElementById("l10").src;
			this.l10Price.Fare.value = "120.00";
			this.l10Price.Grat.value = "24.00";
			this.l10Price.Stc.value = "15.60";
			this.l10Price.SubTotal.value = "159.60";
			this.l10Price.AirportParking.value = "";
			this.l10Price.Tolls.value = "5.00";
			this.l10Price.Total.value = "164.60";

			WriteToTraget('vanGratPercentage', "(20%)" );
			this.vanPrice.GratPercentageHidden.value = "(20%)";	

			//SHOW VAN AIRPORT PARKING	
			this.vanAirportParkRowColumn1.style.visibility ='hidden';
			this.vanAirportParkRowColumn1.style.display= 'none';
			this.vanAirportParkRowColumn2.style.visibility ='hidden';
			this.vanAirportParkRowColumn2.style.display= 'none';

			this.vanPrice.imageSrc.value = document.getElementById("van").src;
			this.vanPrice.Fare.value = "120.00";
			this.vanPrice.Grat.value = "24.00";
			this.vanPrice.Stc.value = "15.60";
			this.vanPrice.SubTotal.value = "159.60";
			this.vanPrice.AirportParking.value = "";
			this.vanPrice.Tolls.value = "5.00";
			this.vanPrice.Total.value = "164.60";

			}

}




}


function WriteToTraget(whereToWrite,textToWrite){

var textToWrite;
var whereToWrite;

///creating my text node
var PriceTextNode = document.createTextNode(textToWrite); 

///assigning whereToWrite to DivTarget
var DivTarget = document.getElementById(whereToWrite);

if (DivTarget.hasChildNodes())  DivTarget.removeChild(DivTarget.lastChild);

DivTarget.appendChild(PriceTextNode);

}


function ShowPrice1OLD(){

		switch(this.from.options.value)
		        {
      			 case 'Manhattan': 
								 switch(this.to.options.value)				   	  	  		
			  													{
									
														 case 'Manhattan': 
																		 switch(this.vehicle.options.value)
												        										{
																								//MMT TO MMT DONE!!!
																								case 'LX': WriteToTraget("$30.00", 'myText1'); WriteToTraget("one way transfer in Manhattan.", 'myText2');  break
																								case 'SUV' : WriteToTraget("$95.00", 'myText1'); WriteToTraget("one way transfer in Manhattan.", 'myText2'); break
																								case 'L6'  : WriteToTraget("$95.00", 'myText1'); WriteToTraget("one way transfer in Manhattan.", 'myText2'); break
																								case 'L10' : WriteToTraget("$110.00", 'myText1'); WriteToTraget("one way transfer in Manhattan.", 'myText2'); break
																								case 'VAN' : WriteToTraget("$110.00", 'myText1'); WriteToTraget("one way transfer in Manhattan.", 'myText2'); break
																								case 'L12' : WriteToTraget("$200.00", 'myText1'); WriteToTraget("one way transfer in Manhattan.", 'myText2');  break
																								case 'L14' : WriteToTraget("$210.00", 'myText1'); WriteToTraget("one way transfer in Manhattan.", 'myText2');  break
																								case 'BUS24' : WriteToTraget("$375.00", 'myText1'); WriteToTraget("one way transfer in Manhattan.", 'myText2');  break
																								case 'L20' : WriteToTraget("Call 1-(800)-505-7724 ", 'myText1');  WriteToTraget("(Prices varies based on rental date and type of event)", 'myText2'); break
																								case 'LimoBus' : WriteToTraget("Call 1-(800)-505-7724 ", 'myText1');  WriteToTraget("(Prices varies based on rental date and type of event)", 'myText2'); break
																								default: WriteToTraget("Select Vehicle...", 'myText1'); WriteToTraget("", 'myText2'); break
																								
																								}
																								break
														case 'JFK': 
																	switch(this.vehicle.options.value)
					       																		{
																								 //MMT to JFK Done!
																								case 'LX': WriteToTraget("$60.00", 'myText1'); WriteToTraget("", 'myText2'); break
																								case 'SUV' : WriteToTraget("$105.00", 'myText1'); WriteToTraget("", 'myText2'); break
																								case 'L6' : WriteToTraget("$120.00", 'myText1'); WriteToTraget("", 'myText2'); break
																								case 'L10' : WriteToTraget("$140.00", 'myText1'); WriteToTraget("", 'myText2'); break
																								case 'VAN' : WriteToTraget("$140.00", 'myText1'); WriteToTraget("", 'myText2'); break
																								case 'L12' : WriteToTraget("$300.00", 'myText1'); WriteToTraget("", 'myText2');  break
																								case 'L14' : WriteToTraget("$325.00", 'myText1'); WriteToTraget("", 'myText2');  break
																								case 'BUS24' : WriteToTraget("$395.00", 'myText1'); WriteToTraget("", 'myText2');  break
																								case 'L20' : WriteToTraget("Call 1-(800)-505-7724 ", 'myText1');  WriteToTraget("(Prices varies based on rental date and type of event)", 'myText2'); break
																								case 'LimoBus' : WriteToTraget("Call 1-(800)-505-7724 ", 'myText1');  WriteToTraget("(Prices varies based on rental date and type of event)", 'myText2'); break
																								default: WriteToTraget("Select Vehicle...", 'myText1'); WriteToTraget("", 'myText2'); break
																								 }
																								 break				 					
												     case 'LGA': 
													 			switch(this.vehicle.options.value)
				        																		{
																								//MMT to LGA Done!
																								case 'LX': WriteToTraget("$50.00", 'myText1'); WriteToTraget("", 'myText2'); break
																								case 'SUV' : WriteToTraget("$90.00", 'myText1'); WriteToTraget("", 'myText2'); break
																								case 'L6' : WriteToTraget("$110.00", 'myText1'); WriteToTraget("", 'myText2'); break
																								case 'L10' : WriteToTraget("$130.00", 'myText1'); WriteToTraget("", 'myText2'); break
																								case 'VAN' : WriteToTraget("$130.00", 'myText1'); WriteToTraget("", 'myText2'); break
																								case 'L12' : WriteToTraget("$295.00", 'myText1'); WriteToTraget("", 'myText2');  break
																								case 'L14' : WriteToTraget("$305.00", 'myText1'); WriteToTraget("", 'myText2');  break
																								case 'BUS24' : WriteToTraget("$395.00", 'myText1'); WriteToTraget("", 'myText2');  break
																								case 'L20' : WriteToTraget("Call 1-(800)-505-7724 ", 'myText1');  WriteToTraget("(Prices varies based on rental date and type of event)", 'myText2'); break
																								case 'LimoBus' : WriteToTraget("Call 1-(800)-505-7724 ", 'myText1');  WriteToTraget("(Prices varies based on rental date and type of event)", 'myText2'); break
																								default: WriteToTraget("Select Vehicle...", 'myText1'); WriteToTraget("", 'myText2'); break
																								} 
																								break
												     case 'EWR': switch(this.vehicle.options.value)
								        														{
																								//MMT to EWR Done!
																								case 'LX': WriteToTraget("$65.00", 'myText1'); WriteToTraget("", 'myText2'); break
																								case 'SUV' : WriteToTraget("$105.00", 'myText1'); WriteToTraget("", 'myText2'); break
																								case 'L6' : WriteToTraget("$120.00", 'myText1'); WriteToTraget("", 'myText2'); break
																								//PRICE WAS CHANGED +$10 ON JULY 25 2005
																								case 'L10' : WriteToTraget("$125.00", 'myText1'); WriteToTraget("", 'myText2'); break
																								case 'VAN' : WriteToTraget("$120.00", 'myText1'); WriteToTraget("", 'myText2'); break
																								case 'L12' : WriteToTraget("$300.00", 'myText1'); WriteToTraget("", 'myText2');  break
																								case 'L14' : WriteToTraget("$325.00", 'myText1'); WriteToTraget("", 'myText2');  break
																								case 'BUS24' : WriteToTraget("$395.00", 'myText1'); WriteToTraget("", 'myText2');  break
																								case 'L20' : WriteToTraget("Call 1-(800)-505-7724 ", 'myText1');  WriteToTraget("(Prices varies based on rental date and type of event)", 'myText2'); break
																								case 'LimoBus' : WriteToTraget("Call 1-(800)-505-7724 ", 'myText1');  WriteToTraget("(Prices varies based on rental date and type of event)", 'myText2'); break
																								default: WriteToTraget("Select Vehicle...", 'myText1'); WriteToTraget("", 'myText2'); break
																								} 
																								break
												     case 'Hourly':	switch(this.vehicle.options.value)
									      														{
																								// MMT TO HOURLY done
																								case 'LX': WriteToTraget("$50.00 per hour", 'myText1'); WriteToTraget("(2 hours minimum, within New York City only)", 'myText2'); break
																								case 'SUV' : WriteToTraget("$75.00 per hour", 'myText1'); WriteToTraget("(2 hours minimum, within New York City only)", 'myText2'); break
																								case 'L6' : WriteToTraget("$75.00 per hour", 'myText1'); WriteToTraget("(2 hours minimum, within New York City only)", 'myText2'); break
																								case 'L10' : WriteToTraget("$95.00 per hour", 'myText1'); WriteToTraget("(2 hours minimum, within New York City only)", 'myText2'); break
																								case 'VAN' : WriteToTraget("$80.00 per hour", 'myText1'); WriteToTraget("(2 hours minimum, within New York City only)", 'myText2'); break
																								case 'L12' : WriteToTraget("$145.00 per hour", 'myText1'); WriteToTraget("(2 hours minimum, within New York City only)", 'myText2');  break
																								case 'L14' : WriteToTraget("$155.00 per hour", 'myText1'); WriteToTraget("(2 hours minimum, within New York City only)", 'myText2');  break
																								case 'BUS24' : WriteToTraget("$110.00 per hour", 'myText1'); WriteToTraget("(4 hours minimum, within New York City only)", 'myText2');  break
																								case 'L20' : WriteToTraget("Call 1-(800)-505-7724 ", 'myText1');  WriteToTraget("(Prices varies based on rental date and type of event)", 'myText2'); break
																								case 'LimoBus' : WriteToTraget("Call 1-(800)-505-7724 ", 'myText1');  WriteToTraget("(Prices varies based on rental date and type of event)", 'myText2'); break
																								default: WriteToTraget("Select Vehicle...", 'myText1'); WriteToTraget("", 'myText2'); break
																								}
																								break
													   default: break
										    		 }
													 break

										
			case 'JFK': 
						switch(this.to.options.value)
      	  											{
												     case 'Manhattan': 
													 				switch(this.vehicle.options.value)
				        																		{
																								//JFK to MMT done
																								case 'LX': WriteToTraget("$70.00", 'myText1'); WriteToTraget("", 'myText2'); break
																								case 'SUV' : WriteToTraget("$115.00", 'myText1'); WriteToTraget("", 'myText2'); break
																								case 'L6' : WriteToTraget("$130.00", 'myText1'); WriteToTraget("", 'myText2'); break
																								case 'L10' : WriteToTraget("$140.00", 'myText1'); WriteToTraget("", 'myText2'); break
																								case 'VAN' : WriteToTraget("$140.00", 'myText1'); WriteToTraget("", 'myText2'); break
																								case 'L12' : WriteToTraget("$350.00", 'myText1'); WriteToTraget("", 'myText2');  break
																								case 'L14' : WriteToTraget("$375.00", 'myText1'); WriteToTraget("", 'myText2');  break
																								case 'BUS24' : WriteToTraget("$395.00", 'myText1'); WriteToTraget("", 'myText2');  break
																								case 'L20' : WriteToTraget("Call 1-(800)-505-7724 ", 'myText1');  WriteToTraget("(Prices varies based on rental date and type of event)", 'myText2'); break
																								case 'LimoBus' : WriteToTraget("Call 1-(800)-505-7724 ", 'myText1');  WriteToTraget("(Prices varies based on rental date and type of event)", 'myText2'); break
																								default: WriteToTraget("Select Vehicle...", 'myText1'); WriteToTraget("", 'myText2'); break
																								}
																						   		break				 
								    			     case 'LGA':
													 				switch(this.vehicle.options.value)
				        													{
																			 //JFK to LGA  done
																								case 'LX': WriteToTraget("$70.00", 'myText1'); WriteToTraget("", 'myText2'); break
																								case 'SUV' : WriteToTraget("$115.00", 'myText1'); WriteToTraget("", 'myText2'); break
																								case 'L6' : WriteToTraget("$130.00", 'myText1'); WriteToTraget("", 'myText2'); break
																								case 'L10' : WriteToTraget("$150.00", 'myText1'); WriteToTraget("", 'myText2'); break
																								case 'VAN' : WriteToTraget("$150.00", 'myText1'); WriteToTraget("", 'myText2'); break
																								case 'L12' : WriteToTraget("$350.00", 'myText1'); WriteToTraget("", 'myText2');  break
																								case 'L14' : WriteToTraget("$375.00", 'myText1'); WriteToTraget("", 'myText2');  break
																								case 'BUS24' : WriteToTraget("$395.00", 'myText1'); WriteToTraget("", 'myText2');  break
																								case 'L20' : WriteToTraget("Call 1-(800)-505-7724 ", 'myText1');  WriteToTraget("(Prices varies based on rental date and type of event)", 'myText2'); break
																								case 'LimoBus' : WriteToTraget("Call 1-(800)-505-7724 ", 'myText1');  WriteToTraget("(Prices varies based on rental date and type of event)", 'myText2'); break
																								default: WriteToTraget("Select Vehicle...", 'myText1'); WriteToTraget("", 'myText2'); break
																								}
																								break				 
												     case 'EWR':
				 													switch(this.vehicle.options.value)
				        													{
																			//JFK to EWR done
																								case 'LX': WriteToTraget("$150.00", 'myText1'); WriteToTraget("", 'myText2'); break
																								case 'SUV' : WriteToTraget("$230.00", 'myText1'); WriteToTraget("", 'myText2'); break
																								case 'L6' : WriteToTraget("$230.00", 'myText1'); WriteToTraget("", 'myText2'); break
																								case 'L10' : WriteToTraget("$250.00", 'myText1'); WriteToTraget("", 'myText2'); break
																								case 'VAN' : WriteToTraget("$250.00", 'myText1'); WriteToTraget("", 'myText2'); break
																								case 'L12' : WriteToTraget("$525.00", 'myText1'); WriteToTraget("", 'myText2');  break
																								case 'L14' : WriteToTraget("$525.00", 'myText1'); WriteToTraget("", 'myText2');  break
																								case 'BUS24' : WriteToTraget("$440.00", 'myText1'); WriteToTraget("", 'myText2');  break
																								case 'L20' : WriteToTraget("Call 1-(800)-505-7724 ", 'myText1');  WriteToTraget("(Prices varies based on rental date and type of event)", 'myText2'); break
																								case 'LimoBus' : WriteToTraget("Call 1-(800)-505-7724 ", 'myText1');  WriteToTraget("(Prices varies based on rental date and type of event)", 'myText2'); break
																								default: WriteToTraget("Select Vehicle...", 'myText1'); WriteToTraget("", 'myText2'); break
																								}
																		 						break				 

												     case 'Hourly':
				 													switch(this.vehicle.options.value)
				        																		{
																			 					//JFK to Hourly done
																								case 'LX': WriteToTraget("$50.00 per hour", 'myText1'); WriteToTraget("(3 hours minimum, to New York City only)", 'myText2'); break
																								case 'SUV' : WriteToTraget("$75.00 per hour", 'myText1'); WriteToTraget("(3 hours minimum, to New York City only)", 'myText2'); break
																								case 'L6' : WriteToTraget("$75.00 per hour", 'myText1'); WriteToTraget("(3 hours minimum, to New York City only)", 'myText2'); break
																								case 'L10' : WriteToTraget("$95.00 per hour", 'myText1'); WriteToTraget("(3 hours minimum, to New York City only)", 'myText2'); break
																								case 'VAN' : WriteToTraget("$80.00 per hour", 'myText1'); WriteToTraget("(3 hours minimum, to New York City only)", 'myText2'); break
																								case 'L12' : WriteToTraget("$145.00 per hour", 'myText1'); WriteToTraget("(3 hours minimum, to New York City only)", 'myText2');  break
																								case 'L14' : WriteToTraget("$155.00 per hour", 'myText1'); WriteToTraget("(3 hours minimum, to New York City only)", 'myText2');  break
																								case 'BUS24' : WriteToTraget("$110.00 per hour", 'myText1'); WriteToTraget("(4 hours minimum, to New York City only)", 'myText2');  break
																								case 'L20' : WriteToTraget("Call 1-(800)-505-7724 ", 'myText1');  WriteToTraget("(Prices varies based on rental date and type of event)", 'myText2'); break
																								case 'LimoBus' : WriteToTraget("Call 1-(800)-505-7724 ", 'myText1');  WriteToTraget("(Prices varies based on rental date and type of event)", 'myText2'); break
																								default: WriteToTraget("Select Vehicle...", 'myText1'); WriteToTraget("", 'myText2'); break
																								}
																			  					break				 

												     default:break
											  		 }
													 break	
			case 'LGA': 
						switch(this.to.options.value)
      	  											{
												     case 'Manhattan': 
													 				switch(this.vehicle.options.value)
																								{
																								//LGA to MMT
																								case 'LX': WriteToTraget("$60.00", 'myText1'); WriteToTraget("", 'myText2'); break
																								case 'SUV' : WriteToTraget("$100.00", 'myText1'); WriteToTraget("", 'myText2'); break
																								case 'L6' : WriteToTraget("$120.00", 'myText1'); WriteToTraget("", 'myText2'); break
																								case 'L10' : WriteToTraget("$140.00", 'myText1'); WriteToTraget("", 'myText2'); break
																								case 'VAN' : WriteToTraget("$140.00", 'myText1'); WriteToTraget("", 'myText2'); break
																								case 'L12' : WriteToTraget("$315.00", 'myText1'); WriteToTraget("", 'myText2');  break
																								case 'L14' : WriteToTraget("$325.00", 'myText1'); WriteToTraget("", 'myText2');  break
																								case 'BUS24' : WriteToTraget("$395.00", 'myText1'); WriteToTraget("", 'myText2');  break
																								case 'L20' : WriteToTraget("Call 1-(800)-505-7724 ", 'myText1');  WriteToTraget("(Prices varies based on rental date and type of event)", 'myText2'); break
																								case 'LimoBus' : WriteToTraget("Call 1-(800)-505-7724 ", 'myText1');  WriteToTraget("(Prices varies based on rental date and type of event)", 'myText2'); break
																								default: WriteToTraget("Select Vehicle...", 'myText1'); WriteToTraget("", 'myText2'); break
																								}
																							   break				 
												     case 'JFK':
													 				switch(this.vehicle.options.value)
				        																		{
																								//LGA TO JFK		
																								case 'LX': WriteToTraget("$60.00", 'myText1'); WriteToTraget("", 'myText2'); break
																								case 'SUV' : WriteToTraget("$100.00", 'myText1'); WriteToTraget("", 'myText2'); break
																								case 'L6' : WriteToTraget("$120.00", 'myText1'); WriteToTraget("", 'myText2'); break
																								case 'L10' : WriteToTraget("$140.00", 'myText1'); WriteToTraget("", 'myText2'); break
																								case 'VAN' : WriteToTraget("$140.00", 'myText1'); WriteToTraget("", 'myText2'); break
																								case 'L12' : WriteToTraget("$315.00", 'myText1'); WriteToTraget("", 'myText2');  break
																								case 'L14' : WriteToTraget("$325.00", 'myText1'); WriteToTraget("", 'myText2');  break
																								case 'BUS24' : WriteToTraget("$395.00", 'myText1'); WriteToTraget("", 'myText2');  break
																								case 'L20' : WriteToTraget("Call 1-(800)-505-7724 ", 'myText1');  WriteToTraget("(Prices varies based on rental date and type of event)", 'myText2'); break
																								case 'LimoBus' : WriteToTraget("Call 1-(800)-505-7724 ", 'myText1');  WriteToTraget("(Prices varies based on rental date and type of event)", 'myText2'); break
																								default: WriteToTraget("Select Vehicle...", 'myText1'); WriteToTraget("", 'myText2'); break
																								}
																							   break				 
												     case 'EWR':
				 													switch(this.vehicle.options.value)
				        																		{
																								//LGA to EWR
																								case 'LX': WriteToTraget("$140.00", 'myText1'); WriteToTraget("", 'myText2'); break
																								case 'SUV' : WriteToTraget("$220.00", 'myText1'); WriteToTraget("", 'myText2'); break
																								case 'L6' : WriteToTraget("$220.00", 'myText1'); WriteToTraget("", 'myText2'); break
																								case 'L10' : WriteToTraget("$240.00", 'myText1'); WriteToTraget("", 'myText2'); break
																								case 'VAN' : WriteToTraget("$240.00", 'myText1'); WriteToTraget("", 'myText2'); break
																								case 'L12' : WriteToTraget("$495.00", 'myText1'); WriteToTraget("", 'myText2');  break
																								case 'L14' : WriteToTraget("$505.00", 'myText1'); WriteToTraget("", 'myText2');  break
																								case 'BUS24' : WriteToTraget("$440.00", 'myText1'); WriteToTraget("", 'myText2');  break
																								case 'L20' : WriteToTraget("Call 1-(800)-505-7724 ", 'myText1');  WriteToTraget("(Prices varies based on rental date and type of event)", 'myText2'); break
																								case 'LimoBus' : WriteToTraget("Call 1-(800)-505-7724 ", 'myText1');  WriteToTraget("(Prices varies based on rental date and type of event)", 'myText2'); break
																								default: WriteToTraget("Select Vehicle...", 'myText1'); WriteToTraget("", 'myText2'); break
																								}
																								break				 

												     case 'Hourly':
				 													switch(this.vehicle.options.value)
									    	   													{
																								 //LGA to Hourly done
																								case 'LX': WriteToTraget("$50.00 per hour", 'myText1'); WriteToTraget("(3 hours minimum, to New York City only)", 'myText2'); break
																								case 'SUV' : WriteToTraget("$75.00 per hour", 'myText1'); WriteToTraget("(3 hours minimum, to New York City only)", 'myText2'); break
																								case 'L6' : WriteToTraget("$75.00 per hour", 'myText1'); WriteToTraget("(3 hours minimum, to New York City only)", 'myText2'); break
																								case 'L10' : WriteToTraget("$95.00 per hour", 'myText1'); WriteToTraget("(3 hours minimum, to New York City only)", 'myText2'); break
																								case 'VAN' : WriteToTraget("$80.00 per hour", 'myText1'); WriteToTraget("(3 hours minimum, to New York City only)", 'myText2'); break
																								case 'L12' : WriteToTraget("$145.00 per hour", 'myText1'); WriteToTraget("(3 hours minimum, to New York City only)", 'myText2');  break
																								case 'L14' : WriteToTraget("$155.00 per hour", 'myText1'); WriteToTraget("(3 hours minimum, to New York City only)", 'myText2');  break
																								case 'BUS24' : WriteToTraget("$110.00 per hour", 'myText1'); WriteToTraget("(4 hours minimum, to New York City only)", 'myText2');  break
																								case 'L20' : WriteToTraget("Call 1-(800)-505-7724 ", 'myText1');  WriteToTraget("(Prices varies based on rental date and type of event)", 'myText2'); break
																								case 'LimoBus' : WriteToTraget("Call 1-(800)-505-7724 ", 'myText1');  WriteToTraget("(Prices varies based on rental date and type of event)", 'myText2'); break
																								default: WriteToTraget("Select Vehicle...", 'myText1'); WriteToTraget("", 'myText2'); break
																								}
																								break				 
	
												     default:break
											  		 }
													 break
			case 'EWR': 
						switch(this.to.options.value)
      	  											{
												     case 'Manhattan': 
														 				switch(this.vehicle.options.value)
								        														{
																								//EWR to MMT
																								case 'LX': WriteToTraget("$75.00", 'myText1'); WriteToTraget("", 'myText2'); break
																								case 'SUV' : WriteToTraget("$115.00", 'myText1'); WriteToTraget("", 'myText2'); break
																								case 'L6' : WriteToTraget("$130.00", 'myText1'); WriteToTraget("", 'myText2'); break
																								case 'L10' : WriteToTraget("$140.00", 'myText1'); WriteToTraget("", 'myText2'); break
																								case 'VAN' : WriteToTraget("$140.00", 'myText1'); WriteToTraget("", 'myText2'); break
																								case 'L12' : WriteToTraget("$325.00", 'myText1'); WriteToTraget("", 'myText2');  break
																								case 'L14' : WriteToTraget("$350.00", 'myText1'); WriteToTraget("", 'myText2');  break
																								case 'BUS24' : WriteToTraget("$440.00", 'myText1'); WriteToTraget("", 'myText2');  break
																								case 'L20' : WriteToTraget("Call 1-(800)-505-7724 ", 'myText1');  WriteToTraget("(Prices varies based on rental date and type of event)", 'myText2'); break
																								case 'LimoBus' : WriteToTraget("Call 1-(800)-505-7724 ", 'myText1');  WriteToTraget("(Prices varies based on rental date and type of event)", 'myText2'); break
																								default: WriteToTraget("Select Vehicle...", 'myText1'); WriteToTraget("", 'myText2'); break											
																								}
																								break				 
												     case 'LGA':
													 				switch(this.vehicle.options.value)
									        													{
																								//EWR to LGA
																								case 'LX': WriteToTraget("$140.00", 'myText1'); WriteToTraget("", 'myText2'); break
																								case 'SUV' : WriteToTraget("$220.00", 'myText1'); WriteToTraget("", 'myText2'); break
																								case 'L6' : WriteToTraget("$220.00", 'myText1'); WriteToTraget("", 'myText2'); break
																								case 'L10' : WriteToTraget("$245.00", 'myText1'); WriteToTraget("", 'myText2'); break
																								case 'VAN' : WriteToTraget("$130.00", 'myText1'); WriteToTraget("", 'myText2'); break
																								case 'L12' : WriteToTraget("$495.00", 'myText1'); WriteToTraget("", 'myText2');  break
																								case 'L14' : WriteToTraget("$505.00", 'myText1'); WriteToTraget("", 'myText2');  break
																								case 'BUS24' : WriteToTraget("$440.00", 'myText1'); WriteToTraget("", 'myText2');  break
																								case 'L20' : WriteToTraget("Call 1-(800)-505-7724 ", 'myText1');  WriteToTraget("(Prices varies based on rental date and type of event)", 'myText2'); break
																								case 'LimoBus' : WriteToTraget("Call 1-(800)-505-7724 ", 'myText1');  WriteToTraget("(Prices varies based on rental date and type of event)", 'myText2'); break
																								default: WriteToTraget("Select Vehicle...", 'myText1'); WriteToTraget("", 'myText2'); break											
																							    }
																							    break				 
												     case 'JFK':
				 													switch(this.vehicle.options.value)
				        																		{
																								//EWR TO JFK
																								case 'LX': WriteToTraget("$150.00", 'myText1'); WriteToTraget("", 'myText2'); break
																								case 'SUV' : WriteToTraget("$230.00", 'myText1'); WriteToTraget("", 'myText2'); break
																								case 'L6' : WriteToTraget("$230.00", 'myText1'); WriteToTraget("", 'myText2'); break
																								case 'L10' : WriteToTraget("$250.00", 'myText1'); WriteToTraget("", 'myText2'); break
																								case 'VAN' : WriteToTraget("$250.00", 'myText1'); WriteToTraget("", 'myText2'); break
																								case 'L12' : WriteToTraget("$525.00", 'myText1'); WriteToTraget("", 'myText2');  break
																								case 'L14' : WriteToTraget("$525.00", 'myText1'); WriteToTraget("", 'myText2');  break
																								case 'BUS24' : WriteToTraget("$440.00", 'myText1'); WriteToTraget("", 'myText2');  break
																								case 'L20' : WriteToTraget("Call 1-(800)-505-7724 ", 'myText1');  WriteToTraget("(Prices varies based on rental date and type of event)", 'myText2'); break
																								case 'LimoBus' : WriteToTraget("Call 1-(800)-505-7724 ", 'myText1');  WriteToTraget("(Prices varies based on rental date and type of event)", 'myText2'); break
																								default: WriteToTraget("Select Vehicle...", 'myText1'); WriteToTraget("", 'myText2'); break											
																								}
																		 						break				 
												     case 'Hourly':
				 													switch(this.vehicle.options.value)
									        													{
																								 //EWR to Hourly done
																								case 'LX': WriteToTraget("$50.00 per hour", 'myText1'); WriteToTraget("(3 hours minimum, to New York City only)", 'myText2'); break
																								case 'SUV' : WriteToTraget("$75.00 per hour", 'myText1'); WriteToTraget("(3 hours minimum, to New York City only)", 'myText2'); break
																								case 'L6' : WriteToTraget("$75.00 per hour", 'myText1'); WriteToTraget("(3 hours minimum, to New York City only)", 'myText2'); break
																								case 'L10' : WriteToTraget("$95.00 per hour", 'myText1'); WriteToTraget("(3 hours minimum, to New York City only)", 'myText2'); break
																								case 'VAN' : WriteToTraget("$80.00 per hour", 'myText1'); WriteToTraget("(3 hours minimum, to New York City only)", 'myText2'); break
																								case 'L12' : WriteToTraget("$145.00 per hour", 'myText1'); WriteToTraget("(3 hours minimum, to New York City only)", 'myText2');  break
																								case 'L14' : WriteToTraget("$155.00 per hour", 'myText1'); WriteToTraget("(3 hours minimum, to New York City only)", 'myText2');  break
																								case 'BUS24' : WriteToTraget("$110.00 per hour", 'myText1'); WriteToTraget("(4 hours minimum, to New York City only)", 'myText2');  break
																								case 'L20' : WriteToTraget("Call 1-(800)-505-7724 ", 'myText1');  WriteToTraget("(Prices varies based on rental date and type of event)", 'myText2'); break
																								case 'LimoBus' : WriteToTraget("Call 1-(800)-505-7724 ", 'myText1');  WriteToTraget("(Prices varies based on rental date and type of event)", 'myText2'); break
																								default: WriteToTraget("Select Vehicle...", 'myText1'); WriteToTraget("", 'myText2'); break
																								}
																							  break				 

												     default:break
											  		 }
													 break
		default:break
 
 		}


 
if (this.vehicle.options.value== "SelectVehicle") {
	this.bookit.style.visibility ='hidden'; 
	} else {
	this.bookit.style.visibility =""; 
}

		

}




function ShowToMenu()  {

this.to.style.visibility ="";
this.dst.style.visibility ="";

	switch(this.from.options.value)
        {
      case 'Manhattan': this.to.options[0] = new Option('Select destination...','Selectdestination');
						this.to.options[0].style.color = '#990000';
						this.vehicle.style.visibility ='hidden';
						this.to.options[1] = new Option('JFK Airport','JFK');
						this.to.options[2] = new Option('LaGuardia Airport','LGA');
						this.to.options[3] = new Option('Newark Airport','EWR');
	  				    this.to.options[4] = new Option('Manhattan','Manhattan');
						this.to.options[5] = new Option('Hourly','Hourly');
						WriteToTraget("Select destination...", 'myText1'); WriteToTraget("", 'myText2');
						this.bookit.style.visibility ='hidden'; 
						break

        case 'JFK': 	this.to.options[0] = new Option('Select destination...','Selectdestination');
						this.to.options[0].style.color = '#990000';
						this.vehicle.style.visibility ='hidden';
 					    this.car.style.visibility ='hidden';
						this.to.options[1] = new Option('Manhattan','Manhattan');
						this.to.options[2] = new Option('LaGuardia Airport','LGA');
						this.to.options[3] = new Option('Newark Airport','EWR');
						this.to.options[4] = new Option('Hourly','Hourly');
				        this.to.options[5] = null;
						WriteToTraget("Select destination...", 'myText1'); WriteToTraget("", 'myText2');
						this.bookit.style.visibility ='hidden'; 
	  				    break
						
        case 'LGA':   	this.to.options[0] = new Option('Select destination...','Selectdestination');
						this.to.options[0].style.color = '#990000';
						this.vehicle.style.visibility ='hidden';
  						this.car.style.visibility ='hidden';
						this.to.options[1] = new Option('Manhattan','Manhattan');
						this.to.options[2] = new Option('JFK Airport','JFK');
						this.to.options[3] = new Option('Newark Airport','EWR');
						this.to.options[4] = new Option('Hourly','Hourly');
				        this.to.options[5] = null;
						WriteToTraget("Select destination...", 'myText1'); WriteToTraget("", 'myText2');
						this.bookit.style.visibility ='hidden'; 
	  				    break

        case 'EWR':   	this.to.options[0] = new Option('Select destination...','Selectdestination');
						this.to.options[0].style.color = '#990000';
						this.vehicle.style.visibility ='hidden';
						this.car.style.visibility ='hidden';
						this.to.options[1] = new Option('Manhattan','Manhattan');
						this.to.options[2] = new Option('JFK Airport','JFK');
						this.to.options[3] = new Option('LaGuardia Airport','LGA');
						this.to.options[4] = new Option('Hourly','Hourly');
				        this.to.options[5] = null;
						WriteToTraget("Select destination...", 'myText1'); WriteToTraget("", 'myText2');
	  				    this.bookit.style.visibility ='hidden'; 
						break

		case 'SelectFrom': 
						WriteToTraget("Select from...", 'myText1'); WriteToTraget("", 'myText2');
						 this.to.style.visibility = 'hidden';
 						 this.dst.style.visibility = 'hidden';
				         this.vehicle.style.visibility ='hidden';
						 this.car.style.visibility ='hidden';
						 this.bookit.style.visibility ='hidden'; 
						 
						 break

		default: break
        }


}


function ShowVehicleMenu()  {

	switch(this.to.options.value)
        {
	   	case 'Selectdestination':
						        this.vehicle.style.visibility ='hidden'; 
						        this.car.style.visibility ='hidden'; 
								this.bookit.style.visibility ='hidden'; 
								WriteToTraget("Select destination...", 'myText1'); WriteToTraget("", 'myText2');
								break

    		default: 
     		 					
								this.vehicle.style.visibility ="";
								this.car.style.visibility ="";
								this.bookit.style.visibility ='hidden'; 
								WriteToTraget("Select Vehicle...", 'myText1'); WriteToTraget("", 'myText2');
								this.vehicle.options[0] = new Option('Select vehicle...','SelectVehicle');
								this.vehicle.options[0].style.color = '#990000';
								this.vehicle.options[1] = new Option('Luxury sedan','LX');
								this.vehicle.options[2] = new Option('6 Passengers SUV','SUV');
								this.vehicle.options[3] = new Option('6 Passengers Stretch Limousine','L6');
								this.vehicle.options[4] = new Option('10 Passengers Stretch Limousine','L10');
								this.vehicle.options[5] = new Option('12 Passengers Stretch Limousine','L12');
								this.vehicle.options[6] = new Option('14 Passengers Stretch Limousine','L14');
								this.vehicle.options[7] = new Option('14 Passengers Van','VAN');
								this.vehicle.options[8] = new Option('18-20 Passengers Stretch SUV','L20');
								this.vehicle.options[9] = new Option('20 Passengers Limobus(Party Bus)','LimoBus');
								this.vehicle.options[10] = new Option('24 Passengers Corporate Bus','BUS24');
								break	
	}	



}


