            <!--// Browser Detect
            
            bName = navigator.appName; //detect for Netscape 3+ or IE 4+
            bVer = parseInt(navigator.appVersion);
            if ((bName == "Netscape" && bVer >= 3) || (bName == "Microsoft Internet Explorer" && bVer >=4)) br = "n3";
            else br = "n2";
            
            
            // Create image objects, preload all active and inactive images.
            
            
            if (br== "n3") 
                {// Active Spotlight Index        
                    img01on = new Image();  
                    img01on.src = "http://cams.fallscreekok.org/fccam1thumb.jpg";   
                    img02on = new Image();  
                    img02on.src = "http://cams.fallscreekok.org/fccam2thumb.jpg";   
                    img03on = new Image();  
                    img03on.src = "http://cams.fallscreekok.org/fccam3thumb.jpg";   
                    img04on = new Image();  
                    img04on.src = "http://cams.fallscreekok.org/fccam4thumb.jpg";   
                    img05on = new Image();  
                    img05on.src = "http://cams.fallscreekok.org/fccam5thumb.jpg";
                    // img06on = new Image();//        
                    //img06on.src = "../fccam6thumb.jpg";//   
                    //img07on = new Image();//        
                    //img07on.src = "../fccam7thumb.jpg";//   
                    //img08on = new Image();//        
                    //img08on.src = "../fccam8thumb.jpg";     
                    // Inactive Spotlight Index   

                    img01off = new Image(); 
                    img01off.src = "http://cams.fallscreekok.org/fccam1thumb.jpg";  
                    img02off = new Image(); 
                    img02off.src = "http://cams.fallscreekok.org/fccam2thumb.jpg";  
                    img03off = new Image(); 
                    img03off.src = "http://cams.fallscreekok.org/fccam3thumb.jpg";  
                    img04off = new Image(); 
                    img04off.src = "http://cams.fallscreekok.org/fccam4thumb.jpg";  
                    img05off = new Image(); 
                    img05off.src = "http://cams.fallscreekok.org/fccam5thumb.jpg";
                    //        img06off = new Image();
                    //       img06off.src = "../fccam6thumb.jpg";
                    //  img07off = new Image();
                    //       img07off.src = "../fccam7thumb.jpg";
                    //  img08off = new Image();
                    //       img08off.src = "../fccam8thumb.jpg";    
                    // Active Spotlight Callouts   
                    
                     img01type = new Image();        
                     img01type.src = "http://cams.fallscreekok.org/fccam1_00001.jpg";       
                      img02type = new Image();        
                      img02type.src = "http://cams.fallscreekok.org/fccam2_00001.jpg";
                      img03type = new Image();
                      img03type.src = "http://cams.fallscreekok.org/fccam3_00001.jpg";
                      img04type = new Image();
                      img04type.src = "http://cams.fallscreekok.org/fccam4_00001.jpg";    
                      img05type = new Image();       
                      img05type.src = "http://cams.fallscreekok.org/fccam5_00001.jpg";
                      //      img06type = new Image();
                      //      img06type.src = "../fccam6big.jpg";
                      //   img07type = new Image();
                      //      img07type.src = "../fccam7big.jpg";
                      //   img08type = new Image();
                      //      img08type.src = "../fccam8big.jpg";             
            }
            
            function imgAct(imgName)
             {     
                if (br == "n3") 
                {              
                 document[imgName].src = eval(imgName + "on.src"); 
                               document["holder"].src = eval(imgName + "type.src");    }}
                               
            function imgInact(imgName) {  if (br == "n3") {               document[imgName].src = eval(imgName + "off.src");              document["holder"].src = "http://cams.fallscreekok.org/fccam3_00001.jpg";       }}//-->
