function opWin(url,name){
   window.open(url,name,"scrollbars=yes,resizable=yes,width=680");
   return(false);
}