//image preloading

nav_store_off = new Image();
nav_store_off.src = "/images/nav_store.gif";

nav_store_on = new Image();
nav_store_on.src = "/images/nav_store_on.gif";

nav_create_off = new Image();
nav_create_off.src = "/images/nav_create.gif";

nav_create_on = new Image();
nav_create_on.src = "/images/nav_create_on.gif";

nav_articles_off = new Image();
nav_articles_off.src = "/images/nav_articles.gif";

nav_articles_on = new Image();
nav_articles_on.src = "/images/nav_articles_on.gif";

nav_about_off = new Image();
nav_about_off.src = "/images/nav_about.gif";

nav_about_on = new Image();
nav_about_on.src = "/images/nav_about_on.gif";

nav_account_off = new Image();
nav_account_off.src = "/images/nav_account.gif";

nav_account_on = new Image();
nav_account_on.src = "/images/nav_account_on.gif";

nav_cart_off = new Image();
nav_cart_off.src = "/images/nav_cart.gif";

nav_cart_on = new Image();
nav_cart_on.src = "/images/nav_cart_on.gif";

nav_care_off = new Image();
nav_care_off.src = "/images/nav_care.gif";

nav_care_on = new Image();
nav_care_on.src = "/images/nav_care_on.gif";

homepage_button_dvds_off = new Image();
homepage_button_dvds_off.src = "/images/homepage_button_dvds.gif";

homepage_button_dvds_on = new Image();
homepage_button_dvds_on.src = "/images/homepage_button_dvds_on.gif";

homepage_button_videos_off = new Image();
homepage_button_videos_off.src = "/images/homepage_button_videos.gif";

homepage_button_videos_on = new Image();
homepage_button_videos_on.src = "/images/homepage_button_videos_on.gif";

homepage_button_tools_off = new Image();
homepage_button_tools_off.src = "/images/homepage_button_tools.gif";

homepage_button_tools_on = new Image();
homepage_button_tools_on.src = "/images/homepage_button_tools_on.gif";

homepage_button_kits_off = new Image();
homepage_button_kits_off.src = "/images/homepage_button_kits.gif";

homepage_button_kits_on = new Image();
homepage_button_kits_on.src = "/images/homepage_button_kits_on.gif";

// added by William Brown July 14, 2004 specials on and off 
homepage_d_spec01_off = new Image();
homepage_d_spec01_off.src = "/images/homepage_d_spec01.gif";

homepage_d_spec01_on = new Image();
homepage_d_spec01_on.src = "/images/homepage_d_spec01_on.gif";

// added by WillBrown March 17, 2005 TV on off click
tv2_off  = new Image();
tv2_off.src = "/images/tv2.gif";

tv2_on = new Image();
tv2_on.src = "/images/tv2_on.gif";

tv2w_off  = new Image();
tv2w_off.src = "/images/tv2w.gif";

tv2w_on = new Image();
tv2w_on.src = "/images/tv2w_on.gif";

// added by WillBrown March 17, 2005 submit on off click
lpsubmit_off  = new Image();
lpsubmit_off.src = "/images/lpsubmit.gif";

lpsubmit_on = new Image();
lpsubmit_on.src = "/images/lpsubmit_on.gif";
// rollover function

function rollover(image_name, on_state) {
	(on_state) ? suffix="_on" : suffix="_off";
	eval("document.images['" + image_name + "'].src=" + image_name + suffix + ".src;");
}


//image preloading - store home

store_home_masthead_d_off = new Image();
store_home_masthead_d_off.src = "/images/store_home_masthead_d.gif";

store_home_masthead_d_dvds = new Image();
store_home_masthead_d_dvds.src = "/images/store_home_masthead_d_dvds.gif";

store_home_masthead_d_videos = new Image();
store_home_masthead_d_videos.src = "/images/store_home_masthead_d_videos.gif";

store_home_masthead_d_tools = new Image();
store_home_masthead_d_tools.src = "/images/store_home_masthead_d_tools.gif";

store_home_masthead_d_kits = new Image();
store_home_masthead_d_kits.src = "/images/store_home_masthead_d_kits.gif";

store_home_button_dvds_on = new Image();
store_home_button_dvds_on.src = "/images/store_home_button_dvds_on.gif";

store_home_button_dvds_off = new Image();
store_home_button_dvds_off.src = "/images/store_home_button_dvds.gif";

store_home_button_videos_on = new Image();
store_home_button_videos_on.src = "/images/store_home_button_videos_on.gif";

store_home_button_videos_off = new Image();
store_home_button_videos_off.src = "/images/store_home_button_videos.gif";

store_home_button_tools_on = new Image();
store_home_button_tools_on.src = "/images/store_home_button_tools_on.gif";

store_home_button_tools_off = new Image();
store_home_button_tools_off.src = "/images/store_home_button_tools.gif";

store_home_button_kits_on = new Image();
store_home_button_kits_on.src = "/images/store_home_button_kits_on.gif";

store_home_button_kits_off = new Image();
store_home_button_kits_off.src = "/images/store_home_button_kits.gif";


//image preloading - store interior

store_interior_masthead_b_off = new Image();
store_interior_masthead_b_off.src = "/images/store_interior_masthead_b.gif";

store_interior_masthead_b_dvds = new Image();
store_interior_masthead_b_dvds.src = "/images/store_interior_masthead_b_dvds.gif";

store_interior_masthead_b_videos = new Image();
store_interior_masthead_b_videos.src = "/images/store_interior_masthead_b_videos.gif";

store_interior_masthead_b_workout_tools = new Image();
store_interior_masthead_b_workout_tools.src = "/images/store_interior_masthead_b_tools.gif";

store_interior_masthead_b_combo_kits = new Image();
store_interior_masthead_b_combo_kits.src = "/images/store_interior_masthead_b_kits.gif";

button_buy_on = new Image();
button_buy_on.src = "/images/button_buy_on.gif";

button_buy_off = new Image();
button_buy_off.src = "/images/button_buy.gif";

button_more_on = new Image();
button_more_on.src = "/images/button_more_on.gif";

button_more_off = new Image();
button_more_off.src = "/images/button_more.gif";



// rollover function - store

function rollover_b(image_name, image_source_object) {
	eval("document.images['" + image_name + "'].src=" + image_source_object + ".src;");
}

// foreign orders popup

function international() {
	internationalWindow=window.open("/international.asp", "internationalWindow", "width=540,height=600,scrollbars=yes");
	internationalWindow.focus();
}


function videoClip(filename, title) {
	videoClipWindow=window.open("/store/clip.asp?filename=" + filename + "&title=" + title, "videoClipWindow", "width=220,height=265");
	videoClipWindow.focus();
}

function dvdMenu(filename) {
	dvdMenuWindow=window.open("/store/dvdmenu.asp?filename=" + filename, "dvdMenuWindow", "width=587,height=389");
	dvdMenuWindow.focus();
}

function trim(inputString) {
	searchSpaceString=/ /g;
	return inputString.replace(searchSpaceString, "");
}

function verifyDelete(prompt, url) {
	if (confirm(prompt))
		window.location=url;
}