// JavaScript Document

function openWindow(file, w, h, scrollbar) {
NewWin=window.open(file,'NewWin', 'toolbar=no,status=no,scrollbars=0,width='+w+',height='+h+',left=50, top=150');
}
