//var putItThere = null; var chasm = screen.availWidth;var mount = screen.availHeight;var w = 0;var h = 0;function popContent(prodName,w,h) {  //alert("i am in");  centerIt = window.open('http://www.speer-bullets.com/html/products/ProdDesc.asp?prod='+prodName,'prodDesc','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,'+'width=' + w + ',height=' + h + ',left=' + ((chasm - w - 10) * .5) + ',top=' + ((mount - h - 30) * .5));}function popImage(pageName,w,h) {  //alert("i am in");  centerIt = window.open(pageName,'prodDesc','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,'+'width=' + w + ',height=' + h + ',left=' + ((chasm - w - 10) * .5) + ',top=' + ((mount - h - 30) * .5));}function openwindownahc(ref){Window1=window.open(ref,"","width=580,height=530,top=0,left=0,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1")}function popTip(tipId,w,h) {  //alert("i am in");  centerIt = window.open('poptips.asp?towid='+tipId,'prodDesc','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,'+'width=' + w + ',height=' + h + ',left=' + ((chasm - w - 10) * .5) + ',top=' + ((mount - h - 30) * .5));}function popRegister(pageName,w,h) {  //alert("i am in");  centerIt = window.open(pageName,'register','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,'+'width=' + w + ',height=' + h + ',left=' + ((chasm - w - 10) * .5) + ',top=' + ((mount - h - 30) * .5));}