function Checkitout(){

//      Gets Browser and Version

        var appver = "null";
        var browser = navigator.appName;
        var version = navigator.appVersion;
        if ((browser == "Netscape")) version = navigator.appVersion.substring(0, 3);
        if ((browser == "Microsoft Internet Explorer")) version = navigator.appVersion.substring(22, 25);

//      Gives AppVersion (appver) for Detect Strings

        if ((browser == "Microsoft Internet Explorer") && (version >= 3)) appver = "ie3+";
        if ((browser == "Netscape") && (version >= 3)) appver = "ns3+";
        if ((browser == "Netscape") && (version < 3)) appver = "ns2";


       if ((appver == "ie3+")) {
                return 0;
        }  else {
                return 1;
                }
}
  function warn_me(){
    alert("Welcome to the New Product Info Page!");
    return true;}
  function LinksWin(smallDoc){
    callOutWin=window.open(smallDoc, "Example",
    "width=350,height=245,scrollbars=yes,resizable=yes,toolbar=no");
	}

browsok = (((navigator.appName == "Netscape")
&& (parseInt(navigator.appVersion) >= 3))
|| ((navigator.appName == "Microsoft Internet Explorer")
&& (parseInt(navigator.appVersion)>=3)));


if(browsok){  
  // MouseOn   
  // Note: First Image - the 90 is for the WIDTH, 30 is for the HEIGHT
     home1 = new Image(90, 30);
     home1.src = "pictures/button_on_home.gif";
     about1 = new Image(90, 30);
     about1.src = "pictures/button_on_about_us.gif";
     our_shilohs1 = new Image(90, 30);
     our_shilohs1.src = "pictures/button_on_our_shilohs.gif";
     our_kennel1 = new Image(90, 30);
     our_kennel1.src = "pictures/button_on_our_kennel.gif";
     our_weather1 = new Image(90, 30);
     our_weather1.src = "pictures/button_on_our_weather.gif";
     puppies1 = new Image(90, 30);
     puppies1.src = "pictures/button_on_puppies.gif"; 
     infoshiloh1 = new Image(90, 30);
     infoshiloh1.src = "pictures/button_on_shiloh_info.gif";  
     shilohforum1 = new Image(90, 30);
     shilohforum1.src = "pictures/button_on_shiloh_forum.gif"; 
     a_shavora1 = new Image(90, 30);
     a_shavora1.src = "pictures/button_on_about_shavora.gif"; 
     a_draba1 = new Image(90, 30);
     a_draba1.src = "pictures/button_on_about_draba.gif";
     a_kesali1 = new Image(90, 30);
     a_kesali1.src = "pictures/button_on_about_kesali.gif";    
     shavora_parents1 = new Image(90, 30);
     shavora_parents1.src = "pictures/button_on_shavora_parents.gif";
     draba_parents1 = new Image(90, 30);
     draba_parents1.src = "pictures/button_on_draba_parents.gif";
     kesali_parents1 = new Image(90, 30);
     kesali_parents1.src = "pictures/button_on_kesali_parents.gif";   
     shavora_web1 = new Image(90, 30);
     shavora_web1.src = "pictures/button_on_shavora_web.gif";
     draba_web1 = new Image(90, 30);
     draba_web1.src = "pictures/button_on_draba_web.gif";
     kesali_web1 = new Image(90, 30);
     kesali_web1.src = "pictures/button_on_kesali_web.gif";    
     veleda_photo_shavora1 = new Image(90, 30);
     veleda_photo_shavora1.src = "pictures/button_on_veleda.gif";
     other_links1 = new Image(90, 30);
     other_links1.src = "pictures/button_on_other_links.gif"; 
     more_issr1 = new Image(90, 30);
     more_issr1.src = "pictures/button_on_more_issr.gif";     

  // MouseOff
  // Note: First Image - the 90 is for the WIDTH, 30 is for the HEIGHT
     home0 = new Image(90, 30);
     home0.src = "pictures/button_off_home.gif";
     about0 = new Image(90, 30);
     about0.src = "pictures/button_off_about_us.gif";
     our_shilohs0 = new Image(90, 30);
     our_shilohs0.src = "pictures/button_off_our_shilohs.gif";
     our_kennel0 = new Image(90, 30);
     our_kennel0.src = "pictures/button_off_our_kennel.gif";
     our_weather0 = new Image(90, 30);
     our_weather0.src = "pictures/button_off_our_weather.gif";
     puppies0 = new Image(90, 30);
     puppies0.src = "pictures/button_off_puppies.gif";
     infoshiloh0 = new Image(90, 30);
     infoshiloh0.src = "pictures/button_off_shiloh_info.gif";
     shilohforum0 = new Image(90, 30);
     shilohforum0.src = "pictures/button_off_shiloh_forum.gif"; 
     a_shavora0 = new Image(90, 30);
     a_shavora0.src = "pictures/button_off_about_shavora.gif";
     a_draba0 = new Image(90, 30);
     a_draba0.src = "pictures/button_off_about_draba.gif"; 
     a_kesali0 = new Image(90, 30);
     a_kesali0.src = "pictures/button_off_about_kesali.gif";
     shavora_parents0 = new Image(90, 30);
     shavora_parents0.src = "pictures/button_off_shavora_parents.gif";
     draba_parents0 = new Image(90, 30);
     draba_parents0.src = "pictures/button_off_draba_parents.gif";
     kesali_parents0 = new Image(90, 30);
     kesali_parents0.src = "pictures/button_off_kesali_parents.gif";    
     shavora_web0 = new Image(90, 30);
     shavora_web0.src = "pictures/button_off_shavora_web.gif";
     draba_web0 = new Image(90, 30);
     draba_web0.src = "pictures/button_off_draba_web.gif";
     kesali_web0 = new Image(90, 30);
     kesali_web0.src = "pictures/button_off_kesali_web.gif";  
     veleda_photo_shavora0 = new Image(90, 30);
     veleda_photo_shavora0.src = "pictures/button_off_veleda.gif";     
     other_links0 = new Image(90, 30);
     other_links0.src = "pictures/button_off_other_links.gif";
     more_issr0 = new Image(90, 30);
     more_issr0.src = "pictures/button_off_more_issr.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;
     }
} 

  function LinksWin(smallDoc){
    callOutWin=window.open(smallDoc, "Example",
    "width=600,height=420,scrollbars=yes,resizable=yes,toolbar=no");
  }

