function pop_prof(theURL,winName,features) {
 newWin=window.open(theURL,winName,features);
  newWin.focus();
}

