function popupPricing(){ 
	winpops = window.open("","imgWindowPricing","width=220,height=150,resizable=1,scrollbars=no")
	winpops.document.write("<html><head><title>Price Information.<\/title><link rel='stylesheet' type='text/css' href='aom\//cfg.css.php'/> <\/head><body onload='this.focus();' onclick='window.close();' onblur='window.close();' style='cursor:pointer;'><span class='aom_stn'>Product prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on Amazon.com at the time of purchase will apply to the purchase of this product.<\/span><\/body><\/html>")
	winpops.document.close();
}