$.openPW=function(href,title,width,height,resize){var x=(screen.availWidth-width)/2;var y=(screen.availHeight-height)/2;var w=window.open(href,title,"width="+width+",height="+height+",top="+y+",toolbar = no,left="+x+(resize?",scrollbars=yes,resizable=yes":""));w.focus();}
function availabilityPW(href){$.openPW(href,"AVAILABILITY",430,525,1);}
function comparePW(href){$.openPW(href,"COMPARE",800,600,1);}
function printPW(href){$.openPW(href,"PRINT",670,650,1);}
function popupPW(href,name,width,height){if(name==null){name="POPUP";}
if(width==null||height==null){width=505;height=300;}
$.openPW(href,name,width,height,1);}