function wopen (url) {
var win = window.open(url,'help','resizable=1,scrollbars=1,width=350,height=600,top=60,left=60');
win.focus();
}

