

//'@APPVERSION: 50.4014.0.2
function show_page(path){
	var sFeatures, h, w, win, i
	h = window.screen.availHeight 
	w = window.screen.availWidth 
	sFeatures = "height=265,width=432,screenY=" + (h*.30) + ",screenX=" + (w*.33) + ",top=" + (h*.30) + ",left=" + (w*.33) + ",resizable=yes"
	win = window.open(path,"",sFeatures)
	
}  


function show_stockinfo(path){
	var sFeatures, h, w, win, i
	h = window.screen.availHeight 
	w = window.screen.availWidth 
	sFeatures = "height=265,width=432,screenY=" + (h*.30) + ",screenX=" + (w*.33) + ",top=" + (h*.30) + ",left=" + (w*.33) + ",noresize,scrollbars=auto"
	win = window.open(path,"",sFeatures)
}  




function show_dotm(path) 
	{
	var sFeatures, win, i
	sFeatures = "height=400,width=432,screenY=50,screenX=150,top=50,left=150,noresize,scrollbars=no"
	win = window.open(path,"",sFeatures)
	
} 

function show_invmsg() 
	{
	var sFeatures, h, w, win, i
	path ='invenmessage.asp'
	h = window.screen.availHeight 
	w = window.screen.availWidth 
	sFeatures = "height=265,width=432,screenY=" + (h*.30) + ",screenX=" + (w*.33) + ",top=" + (h*.30) + ",left=" + (w*.33) + ",noresize,scrollbars=auto"
	win = window.open(path,"",sFeatures)
	
}


function emailwishlist(){
	var sFeatures, h, w, friendWin,path
	h = window.screen.availHeight 
	w = window.screen.availWidth 
	path='EmailWishList.asp'
	sFeatures = "height=600,width=432,resizable"
	friendWin = window.open(path,"",sFeatures)
	
}

    	 
function linkCorrect() {
	if (window.document.links.length > 1) {
		for (i=0;i<window.document.links.length;i++) {
			if (window.document.links[i].href != "javascript:window.close()") {
				temp = window.document.links[i].href
				window.document.links[i].href = "javascript:openParent('" + temp + "')"
			}
		}
	}
}

function openParent(sHref) {
	window.opener.location = sHref;
	window.close();
}



function ship_price() 
	{
	var sFeatures, h, w, win, i
	path ='ship_price.asp'
	h = window.screen.availHeight 
	w = window.screen.availWidth 
	sFeatures = "height=325,width=432,screenY=" + (h*.30) + ",screenX=" + (w*.33) + ",top=" + (h*.30) + ",left=" + (w*.33) + ",noresize,scrollbars=auto"
	win = window.open(path,"",sFeatures)
	
	} 