//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 openpopup(popurl){
var winpops=window.open(popurl,"","width=530px,height=500px,scrollbars,resizable")
}

function openpopupbig(popurl){
var winpops=window.open(popurl,"","width=700px,height=600px,scrollbars,resizable")
}

function openpopupplans(popurl){
var winpops=window.open(popurl,"","width=400px,height=600px,scrollbars,resizable")
}

function openpopupgolf(popurl){
var winpops=window.open(popurl,"","width=700px,height=475px,scrollbars,resizable")
}