
<!-- Mouseover Menu script for Version 3 & 4 browsers -->
<!-- Preload the images we will need for the menu -->
<!-- Begin
    {
   	 	pic0on= new Image();
   	 	pic0on.src="images/menu1a.gif";

   	 	pic1on= new Image();
   	 	pic0on.src="images/menu2b.gif";
     
   	 	pic2on= new Image();
   	 	pic0on.src="images/menu3b.gif";

   	 	pic3on= new Image();
   	 	pic0on.src="images/menu4b.gif";

   	 	pic4on= new Image();
   	 	pic0on.src="images/menu5b.gif";

   	 	pic5on= new Image();
   	 	pic0on.src="images/menu6b.gif";

   	 	pic6on= new Image();
   	 	pic0on.src="images/menu7b.gif";

   	 }


function move_in(img_name,img_src) {
document[img_name].src=img_src;
}

function move_out(img_name,img_src) {
document[img_name].src=img_src;
}

function win(fileName) {
     myFloater = window.open('','myWindow','scrollbars=yes,status=no,width=400,height=400')
     myFloater.location.href = fileName;
}
// End -->
