<!-- Begin


               browserName = navigator.appName;  

               browserVer = parseInt(navigator.appVersion);  

               browser = "NotOk";  

 
               // Detect if Netscape or MSIE version is ok  

 

               if (browserName == "Netscape" && browserVer >= 3) { browser = "ok"}  

               if (browserName == "Microsoft Internet Explorer" && browserVer == 4) { browser = "ok"} 

 // Initialize your images n 
 if (browser == "ok") { 
 Link1= new Image(); Link1.src = "images/events_off.gif";  
 Link1on = new Image(); Link1on.src = "images/events_on.gif";  
 Link2= new Image(); Link2.src = "images/vendor_off.gif";  
 Link2on = new Image(); Link2on.src = "images/vendor_on.gif";  
 Link3= new Image(); Link3.src = "images/entertain_off.gif";  
 Link3on = new Image(); Link3on.src = "images/entertain_on.gif";  
 Link4= new Image(); Link4.src = "images/food_off.gif";   
 Link4on = new Image(); Link4on.src = "images/food_on.gif";  
 Link5= new Image(); Link5.src = "images/photos_off.gif"; 
 Link5on = new Image(); Link5on.src = "images/photos_on.gif"; 
 Link6= new Image(); Link6.src = "images/welcome_off.gif"; 
 Link6on = new Image(); Link6on.src = "images/welcome_on.gif"; 
 Link7= new Image(); Link7.src = "images/where_off.gif"; 
 Link7on = new Image(); Link7on.src = "images/where_on.gif";
 Link8= new Image(); Link8.src = "images/about_off.gif"; 
 Link8on = new Image(); Link8on.src = "images/about_on.gif";
 Link9= new Image(); Link9.src = "images/parade_off.gif"; 
 Link9on = new Image(); Link9on.src = "images/parade_on.gif";
 Link10= new Image(); Link10.src = "images/5k_off.gif"; 
 Link10on = new Image(); Link10on.src = "images/5k_on.gif";
 } 
 function swap(imgName,select) 
 { if (browser == "ok") {imgOn = eval(select+ ".src");  
 document.images[imgName].src = imgOn; }}  

 // End --> 
              
