//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 popSponsors(popurl){
var winpops=window.open(popurl,"","width=525px,height=600px,status,scrollbars,resizable")
}

function popVideo(popurl){
var winpops=window.open(popurl,"","width=360px,height=300px,status,scrollbars,resizable")
}

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

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