
//Preloads rollover images

if (document.images)
{
	pic1= new Image(211,75);	pic1.src="images/hatter-home-on.gif";
	pic1= new Image(211,50);	pic1.src="images/hatter-studio-on.gif";
	pic1= new Image(211,52);	pic1.src="images/hatter-factory-on.gif";
	pic1= new Image(211,44);	pic1.src="images/hatter-shop-on.gif";
	pic1= new Image(211,52);	pic1.src="images/hatter-gallery-on.gif";
	pic1= new Image(211,55);	pic1.src="images/contact-walter-wright-on.gif";
	     	
}


//popup window

function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}