function openWindow(x,w,h) {window.open(x,"my_new_window","toolbar=no, location=yes, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, copyhistory=no,"+w+","+h)}
function printPage() {window.print()}
function closeWindow() {window.close()}
function openWindowMAP(ww, wh) {
//ww=ww+25; wh=wh+50;
w1=window.open('','w1','width='+ww+',height='+wh+',status=no,toolbar=no,menubar=no,location=no,resizable=yes,scrollbars=yes');
w1.document.open();
w1.document.write("<font size=\"2\" face=\"Arial, Helvetica, sans-serif\"><b>Price \"Too Low to Show\" Explained<\/b><br> Throughout our website you will find \"MAP\" or minimum-advertised-pricing. This allows us to receive the best possible support from our manufacturers and distributors and we abide by their policies. You will be able to see the price by selecting the Order button on the given item page. <br><br>Adding items to the shopping cart does not mean you have to buy the items. You will be able to remove an item from the cart if you so choose.<p align=\"center\"><a href=\"javascript:window.close();\">Close Window</a></p></font>");
w1.document.focus();
};
