   <!--   browsok = (((navigator.appName == "Netscape")   && (parseInt(navigator.appVersion) >= 3))   || ((navigator.appName == "Microsoft Internet Explorer")   && (parseInt(navigator.appVersion) >= 3)));   if(browsok){     // MouseOn        // Note: the 67 is for the WIDTH, 87 is for the HEIGHT        aboutus1 = new Image(67, 87);        aboutus1.src = "images/menu_aboutus_on.gif";        expectant1 = new Image(111, 87);        expectant1.src = "images/menu_expectant_on.gif";        adoptive1 = new Image(101, 87);        adoptive1.src = "images/menu_adoptive_on.gif";        kinship1 = new Image(101, 87);        kinship1.src = "images/menu_kinship_on.gif";        greatlinks1 = new Image(73, 87);        greatlinks1.src = "images/menu_links_on.gif";		corner1 = new Image(98, 87);        corner1.src = "images/menu_corner_on.gif";     // MouseOff     // Note: the 67 is for the WIDTH, 87 is for the HEIGHT        aboutus0 = new Image(67, 87);        aboutus0.src = "images/menu_aboutus_off.gif";        expectant0 = new Image(111, 87);        expectant0.src = "images/menu_expectant_off.gif";        adoptive0 = new Image(101, 87);        adoptive0.src = "images/menu_adoptive_off.gif";        kinship0 = new Image(101, 87);        kinship0.src = "images/menu_kinship_off.gif";        greatlinks0 = new Image(73, 87);        greatlinks0.src = "images/menu_links_off.gif";		corner0 = new Image(98, 87);        corner0.src = "images/menu_corner_off.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;             }   }   // -->