//-------------------------------//
//           website by          //
//         Andrew Levine         //
//     info@inwardeleven.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 advaoff = new Image(); advaoff.src = "../images/store/products/nv_adva_off.gif";
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 packoff = new Image(); packoff.src = "../images/store/products/nv_pack_off.gif";
var onlioff = new Image(); onlioff.src = "../images/store/products/nv_onli_off.gif";
var remooff = new Image(); remooff.src = "../images/store/products/nv_remo_off.gif";
var tooloff = new Image(); tooloff.src = "../images/store/products/nv_tool_off.gif";
var mastoff = new Image(); mastoff.src = "../images/store/products/nv_mast_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 advaon = new Image(); advaon.src = "../images/store/products/nv_adva_on.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 packon = new Image(); packon.src = "../images/store/products/nv_pack_on.gif";
var onlion = new Image(); onlion.src = "../images/store/products/nv_onli_on.gif";
var remoon = new Image(); remoon.src = "../images/store/products/nv_remo_on.gif";
var toolon = new Image(); toolon.src = "../images/store/products/nv_tool_on.gif";
var maston = new Image(); maston.src = "../images/store/products/nv_mast_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";

//custon new window opener
var win = null;
function NewWindow(mypage,myname,w,h,scroll,tool,loca){
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
settings =
'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',toolbar='+tool+',location='+loca+',resizable'
win = window.open(mypage,myname,settings)
if(win.window.focus){win.window.focus();}
}
