<!--

// link goes nowhere
 		
	function nowhere()
	{
	}		


if (document.images){	
	
	
// home
		
		bio_on = new Image();
		bio_on.src = "/imgs/home/nav/bio_on.gif";
		bio_off = new Image();
		bio_off.src = "/imgs/home/nav/bio_off.gif";
		
		about_anna_on = new Image();
		about_anna_on.src = "/imgs/home/nav/about_anna_on.gif";
		about_anna_off = new Image();
		about_anna_off.src = "/imgs/home/nav/about_anna_off.gif";
		
		press_on = new Image();
		press_on.src = "/imgs/home/nav/press_on.gif";
		press_off = new Image();
		press_off.src = "/imgs/home/nav/press_off.gif";
		
		shop_online_on = new Image();
		shop_online_on.src = "/imgs/home/nav/shop_online_on.gif";
		shop_online_off = new Image();
		shop_online_off.src = "/imgs/home/nav/shop_online_off.gif";
		
		contact_on = new Image();
		contact_on.src = "/imgs/home/nav/contact_on.gif";
		contact_off = new Image();
		contact_off.src = "/imgs/home/nav/contact_off.gif";
		
// level2
		
		bio2_on = new Image();
		bio2_on.src = "/imgs/level2/nav/bio_on.gif";
		bio2_off = new Image();
		bio2_off.src = "/imgs/level2/nav/bio_off.gif";
		
		about_anna2_on = new Image();
		about_anna2_on.src = "/imgs/level2/nav/about_anna_on.gif";
		about_anna2_off = new Image();
		about_anna2_off.src = "/imgs/level2/nav/about_anna_off.gif";
		
		press2_on = new Image();
		press2_on.src = "/imgs/level2/nav/press_on.gif";
		press2_off = new Image();
		press2_off.src = "/imgs/level2/nav/press_off.gif";
		
		shop_online2_on = new Image();
		shop_online2_on.src = "/imgs/level2/nav/shop_online_on.gif";
		shop_online2_off = new Image();
		shop_online2_off.src = "/imgs/level2/nav/shop_online_off.gif";
		
		contact2_on = new Image();
		contact2_on.src = "/imgs/level2/nav/contact_on.gif";
		contact2_off = new Image();
		contact2_off.src = "/imgs/level2/nav/contact_off.gif";
		
		see_cart_on = new Image();
		see_cart_on.src = "/imgs/level2/nav/see_cart_on.gif";
		see_cart_off = new Image();
		see_cart_off.src = "/imgs/level2/nav/see_cart_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";
		
		add_to_cart_on = new Image();
		add_to_cart_on.src = "/imgs/level2/shop_online/add_to_cart_on.gif";
		add_to_cart_off = new Image();
		add_to_cart_off.src = "/imgs/level2/shop_online/add_to_cart_off.gif";
		
		}
		
// hide email function
		var user;
		var domain;
		var suffix;

		function hideEmail(user, domain, suffix){
			document.write('<a href="' + 'mailto:' + user + '@' + domain + '.' + suffix + '">' + user + '@' + domain + '.' + suffix + '</a>');
		}


// pop up window
		
function popUpStore(url)
	{
		sealWin=window.open(url,"win",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=306,height=450');
		self.title = "new view";
	}
	
function popUpPress1(url)
	{
		sealWin=window.open(url,"win",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=300,height=400');
		self.title = "new view";
	}

function popUpPress2(url)
	{
		sealWin=window.open(url,"win",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=593,height=400');
		self.title = "new view";
	}
		
// -->