
        if (document.images) {

    homea = new Image(81,32);
    homea.src = "images/template/home_b.gif";
    homeb = new Image(81,32);
    homeb.src = "images/template/home_a.gif";

    productsa = new Image(103,32);
    productsa.src = "images/template/products_b.gif";
    productsb = new Image(103,32);
    productsb.src = "images/template/products_a.gif";

    comparea = new Image(102,32);
    comparea.src = "images/template/compare_b.gif";
    compareb = new Image(102,32);
    compareb.src = "images/template/compare_a.gif";

    aboutusa = new Image(104,32);
    aboutusa.src = "images/template/aboutus_b.gif";
    aboutusb = new Image(104,32);
    aboutusb.src = "images/template/aboutus_a.gif";

    linksa = new Image(77,32);
    linksa.src = "images/template/links_b.gif";
    linksb = new Image(77,32);
    linksb.src = "images/template/links_a.gif";
	
	testa = new Image(124,32);
    testa.src = "images/template/testimonials_b.gif";
    testb = new Image(124,32);
    testb.src = "images/template/testimonials_a.gif";
	
	ordera = new Image(82,32);
    ordera.src = "images/template/order_b.gif";
    orderb = new Image(82,32);
    orderb.src = "images/template/order_a.gif";

		}

    function img_act(imgName) {
    if (document.images) {
        aimgOn = eval(imgName + "a" + ".src");
                document [imgName].src = aimgOn;
                }

        }
   function img_inact(imgName) {
    if (document.images) {
        bimgOn = eval(imgName + "b"  + ".src");
        document [imgName].src = bimgOn;
        }
        }


function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);