var myimages=new Array()
function preloadimages(){
for (i=0;i<preloadimages.arguments.length;i++){
myimages[i]=new Image()
myimages[i].src=preloadimages.arguments[i]
}
}


//Enter path of images to be preloaded inside parenthesis. Extend list as desired.
preloadimages("/images/home_qte_1.gif","/images/home_qte_2.gif","/images/home_qte_3.gif","/images/home_qte_4.gif","/images/home_qte_6.gif","/images/home_qte_5.gif","/images/tpnv2_h_discover_f2.gif","/images/tpnv2_h_learn_f2.gif","/images/tpnv2_h_enjoy_f2.gif","/images/tpnv2_h_explore_f2.gif","/images/tpnv2_ds_discover_f2.gif","/images/tpnv2_ds_enjoy_f2.gif","/images/tpnv2_ds_explore_f2.gif","/images/tpnv2_ds_learn_f2.gif","/images/tpnv2_en_discover_f2.gif","/images/tpnv2_en_enjoy_f2.gif","/images/tpnv2_en_explore_f2.gif","/images/tpnv2_en_learn_f2.gif","/images/tpnv2_ex_discover_f2.gif","/images/tpnv2_ex_enjoy_f2.gif","/images/tpnv2_ex_explore_f2.gif","/images/tpnv2_ex_learn_f2.gif","/images/tpnv2_ln_discover_f2.gif","/images/tpnv2_ln_enjoy_f2.gif","/images/tpnv2_ln_explore_f2.gif","/images/tpnv2_ln_learn_f2.gif")
