
//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=500,height=300,resizable")
}
function pop2(pop){
var winpops=window.open("msg2.htm","","width=500,height=300,resizable")
}
function pop3(pop){
var winpops=window.open("msg3.htm","","width=500,height=350,resizable")
}
function pop4(pop){
var winpops=window.open("msg4.htm","","width=500,height=350,resizable")
}
function pop5(pop){
var winpops=window.open("msg5.htm","","width=360,height=190,resizable")
}