function See(URL,NAME) {
  window2 = window.open(URL,NAME,'scrollbars,resizable,width=500,height=350');
  if(window2.focus) window2.focus();
}