function openwindow() {
win = new Window({className: "spread", title: "Promark Video", width:400, height:332, maximizable: false, minimizable: false, draggable: false, url: "promark.html", destroyOnClose: true});

win.showCenter(1);
}