
//JK Popup Window Script (version 3.0)
//By JavaScript Kit (http://www.javascriptkit.com)
//Visit JavaScriptKit.com for free JavaScripts
//This notice must stay intact for legal use
// example ("msg1.htm","","width=500,height=,toolbar,location,status,scrollbars,menubar,resizable")
function pop1(pop){
var winpops=window.open("msg1.htm","","width=500,height=750,,,status,scrollbars,,resizable")
}