function op(what,w,h) {
x = window.open(what+'.html',what,'scrollbars=1,statusbar=no,menubar=no,locationbar=no,width='+w+',height='+h);
x.window.focus();
}