function ChangeAction1(Form)
		{
	
			
			
			if(formselect1.selectComboCruises.options.selectedIndex==1)
			{
				formselect1.action="destinations/egypt/luxor/chateau_lafayette.asp";
			}	
			
			if(formselect1.selectComboCruises.options.selectedIndex==2)
			{
				formselect1.action="destinations/egypt/luxor/crown_jewel.asp";
			}	
			
			if(formselect1.selectComboCruises.options.selectedIndex==3)
			{
				formselect1.action="destinations/egypt/luxor/crown_prince.asp";
			}	
			
			if(formselect1.selectComboCruises.options.selectedIndex==4)
			{
				formselect1.action="destinations/egypt/luxor/helio.asp";
			}	
			
			if(formselect1.selectComboCruises.options.selectedIndex==5)
			{
				formselect1.action="destinations/egypt/luxor/iberotel_crown_emperor.asp";
			}	
			
			if(formselect1.selectComboCruises.options.selectedIndex==6)
			{
				formselect1.action="destinations/egypt/luxor/iberotel_crown_empress.asp";
			}	
			
			if(formselect1.selectComboCruises.options.selectedIndex==7)
			{
				formselect1.action="destinations/egypt/luxor/imperial.asp";
			}	
			
			
			if(formselect1.selectComboCruises.options.selectedIndex==8)
			{
				formselect1.action="destinations/egypt/luxor/jaz_jubilee.asp";
			}	
			
			if(formselect1.selectComboCruises.options.selectedIndex==9)
			{
				formselect1.action="destinations/egypt/luxor/jaz_legacy.asp";
			}	
			
			if(formselect1.selectComboCruises.options.selectedIndex==10)
			{
				formselect1.action="destinations/egypt/luxor/jaz_minerva.asp";
			}	
			
			if(formselect1.selectComboCruises.options.selectedIndex==11)
			{
				formselect1.action="destinations/egypt/lake_nasser/jaz_omar_elkhayam.asp";
			}	
			
			if(formselect1.selectComboCruises.options.selectedIndex==12)
			{
				formselect1.action="destinations/egypt/luxor/jaz_regency.asp";
			}	
			
			if(formselect1.selectComboCruises.options.selectedIndex==13)
			{
				formselect1.action="destinations/egypt/luxor/jaz_royale.asp";
			}	
			if(formselect1.selectComboCruises.options.selectedIndex==14)
			{
				formselect1.action="destinations/egypt/luxor/jaz_senator.asp";
			}	
			
			if(formselect1.selectComboCruises.options.selectedIndex==15)
			{
				formselect1.action="destinations/egypt/aswan/lady_sophia.asp";
			}	
			
			if(formselect1.selectComboCruises.options.selectedIndex==16)
			{
				formselect1.action="destinations/egypt/luxor/nile_empress.asp";
			}	
			
			if(formselect1.selectComboCruises.options.selectedIndex==17)
			{
				formselect1.action="destinations/egypt/luxor/nile_monarch.asp";
			}	
			
			if(formselect1.selectComboCruises.options.selectedIndex==18)
			{
				formselect1.action="destinations/egypt/luxor/regent.asp";
			}	
			
			if(formselect1.selectComboCruises.options.selectedIndex==19)
			{
				formselect1.action="destinations/egypt/luxor/regina.asp";
			}	
			
			if(formselect1.selectComboCruises.options.selectedIndex==20)
			{
				formselect1.action="destinations/egypt/lake_nasser/tania.asp";
			}	
			formselect1.submit();
		}


