/* --------------------------------------
   Mouse Over
   --------------------------------------
*/
if (((navigator.appName == "Netscape") && 
             (navigator.appVersion.substring(0,1) > 2)) || 
            ((navigator.appName == "Microsoft Internet Explorer") && 
             (navigator.appVersion.substring(0,1) > 3))) 
         {
                a1 = new Image(157,25);
                a1.src = "/image/b-home.gif";
                a2 = new Image(157,25);
                a2.src = "/image/b-home1.gif";

                b1 = new Image(157,25);
                b1.src = "/image/b-aboutus.gif";
                b2 = new Image(157,25);
                b2.src = "/image/b-aboutus1.gif";

                c1 = new Image(157,25);
                c1.src = "/image/b-products.gif";
                c2 = new Image(157,25);
                c2.src = "/image/b-products1.gif";

                d1 = new Image(157,25);
                d1.src = "/image/b-news.gif";
                d2 = new Image(157,25);
                d2.src = "/image/b-news1.gif";

                e1 = new Image(157,25);
                e1.src = "/image/b-faq.gif";
                e2 = new Image(157,25);
                e2.src = "/image/b-faq1.gif";

                f1 = new Image(157,25);
                f1.src = "/image/b-contactus.gif";
                f2 = new Image(157,25);
                f2.src = "/image/b-contactus1.gif";

                g1 = new Image(157,25);
                g1.src = "/image/b-emailus.gif";
                g2 = new Image(157,25);
                g2.src = "/image/b-emailus1.gif";

                h1 = new Image(157,25);
                h1.src = "/image/b-download.gif";
                h2 = new Image(157,25);
                h2.src = "/image/b-download1.gif";
       }
  
function ImgFunc(imgDocID, imgObjName)
{
        if (((navigator.appName == "Netscape") && 
             (navigator.appVersion.substring(0,1) > 2)) || 
            ((navigator.appName == "Microsoft Internet Explorer") && 
             (navigator.appVersion.substring(0,1) > 3))) 
        {  document.images[imgDocID].src = eval(imgObjName + ".src");   }
}
