function openW(url) {
  new_win=window.open('http://'+url, '', 'width=800, height=650, status=yes, toolbar=yes, menubar=yes, scrollbars=yes, resizable=yes'); 
  new_win.focus();
  return;
}
