function youtube(yid) { var win = new Window({className: "alphacube", title: "YouTube", top:70, left:100, width:445, height:365, zIndex:100000, url: "/inc/asp/youtube.asp?id=" + yid, showEffectOptions: {duration:1.5}}) win.showCenter(); win.show(); }