/* OK so here we are  going to preload images for the rollover */
if(document.images) {
	cuddlduds_on=new Image
	cuddlduds_on.src='../../root_img/cuddlduds_on2.gif'
	cuddlduds_off=new Image
	cuddlduds_off.src='../../root_img/cuddlduds_off2.gif'
	hosiery_on=new Image
	hosiery_on.src='../../root_img/hosiery_on.gif'
	hosiery_off=new Image
	hosiery_off.src='../../root_img/hosiery_off.gif'	
	lalogo_on=new Image
	lalogo_on.src='../../root_img/la_logo_top_on.jpg'
	lalogo_off=new Image
	lalogo_off.src='../../root_img/la_logo_top_off.jpg'	
	lingerie_on=new Image
	lingerie_on.src='../../root_img/lingerie_on2.gif'
	lingerie_off=new Image
	lingerie_off.src='../../root_img/lingerie_off2.gif'
	music_on=new Image
	music_on.src='../../root_img/music_on2.gif'
	music_off=new Image
	music_off.src='../../root_img/music_off2.gif'
	orders_on=new Image
	orders_on.src='../../root_img/orders_on.gif'
	orders_off=new Image
	orders_off.src='../../root_img/orders_off.gif'	
	plus_on=new Image
	plus_on.src='../../root_img/plus_sizes_on.gif'
	plus_off=new Image
	plus_off.src='../../root_img/plus_sizes_off.gif'		
	sleepwear_on=new Image
	sleepwear_on.src='../../root_img/sleepwear_on2.gif'
	sleepwear_off=new Image
	sleepwear_off.src='../../root_img/sleepwear_off2.gif'	
	special_on=new Image
	special_on.src='../../root_img/spec_items_on.gif'
	special_off=new Image
	special_off.src='../../root_img/spec_items_off.gif'	
	}		

else{
					
	}
// end image rollover code 
/* start image replacement check */
	bName=navigator.appName;
	bVer=parseInt(navigator.appVersion);
	if ((bName=="Netscape" && bVer >=3) || (bName=="Microsoft Internet Explorer" && bVer >=4)) br="n3";
	else br="n2";
// end image replacement check

// image enlarge popup opener
function openPopup(URL) {
	popup=window.open(URL,"thepopup",'width=535,height=610,left=150,top=20,toolbar=no,scrollbars=auto,resize=no,menubar=no,status=no');
	}
	
// shipping rates popup opener
function openShipRates(URL) {
	popup=window.open(URL,"therates",'width=225,height=540,left=150,top=20,toolbar=no,scrollbars=auto,resize=no,menubar=no,status=no');
	}

