//-------------------------------//
//           website by          //
//         Andrew Levine         //
//   coppertop@wonder-drug.com   //
//-------------------------------//

//preload background
image0 = new Image();image0.src = "../images/store/products/bg_products.jpg";
image1 = new Image();image1.src = "../images/store/products/bt_add-to-cart_on.gif"

//rollover declarations
var audioff = new Image(); audioff.src = "../images/store/products/nv_audi_off.gif";
var bookoff = new Image(); bookoff.src = "../images/store/products/nv_book_off.gif";
var diaooff = new Image(); diaooff.src = "../images/store/products/nv_diao_off.gif";
var expeoff = new Image(); expeoff.src = "../images/store/products/nv_expe_off.gif"
var iphooff = new Image(); iphooff.src = "../images/store/products/nv_ipho_off.gif";
var onlioff = new Image(); onlioff.src = "../images/store/products/nv_onli_off.gif";
var tooloff = new Image(); tooloff.src = "../images/store/products/nv_tool_off.gif";
var univoff = new Image(); univoff.src = "../images/store/products/nv_univ_off.gif";
var videoff = new Image(); videoff.src = "../images/store/products/nv_vide_off.gif";
var scrioff = new Image(); scrioff.src = "../images/nav/sp_subscriber_off.gif";
var founoff = new Image(); founoff.src = "../images/vision/url_foun_off.gif";

var audion = new Image(); audion.src = "../images/store/products/nv_audi_on.gif";
var bookon = new Image(); bookon.src = "../images/store/products/nv_book_on.gif";
var diaoon = new Image(); diaoon.src = "../images/store/products/nv_diao_on.gif";
var expeon = new Image(); expeon.src = "../images/store/products/nv_expe_on.gif";
var iphoon = new Image(); iphoon.src = "../images/store/products/nv_ipho_on.gif";
var onlion = new Image(); onlion.src = "../images/store/products/nv_onli_on.gif";
var toolon = new Image(); toolon.src = "../images/store/products/nv_tool_on.gif";
var univon = new Image(); univon.src = "../images/store/products/nv_univ_on.gif";
var videon = new Image(); videon.src = "../images/store/products/nv_vide_on.gif";
var scrion = new Image(); scrion.src = "../images/nav/sp_subscriber_on.gif";
var founon = new Image(); founon.src = "../images/vision/url_foun_on.gif";


