<!--
 		// link goes nowhere
 		
 			function nowhere()
 			{
 			}		

			if (document.images){

		// home
			
			phone_email_on = new Image();
			phone_email_on.src = "imgs/home/phone_email_on.gif";
			phone_email_off = new Image();
			phone_email_off.src = "imgs/home/phone_email_off.gif";
			
			about_on = new Image();
			about_on.src = "imgs/home/nav/about_on.gif";
			about_off = new Image();
			about_off.src = "imgs/home/nav/about_off.gif";
			
			catalogue_on = new Image();
			catalogue_on.src = "imgs/home/nav/catalogue_on.gif";
			catalogue_off = new Image();
			catalogue_off.src = "imgs/home/nav/catalogue_off.gif";
			
			exhibitions_on = new Image();
			exhibitions_on.src = "imgs/home/nav/exhibitions_on.gif";
			exhibitions_off = new Image();
			exhibitions_off.src = "imgs/home/nav/exhibitions_off.gif";
			
			wanted_on = new Image();
			wanted_on.src = "imgs/home/nav/wanted_on.gif";
			wanted_off = new Image();
			wanted_off.src = "imgs/home/nav/wanted_off.gif";
			
			links1_on = new Image();
			links1_on.src = "imgs/home/nav/links_on.gif";
			links1_off = new Image();
			links1_off.src = "imgs/home/nav/links_off.gif";
			
		// level2
			
			phone_email2_on = new Image();
			phone_email2_on.src = "imgs/level2/phone_email_on.gif";
			phone_email2_off = new Image();
			phone_email2_off.src = "imgs/level2/phone_email_off.gif";
			
			about2_on = new Image();
			about2_on.src = "imgs/level2/nav/about_on.gif";
			about2_off = new Image();
			about2_off.src = "imgs/level2/nav/about_off.gif";
			
			catalogue2_on = new Image();
			catalogue2_on.src = "imgs/level2/nav/catalogue_on.gif";
			catalogue2_off = new Image();
			catalogue2_off.src = "imgs/level2/nav/catalogue_off.gif";
			
			exhibitions2_on = new Image();
			exhibitions2_on.src = "imgs/level2/nav/exhibitions_on.gif";
			exhibitions2_off = new Image();
			exhibitions2_off.src = "imgs/level2/nav/exhibitions_off.gif";
			
			wanted2_on = new Image();
			wanted2_on.src = "imgs/level2/nav/wanted_on.gif";
			wanted2_off = new Image();
			wanted2_off.src = "imgs/level2/nav/wanted_off.gif";
			
			links2_on = new Image();
			links2_on.src = "imgs/level2/nav/links_on.gif";
			links2_off = new Image();
			links2_off.src = "imgs/level2/nav/links_off.gif";
			
			home_on = new Image();
			home_on.src = "imgs/level2/nav/home_on.gif";
			home_off = new Image();
			home_off.src = "imgs/level2/nav/home_off.gif";
			
			}
			
		// pop up window
			
			function popUp(url)
			{
				sealWin=window.open(url,"win",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=600,height=480');
				self.title = "mainWin";
			}
			
// -->