		browsok = (((navigator.appName == "Netscape")
		&& (parseInt(navigator.appVersion) >= 3))
		|| ((navigator.appName == "Microsoft Internet Explorer")
		&& (parseInt(navigator.appVersion)>=3)));
		if(browsok){
		  // MouseOn   
		  // Note: the 88 is for the WIDTH, 25 is for the HEIGHT
			 //main1 = new Image(176, 44);
			 //main1.src = "images/main_o.gif";
			 about1 = new Image(176, 23);
			 about1.src = "images/about_o.gif";
			 minister1 = new Image(176, 22);
			 minister1.src = "images/minister_o.gif";
			 events1 = new Image(176, 22);
			 events1.src = "images/events_o.gif";
			 groups1 = new Image(176, 23);
			 groups1.src = "images/groups_o.gif";
			 photos1 = new Image(176, 24);
			 photos1.src = "images/photos_o.gif";
			 alumni1 = new Image(176, 22);
			 alumni1.src = "images/alumni_o.gif";
			 feedback1 = new Image(176, 23);
			 feedback1.src = "images/feedback_o.gif";
			 guestbook1 = new Image(176, 24);
			 guestbook1.src = "images/guestbook_o.gif";
			 links1 = new Image(176, 73);
			 links1.src = "images/links_o.gif";			 		
		  // MouseOff
		  // Note: the 88 is for the WIDTH, 25 is for the HEIGHT
			// main0 = new Image(176, 44);
			// main0.src = "images/main.gif";
			 about0 = new Image(176, 23);
			 about0.src = "images/about.gif";
			 minister0 = new Image(176, 22);
			 minister0.src = "images/minister.gif";
			 events0 = new Image(176, 22);
			 events0.src = "images/events.gif";
			 groups0 = new Image(176, 23);
			 groups0.src = "images/groups.gif";
			 photos0 = new Image(176, 24);
			 photos0.src = "images/photos.gif";
			 alumni0 = new Image(176, 22);
			 alumni0.src = "images/alumni.gif";
			 feedback0 = new Image(176, 23);
			 feedback0.src = "images/feedback.gif";
			 guestbook0 = new Image(176, 24);
			 guestbook0.src = "images/guestbook.gif";
			 links0 = new Image(176, 73);
			 links0.src = "images/links.gif";
			 
		
		}
		function BNB_mouseon(n){
			 if(browsok){
				  imageON = eval(n + "1.src");
				  document [n].src = imageON;
				  }
		}
		function BNB_mouseoff(n){
			 if(browsok){
		imageOFF = eval(n + "0.src");
			 document [n].src = imageOFF;
				  }
		}
