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