
//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

function pop1(pop){
var winpops=window.open("msg1.htm","","width=600,height=450,resizable,scrollbars")
}
function pop2(pop){
var winpops=window.open("msg2.htm","","width=550,height=350,resizable,scrollbars")
}
function pop3(pop){
var winpops=window.open("msg3.htm","","width=550,height=350,resizable,scrollbars")
}
