function opnNoMBar(myUrl) {
    nobar=window.open(myUrl,'','noscroll,width=760, height=595, noresize,status');
    nobar.focus()
}
