// Navigation Pull-down menu

		browserName = navigator.appName;
		browserVer = parseInt(navigator.appVersion);
		if ((browserName == "Netscape" && browserVer >= 3) || (browserName == "Microsoft Internet Explorer" && browserVer >=4)) {
			version = "n3";
		}
		else {
			version = "n2";
		}
		if (version == "n3") {
			// Pre-loads
			home=new Image()
			home.src="/images/nav_home.jpg"
			homehl=new Image()
			homehl.src="/images/nav_home_hl.jpg"
			introduction=new Image()
			introduction.src="/images/nav_introduction.jpg"
			introductionhl=new Image()
			introductionhl.src="/images/nav_introduction_hl.jpg"
			baths=new Image()
			baths.src="/images/nav_baths.jpg"
			bathshl=new Image()
			bathshl.src="/images/nav_baths_hl.jpg"
			basins=new Image()
			basins.src="/images/nav_basins.jpg"
			basinshl=new Image()
			basinshl.src="/images/nav_basins_hl.jpg"
			accessories=new Image()
			accessories.src="/images/nav_accessories.jpg"
			accessorieshl=new Image()
			accessorieshl.src="/images/nav_accessories_hl.jpg"
			histo=new Image()
			histo.src="/images/nav_history.jpg"
			histohl=new Image()
			histohl.src="/images/nav_history_hl.jpg"
			benefits=new Image()
			benefits.src="/images/nav_benefits.jpg"
			benefitshl=new Image()
			benefitshl.src="/images/nav_benefits_hl.jpg"
			designer=new Image()
			designer.src="/images/nav_designer.jpg"
			designerhl=new Image()
			designerhl.src="/images/nav_designer_hl.jpg"
			retail=new Image()
			retail.src="/images/nav_retail.jpg"
			retailhl=new Image()
			retailhl.src="/images/nav_retail_hl.jpg"
			contact=new Image()
			contact.src="/images/nav_contact.jpg"
			contacthl=new Image()
			contacthl.src="/images/nav_contact_hl.jpg"
			production=new Image()
			production.src="/images/nav_production.jpg"
			productionhl=new Image()
			productionhl.src="/images/nav_production_hl.jpg"
			cleaning=new Image()
			cleaning.src="/images/nav_cleaning.jpg"
			cleaninghl=new Image()
			cleaninghl.src="/images/nav_cleaning_hl.jpg"
			press=new Image()
			press.src="/images/nav_press.jpg"
			presshl=new Image()
			presshl.src="/images/nav_press_hl.jpg"

			ottoman=new Image()
			ottoman.src="/images/collection_ottoman.jpg"
			ottomanhl=new Image()
			ottomanhl.src="/images/collection_ottoman_hl.jpg"
			roman=new Image()
			roman.src="/images/collection_roman.jpg"
			romanhl=new Image()
			romanhl.src="/images/collection_roman_hl.jpg"
			byzantine=new Image()
			byzantine.src="/images/collection_byzantine.jpg"
			byzantinehl=new Image()
			byzantinehl.src="/images/collection_byzantine_hl.jpg"
			phoenician=new Image()
			phoenician.src="/images/collection_phoenician.jpg"
			phoenicianhl=new Image()
			phoenicianhl.src="/images/collection_phoenician_hl.jpg"
			euro=new Image()
			euro.src="/images/collection_euro.jpg"
			eurohl=new Image()
			eurohl.src="/images/collection_euro_hl.jpg"
			asia=new Image()
			asia.src="/images/collection_asia.jpg"
			asiahl=new Image()
			asiahl.src="/images/collection_asia_hl.jpg"
			lavabo=new Image()
			lavabo.src="/images/collection_lavabo.jpg"
			lavabohl=new Image()
			lavabohl.src="/images/collection_lavabo_hl.jpg"
			aegean=new Image()
			aegean.src="/images/collection_aegean.jpg"
			aegeanhl=new Image()
			aegeanhl.src="/images/collection_aegean_hl.jpg"
			tigris=new Image()
			tigris.src="/images/collection_tigris.jpg"
			tigrishl=new Image()
			tigrishl.src="/images/collection_tigris_hl.jpg"
			galata=new Image()
			galata.src="/images/collection_galata.jpg"
			galatahl=new Image()
			galatahl.src="/images/collection_galata_hl.jpg"
			mirror=new Image()
			mirror.src="/images/collection_mirror.jpg"
			mirrorhl=new Image()
			mirrorhl.src="/images/collection_mirror_hl.jpg"
			}

		// Highlight functions
		function HLbutton(Button) {
		if (version == "n3") {
			if (Button=="home"){document.homebtn.src=homehl.src, document.introductionbtn.src=introduction.src, document.bathsbtn.src=baths.src, document.basinsbtn.src=basins.src, document.accessoriesbtn.src=accessories.src, document.histobtn.src=histo.src, document.benefitsbtn.src=benefits.src, document.designerbtn.src=designer.src, document.retailbtn.src=retail.src, document.contactbtn.src=contact.src, document.productionbtn.src=production.src, document.cleaningbtn.src=cleaning.src, document.pressbtn.src=press.src}
			else if (Button=="introduction"){document.homebtn.src=home.src, document.introductionbtn.src=introductionhl.src, document.bathsbtn.src=baths.src, document.basinsbtn.src=basins.src, document.accessoriesbtn.src=accessories.src, document.histobtn.src=histo.src, document.benefitsbtn.src=benefits.src, document.designerbtn.src=designer.src, document.retailbtn.src=retail.src, document.contactbtn.src=contact.src, document.productionbtn.src=production.src, document.cleaningbtn.src=cleaning.src, document.pressbtn.src=press.src}
			else if (Button=="baths"){document.homebtn.src=home.src, document.introductionbtn.src=introduction.src, document.bathsbtn.src=bathshl.src, document.basinsbtn.src=basins.src, document.accessoriesbtn.src=accessories.src, document.histobtn.src=histo.src, document.benefitsbtn.src=benefits.src, document.designerbtn.src=designer.src, document.retailbtn.src=retail.src, document.contactbtn.src=contact.src, document.productionbtn.src=production.src, document.cleaningbtn.src=cleaning.src, document.pressbtn.src=press.src}
			else if (Button=="basins"){document.homebtn.src=home.src, document.introductionbtn.src=introduction.src, document.bathsbtn.src=baths.src, document.basinsbtn.src=basinshl.src, document.histobtn.src=histo.src, document.benefitsbtn.src=benefits.src, document.designerbtn.src=designer.src, document.retailbtn.src=retail.src, document.contactbtn.src=contact.src, document.productionbtn.src=production.src, document.cleaningbtn.src=cleaning.src, document.pressbtn.src=press.src}
			else if (Button=="accessories"){document.homebtn.src=home.src, document.introductionbtn.src=introduction.src, document.bathsbtn.src=baths.src, document.basinsbtn.src=basins.src, document.accessoriesbtn.src=accessorieshl.src, document.histobtn.src=histo.src, document.benefitsbtn.src=benefits.src, document.designerbtn.src=designer.src, document.retailbtn.src=retail.src, document.contactbtn.src=contact.src, document.productionbtn.src=production.src, document.cleaningbtn.src=cleaning.src, document.pressbtn.src=press.src}
			else if (Button=="history"){document.homebtn.src=home.src, document.introductionbtn.src=introduction.src, document.bathsbtn.src=baths.src, document.basinsbtn.src=basins.src, document.accessoriesbtn.src=accessories.src, document.histobtn.src=histohl.src, document.benefitsbtn.src=benefits.src, document.designerbtn.src=designer.src, document.retailbtn.src=retail.src, document.contactbtn.src=contact.src, document.productionbtn.src=production.src, document.cleaningbtn.src=cleaning.src, document.pressbtn.src=press.src}
			else if (Button=="benefits"){document.homebtn.src=home.src, document.introductionbtn.src=introduction.src, document.bathsbtn.src=baths.src, document.basinsbtn.src=basins.src, document.accessoriesbtn.src=accessories.src, document.histobtn.src=histo.src, document.benefitsbtn.src=benefitshl.src, document.designerbtn.src=designer.src, document.retailbtn.src=retail.src, document.contactbtn.src=contact.src, document.productionbtn.src=production.src, document.cleaningbtn.src=cleaning.src, document.pressbtn.src=press.src}
			else if (Button=="designer"){document.homebtn.src=home.src, document.introductionbtn.src=introduction.src, document.bathsbtn.src=baths.src, document.basinsbtn.src=basins.src, document.accessoriesbtn.src=accessories.src, document.histobtn.src=histo.src, document.benefitsbtn.src=benefits.src, document.designerbtn.src=designerhl.src, document.retailbtn.src=retail.src, document.contactbtn.src=contact.src, document.productionbtn.src=production.src, document.cleaningbtn.src=cleaning.src, document.pressbtn.src=press.src}
			else if (Button=="retail"){document.homebtn.src=home.src, document.introductionbtn.src=introduction.src, document.bathsbtn.src=baths.src, document.basinsbtn.src=basins.src, document.accessoriesbtn.src=accessories.src, document.histobtn.src=histo.src, document.benefitsbtn.src=benefits.src, document.designerbtn.src=designer.src, document.retailbtn.src=retailhl.src, document.contactbtn.src=contact.src, document.productionbtn.src=production.src, document.cleaningbtn.src=cleaning.src, document.pressbtn.src=press.src}
			else if (Button=="contact"){document.homebtn.src=home.src, document.introductionbtn.src=introduction.src, document.bathsbtn.src=baths.src, document.basinsbtn.src=basins.src, document.accessoriesbtn.src=accessories.src, document.histobtn.src=histo.src, document.benefitsbtn.src=benefits.src, document.designerbtn.src=designer.src, document.retailbtn.src=retail.src, document.contactbtn.src=contacthl.src, document.productionbtn.src=production.src, document.cleaningbtn.src=cleaning.src, document.pressbtn.src=press.src}
			else if (Button=="production"){document.homebtn.src=home.src, document.introductionbtn.src=introduction.src, document.bathsbtn.src=baths.src, document.basinsbtn.src=basins.src, document.accessoriesbtn.src=accessories.src, document.histobtn.src=histo.src, document.benefitsbtn.src=benefits.src, document.designerbtn.src=designer.src, document.retailbtn.src=retail.src, document.contactbtn.src=contact.src, document.productionbtn.src=productionhl.src, document.cleaningbtn.src=cleaning.src, document.pressbtn.src=press.src}
			else if (Button=="cleaning"){document.homebtn.src=home.src, document.introductionbtn.src=introduction.src, document.bathsbtn.src=baths.src, document.basinsbtn.src=basins.src, document.accessoriesbtn.src=accessories.src, document.histobtn.src=histo.src, document.benefitsbtn.src=benefits.src, document.designerbtn.src=designer.src, document.retailbtn.src=retail.src, document.contactbtn.src=contact.src, document.productionbtn.src=production.src, document.cleaningbtn.src=cleaninghl.src, document.pressbtn.src=press.src}
			else if (Button=="press"){document.homebtn.src=home.src, document.introductionbtn.src=introduction.src, document.bathsbtn.src=baths.src, document.basinsbtn.src=basins.src, document.accessoriesbtn.src=accessories.src, document.histobtn.src=histo.src, document.benefitsbtn.src=benefits.src, document.designerbtn.src=designer.src, document.retailbtn.src=retail.src, document.contactbtn.src=contact.src, document.productionbtn.src=production.src, document.cleaningbtn.src=cleaning.src, document.pressbtn.src=presshl.src}
			}
			return true;
		}
		function ResetButton(Button) {
		if (version == "n3") {
			if (Button=="home"){document.homebtn.src=home.src}
			else if (Button=="introduction"){document.introductionbtn.src=introduction.src}
			else if (Button=="baths"){document.bathsbtn.src=baths.src}
			else if (Button=="basins"){document.basinsbtn.src=basins.src}
			else if (Button=="accessories"){document.accessoriesbtn.src=accessories.src}
			else if (Button=="history"){document.histobtn.src=histo.src}
			else if (Button=="benefits"){document.benefitsbtn.src=benefits.src}
			else if (Button=="designer"){document.designerbtn.src=designer.src}
			else if (Button=="retail"){document.retailbtn.src=retail.src}
			else if (Button=="contact"){document.contactbtn.src=contact.src}
			else if (Button=="production"){document.productionbtn.src=production.src}
			else if (Button=="cleaning"){document.cleaningbtn.src=cleaning.src}
			else if (Button=="press"){document.pressbtn.src=press.src}
			}
			return true;
		}

		// Collection functions
		function HLproduct(Button) {
		if (version == "n3") {
			if (Button=="ottoman"){document.ottomanbtn.src=ottomanhl.src, document.romanbtn.src=roman.src, document.byzantinebtn.src=byzantine.src, document.phoenicianbtn.src=phoenician.src, document.eurobtn.src=euro.src, document.asiabtn.src=asia.src}
			else if (Button=="roman"){document.ottomanbtn.src=ottoman.src, document.romanbtn.src=romanhl.src, document.byzantinebtn.src=byzantine.src, document.phoenicianbtn.src=phoenician.src, document.eurobtn.src=euro.src, document.asiabtn.src=asia.src}
			else if (Button=="byzantine"){document.ottomanbtn.src=ottoman.src, document.romanbtn.src=roman.src, document.byzantinebtn.src=byzantinehl.src, document.phoenicianbtn.src=phoenician.src, document.eurobtn.src=euro.src, document.asiabtn.src=asia.src}
			else if (Button=="phoenician"){document.ottomanbtn.src=ottoman.src, document.romanbtn.src=roman.src, document.byzantinebtn.src=byzantine.src, document.phoenicianbtn.src=phoenicianhl.src, document.eurobtn.src=euro.src, document.asiabtn.src=asia.src}
			else if (Button=="euro"){document.ottomanbtn.src=ottoman.src, document.romanbtn.src=roman.src, document.byzantinebtn.src=byzantine.src, document.phoenicianbtn.src=phoenician.src, document.eurobtn.src=eurohl.src, document.asiabtn.src=asia.src}
			else if (Button=="asia"){document.ottomanbtn.src=ottoman.src, document.romanbtn.src=roman.src, document.byzantinebtn.src=byzantine.src, document.phoenicianbtn.src=phoenician.src, document.eurobtn.src=euro.src, document.asiabtn.src=asiahl.src}
			else if (Button=="lavabo"){document.lavabobtn.src=lavabohl.src, document.aegeanbtn.src=aegean.src, document.tigrisbtn.src=tigris.src}
			else if (Button=="aegean"){document.lavabobtn.src=lavabo.src, document.aegeanbtn.src=aegeanhl.src, document.tigrisbtn.src=tigris.src}
			else if (Button=="tigris"){document.lavabobtn.src=lavabo.src, document.aegeanbtn.src=aegean.src, document.tigrisbtn.src=tigrishl.src}
			else if (Button=="galata"){document.galatabtn.src=galatahl.src, document.mirrorbtn.src=mirror.src}
			else if (Button=="mirror"){document.galatabtn.src=galata.src, document.mirrorbtn.src=mirrorhl.src}
			}
			return true;
		}
		function Resetproduct(Button) {
		if (version == "n3") {
			if (Button=="ottoman"){document.ottomanbtn.src=ottoman.src}
			else if (Button=="roman"){document.romanbtn.src=roman.src}
			else if (Button=="byzantine"){document.byzantinebtn.src=byzantine.src}
			else if (Button=="phoenician"){document.phoenicianbtn.src=phoenician.src}
			else if (Button=="euro"){document.eurobtn.src=euro.src}
			else if (Button=="asia"){document.asiabtn.src=asia.src}
			else if (Button=="lavabo"){document.lavabobtn.src=lavabo.src}
			else if (Button=="aegean"){document.aegeanbtn.src=aegean.src}
			else if (Button=="tigris"){document.tigrisbtn.src=tigris.src}
			else if (Button=="galata"){document.galatabtn.src=galata.src}
			else if (Button=="mirror"){document.mirrorbtn.src=mirror.src}
			}
			return true;
		}
		function RefreshNav(Type) {
			if (version == "n3") {
			document.homebtn.src=home.src, document.introductionbtn.src=introduction.src, document.bathsbtn.src=baths.src, document.basinsbtn.src=basins.src, document.accessoriesbtn.src=accessories.src, document.histobtn.src=histo.src, document.benefitsbtn.src=benefits.src, document.designerbtn.src=designer.src, document.retailbtn.src=retail.src, document.contactbtn.src=contact.src, document.productionbtn.src=production.src, document.cleaningbtn.src=cleaning.src, document.pressbtn.src=press.src
			if (Type=="bath"){document.ottomanbtn.src=ottoman.src, document.romanbtn.src=roman.src, document.byzantinebtn.src=byzantine.src,  document.phoenicianbtn.src=phoenician.src, document.eurobtn.src=euro.src, document.asiabtn.src=asia.src}
			if (Type=="basin"){document.lavabobtn.src=lavabo.src, document.aegeanbtn.src=aegean.src, document.tigrisbtn.src=tigris.src}
			if (Type=="accessories"){document.galatabtn.src=galata.src, document.mirrorbtn.src=mirror.src}
			}
			return true;
		}
