//
var putItThere = null; 
var chasm = screen.availWidth;
var mount = screen.availHeight;
var w = 0;
var h = 0;
function popContent(prodName,w,h) {  
  centerIt = window.open('/html/'+ prodName +'.htm','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) {  
  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) {  
  centerIt = window.open('tips.aspx?id='+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) {  
  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));

}