function hint(s) {
	window.status = (s ? s : '')
	return true }

function winopenqo(typ){
	var w = 768, h = 600;
	if (document.all || document.layers) {
	   w = screen.availWidth;
	   h = screen.availHeight; }
	var popW = 792, popH = 420;
	var leftPos = ((w-popW)/2)-4, topPos = (h-popH)/2;
	window.open("../quick/index.asp", "quick", "toolbar=no,location=no,directories=no,status=no, menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=792,height=420,top=" + topPos + ",left=" + leftPos)
	//win.focus();
}	

function OpenCenterPopup(popAddress,popName,closeopener,scroll,resize,w,h,popW,popH){
	if (document.all || document.layers) {
	   w = screen.availWidth;
	   h = screen.availHeight; }
	var leftPos = ((w-popW)/2)-4, topPos = (h-popH)/2;
//	win = window.open(popAddress, popName, "toolbar=no,location=no,directories=no,status=no, menubar=no,scrollbars="+scroll+",resizable="+resize+",copyhistory=no,width="+popW+",height="+popH+",top=" + topPos + ",left=" + leftPos)
//	win.focus();
	if (closeopener=="true") {self.close()}
}		

function winopenrp(){
	var w = 768, h = 600;
	if (document.all || document.layers) {
	   w = screen.availWidth;
	   h = screen.availHeight; }
	var popW = 600, popH = 380;
	var leftPos = ((w-popW)/2)-4, topPos = (h-popH)/2;
//	win = window.open("../contact/requestprice.htm", "pricelist", "toolbar=no,location=no,directories=no,status=no, menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=600,height=380,top=" + topPos + ",left=" + leftPos)
//	win.focus();
}		
	
function openblowup(doc,winname) {
    var w = 768, h = 600;
	if (document.all || document.layers) {
	   w = screen.availWidth;
	   h = screen.availHeight; }
	var popW = 600, popH = 380;
	var leftPos = ((w-popW)/2)-4, topPos = (h-popH)/2;
    bigimg = window.open(doc,winname,"toolbar=no,location=no,directories=no,status=no, menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=250,height=200,top=" + topPos + ",left=" + leftPos + ",screenX=" +leftPos+ ",screenY="+ topPos)
	bigimg.focus();
} //openblowup

function wincontact(login){
		var w = 768, h = 600;
		if (document.all || document.layers) {
		   w = screen.availWidth;
		   h = screen.availHeight; }
		var popW = 350, popH = 240;
		var leftPos = ((w-popW)/2)-4, topPos = (h-popH)/2;
		if (login=='True') {
		win = window.open("../contact/precontactus.htm", "contact1", "toolbar=no,location=no,directories=no,status=no, menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=350,height=240,top=" + topPos + ",left=" + leftPos)		} 
		else {
		win = window.open("../contact/precontactus.htm", "contact1", "toolbar=no,location=no,directories=no,status=no, menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=350,height=240,top=" + topPos + ",left=" + leftPos)		}
		win.focus();
}
		
function chgmsr(frm) {
	   frm.method="post";
	   frm.action="../catalog/setmeasure.asp";
	   frm.submit(); }
	
function priceinfo() {
       var w = 768, h = 600;
  	   if (document.all || document.layers) {
       w = screen.availWidth;
	   h = screen.availHeight; }
	   var popW = 592, popH = 440;
	   var leftPos = ((w-popW)/2)-4, topPos = (h-popH)/2;
	   document.location = "../contact/pricinginfo.asp" //, "contact", "toolbar=no,location=no,directories=no,status=no, menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=492,height=510,top=" + topPos + ",left=" + leftPos+ ",screenX=" +leftPos+ ",screenY="+ topPos)
//	   winpi.focus();
}

function openwin(winfile,winname,w,h) {
       var w1 = 768, h1 = 600;
  	   if (document.all || document.layers) {
       w1 = screen.availWidth;
	   h1 = screen.availHeight; }
	   var popW = 592, popH = 440;
	   var leftPos = ((w1-popW)/2)-4, topPos = (h1-popH)/2;
       mywin=window.open(winfile,winname,"toolbar=no,location=no,directories=no,status=no, menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width="+w+",height="+h+",top=" + topPos + ",left=" + leftPos+ ",screenX=" +leftPos+ ",screenY="+ topPos);
	   mywin.focus(); 
}


