// JavaScript Documentfunction openWin(siteurl,movtitle){var win = new Window("win01", {title: movtitle,className: "dialog",width:340, height:240,zIndex: 100,resizable: true,draggable:true,url: siteurl,showEffectOptions: {duration:0}});win.setDestroyOnClose();win.showCenter();}