//  Select country
	function Selectcompany() {
		index = document.forms[1].select.options[document.forms[1].select.selectedIndex].value;
		
		//Al Ameera Village
        	if (index=="2") {
			window.location="gallery.htm";
		}
		//Al salam city
		if (index=="3") {
			window.location="ghurghada.htm";
		}
		//Al Dana II
		if (index=="4") {
			window.location="gallery_luxor.htm";
		}
		//Al Dana I
		if (index=="5") {
			window.location="gallery_aswan.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";
		}
		
	}
