<!--
//start preloading images

if (document.images){

//**************** UPPER MENU ******************************

    home_off = new Image();
    home_off.src = "http://www.directv.com/images/topnav/top_home.gif";
    home_on = new Image();
    home_on.src = "http://www.directv.com/images/topnav/top_home_on.gif";

    about_off = new Image();
    about_off.src = "http://www.directv.com/images/topnav/top_about.gif";
    about_on = new Image();
    about_on.src = "http://www.directv.com/images/topnav/top_about_on.gif";

    search_off = new Image();
    search_off.src = "http://www.directv.com/images/topnav/top_search.gif";
    search_on = new Image();
    search_on.src = "http://www.directv.com/images/topnav/top_search_on.gif";

    merger_off = new Image();
    merger_off.src = "http://www.directv.com/images/topnav/top_merger.gif";
    merger_on = new Image();
    merger_on.src = "http://www.directv.com/images/topnav/top_merger_on.gif";

    signin_off = new Image();
    signin_off.src = "http://www.directv.com/images/topnav/top_signin.gif";
    signin_on = new Image();
    signin_on.src = "http://www.directv.com/images/topnav/top_signin_on.gif";

    signout_off = new Image();
    signout_off.src = "http://www.directv.com/images/topnav/top_signout.gif";
    signout_on = new Image();
    signout_on.src = "http://www.directv.com/images/topnav/top_signout_on.gif";

//**************** LOWER MENU ******************************

mydtv_off = new Image();
mydtv_off.src = "http://www.directv.com/images/topnav/nav_my_dtv.gif"
mydtv_on = new Image();
mydtv_on.src = "http://www.directv.com/images/topnav/nav_my_dtv_on.gif"

program_off = new Image();
program_off.src = "http://www.directv.com/images/topnav/nav_programming.gif"
program_on = new Image();
program_on.src = "http://www.directv.com/images/topnav/nav_programming_on.gif"

packages_off = new Image();
packages_off.src = "http://www.directv.com/images/topnav/nav_packages.gif"
packages_on = new Image();
packages_on.src = "http://www.directv.com/images/topnav/nav_packages_on.gif"

products_off = new Image();
products_off.src = "http://www.directv.com/images/topnav/nav_products.gif"
products_on = new Image();
products_on.src = "http://www.directv.com/images/topnav/nav_products_on.gif"

getdtv_off = new Image();
getdtv_off.src = "http://www.directv.com/images/topnav/nav_get_dtv.gif"
getdtv_on = new Image();
getdtv_on.src = "http://www.directv.com/images/topnav/nav_get_dtv_on.gif"

custcare_off = new Image();
custcare_off.src = "http://www.directv.com/images/topnav/nav_cust_care.gif"
custcare_on = new Image();
custcare_on.src = "http://www.directv.com/images/topnav/nav_cust_care_on.gif"

playboybutton_off = new Image();
playboybutton_off.src = "/images/Email2003/playboy/Playboy_button_off.gif"
playboybutton_on = new Image();
playboybutton_on.src = "/images/Email2003/playboy/Playboy_button_on.gif"

}
//end preloading images

function chgImg(imgField,newImg) {
    if (document.images) {
        document[imgField].src= eval(newImg + ".src")
    }
}
//-->

