<!-- Script courtesy of http://www.web-source.net - Your Guide to Professional Web Site Design and Development
function load(ARGS) {
var load = window.open('/PU_PRICE/Email_Price.asp','','scrollbars=no,menubar=no,height=300,width=400,resizable=yes,toolbar=no,location=no,status=no');
//window.open("testfile.aspx?arg="+ARGS,"Title","Features");

}
// -->
// Use link below to open window
// <a href="javascript:load()">Open Window</a>