//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=425px,height=650px,status,toolbar,scrollbars,resizable")
}


function pop_team(popurl){
var winpops=window.open(popurl,"","width=375px,height=650px,scrollbars,resizable")
}

function pop_list(popurl){
var winpops=window.open(popurl,"","width=350px,height=650px,scrollbars,resizable")
}

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

function pop_menu(popurl){
var winpops=window.open(popurl,"","width=560px,height=425px,scrollbars,resizable")
}

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

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