<!--
//###############
// these are cleaner js functions slowly being integrated
function rollIn(imgName, imgObjName) {
    if (document.images) {
        document[imgName].src = eval(imgObjName + "on.src");
    }
}

function rollOut(imgName, imgObjName) {  // the normal onMouseOut function
    if (document.images){
        document[imgName].src = eval(imgObjName + "off.src");
    }
}



//function loadNavigationImages()
//{   
    producton = new Image(); producton.src = "images/nav_product_on.gif";
    productoff = new Image(); productoff.src = "images/nav_product_off.gif";
    useiton = new Image(); useiton.src = "images/nav_useit_on.gif";
    useitoff = new Image(); useitoff.src = "images/nav_useit_off.gif";
    buyiton = new Image(); buyiton.src = "images/nav_buyit_on.gif";
    buyitoff = new Image(); buyitoff.src = "images/nav_buyit_off.gif";
    
    mediaon = new Image(); mediaon.src = "images/nav_media_on.gif";
    mediaoff = new Image(); mediaoff.src = "images/nav_media_off.gif";
    
     sellemon = new Image(); sellemon.src = "images/nav_sellem_on.gif";
     sellemoff = new Image(); sellemoff.src = "images/nav_sellem_off.gif";
    
     parkingon = new Image(); parkingon.src = "images/nav_parkinglot_on.gif";
    parkingoff = new Image(); parkingoff.src = "images/nav_parkinglot_off.gif";
    
    contacton = new Image(); contacton.src = "images/nav_contact_on.gif";
    contactoff = new Image(); contactoff.src = "images/nav_contact_off.gif";
    carton = new Image(); carton.src = "images/nav_cart_on.gif";
    cartoff = new Image(); cartoff.src = "images/nav_cart_off.gif";
    myaccounton = new Image(); myaccounton.src = "images/nav_myaccount_on.gif";
    myaccountoff = new Image(); myaccountoff.src = "images/nav_myaccount_off.gif";
    helpon = new Image(); helpon.src = "images/nav_help_on.gif";
    helpoff = new Image(); helpoff.src = "images/nav_help_off.gif";
    
   beerbellyon = new Image(); beerbellyon.src = "images/sub_nav_beerbelly_on.gif";
   beerbellyoff = new Image(); beerbellyoff.src = "images/sub_nav_beerbelly_off.gif";
   winerackon = new Image(); winerackon.src = "images/sub_nav_winerack_on.gif";
   winerackoff = new Image(); winerackoff.src = "images/sub_nav_winerack_off.gif";
   apperalon = new Image(); apperalon.src = "images/sub_nav_caps_apperal_on.gif";
   apperaloff = new Image(); apperaloff.src = "images/sub_nav_caps_apperal_off.gif";
   
    moreviewson = new Image(); moreviewson.src = "images/sub_nav_moreviews_on.gif";
   moreviewsoff = new Image(); moreviewsoff.src = "images/sub_nav_moreviews_off.gif";
    cnnon = new Image(); cnnon.src = "images/sub_nav_cnnvideo_on.gif";
   cnnoff = new Image(); cnnoff.src = "images/sub_nav_cnnvideo_off.gif";
   instructionon = new Image(); instructionon.src = "images/sub_nav_seeinstruction_on.gif";
   instructionoff = new Image(); instructionoff.src = "images/sub_nav_seeinstruction_off.gif";
   
   buyon = new Image(); buyon.src = "images/sub_nav_buyit_on.gif";
   buyoff = new Image(); buyoff.src = "images/sub_nav_buyit_off.gif";
   
   dloadon = new Image(); dloadon.src = "images/sub_download_instruction_on.gif";
   dloadoff = new Image(); dloadoff.src = "images/sub_download_instruction_off.gif";
   
   hbuyon = new Image(); hbuyon.src = "images/home_buyit_on.jpg";
   hbuyoff = new Image(); hbuyoff.src = "images/home_buyit_off.jpg";
   
    mediaImageson = new Image(); mediaImageson.src = "images/sub_nav_images_on.gif";
    mediaImagesoff = new Image(); mediaImagesoff.src = "images/sub_nav_images_off.gif";
  
    mediaVideoson = new Image(); mediaVideoson.src = "images/sub_nav_videos_on.gif";
   mediaVideosoff = new Image(); mediaVideosoff.src = "images/sub_nav_videos_off.gif";
   mediadocson = new Image(); mediadocson.src = "images/sub_nav_docs_on.gif";
   mediadocsoff = new Image(); mediadocsoff.src = "images/sub_nav_docs_off.gif";
   mediaPron = new Image(); mediaPron.src = "images/sub_nav_pr_contact_on.gif";
   mediaProff = new Image(); mediaProff.src = "images/sub_nav_pr_contact_off.gif";
   
   subtipson = new Image(); subtipson.src = "images/sub_nav_tipstricks_on.jpg";
   subtipsoff = new Image(); subtipsoff.src = "images/sub_nav_tipstricks_off.jpg";
   subuseiton = new Image(); subuseiton.src = "images/sub_nav_useit_on.jpg";
   subuseitoff = new Image(); subuseitoff.src = "images/sub_nav_useit_off.jpg";
   
//}

//-->
