//  Select country
	function Selectcompany() {
		index = document.form1.proj.options[document.form1.proj.selectedIndex].value;
		//index = document.form1.proj.options[document.form1.proj.selectedIndex].value;
		//alert(index);
		//Al Ameera Village
        	if (index=="3") {
			window.location="gallery_ameera_v.htm";
		}
		//Al salam city
		if (index=="2") {
			window.location="gallery_alsalam_city.htm";
		}
		//Al Dana II
		if (index=="4") {
			window.location="gallery_dana2.htm";
		}
		//Al Dana I
		if (index=="5") {
			window.location="gallery_dana1.htm";
		}
		//The Princess Tower
		if (index=="6") {
			window.location="gallery_princess.htm";
		}
		//Emirates Modern Industrial Area
		if (index=="7") {
			window.location="gallery_industrial.htm";
		}
		//regal tower
		if (index=="8") {
			window.location="gallery_regaltower.htm";
		}
		//Al Jawzaa Tower
		if (index=="9") {
			window.location="gallery_aljawzaa.htm";
		}
		//Elite Residence
		if (index=="10") {
			window.location="gallery_elite.htm";
		}
		//Palace Tower
		if (index=="11") {
			window.location="gallery_palace.htm";
		}
		//Tameer Towers
		if (index=="13") {
			window.location="gallery_tameertowers.htm";
		}
		//Platinum
		if (index=="15") {
			window.location="gallery_platinumtowers.htm";
		}
		//Al Majd
		if (index=="14") {
			window.location="gallery_almajd.htm";
		}
		//The Imperial Residence
		if (index=="12") {
			window.location="gallery_imperial.htm";
		}
		
		
	}
