<!--

  if (document.images)
   {
     pic1off= new Image(143,40);
     pic1off.src="imgs/wwa.jpg";
     
     pic1on= new Image(143,40);
     pic1on.src="imgs/wwa_hov.jpg";    
	 
	 pic2off= new Image(91,40);
     pic2off.src="imgs/gall.jpg";    
	 
	 pic2on= new Image(91,40);
     pic2on.src="imgs/gall_hov.jpg";   
	 
	 pic3off= new Image(79,40);
     pic3off.src="imgs/forum.jpg";    
	 
	 pic3on= new Image(79,40);
     pic3on.src="imgs/forum_hov.jpg";   
	 
	 pic4off= new Image(144,40);
     pic4off.src="imgs/map.jpg";    
	 
	 pic4on= new Image(144,40);
     pic4on.src="imgs/map_hov.jpg";   
   }

function lightup(imgName)
 {
   if (document.images)
    {
      imgOn=eval(imgName + "on.src");
      document[imgName].src= imgOn;
    }
 }

function turnoff(imgName)
 {
   if (document.images)
    {
      imgOff=eval(imgName + "off.src");
      document[imgName].src= imgOff;
    }
 }

//-->

<!--
function CenterWindow(mypage,myname,wie,hie,resizeable,scrol)
{
  var iewinl = (screen.availWidth - wie) / 2;
  var iewint = (screen.availHeight - hie) / 2;
  if (navigator.appName=='Netscape') 
    winprops = 'innerHeight='+hie+',innerWidth='+wie+',top='+iewint+',left='+iewinl+',scrollbars='+scrol+',resizable='+resizeable;
  else 
	winprops = 'height='+hie+',width='+wie+',top='+iewint+',left='+iewinl+',scrollbars='+scroll+',resizable='+resizeable;
  win = window.open(mypage, myname, winprops);
}
//-->




