function openWin(url,nameW)
{
  winObj=window.open(url, nameW);
  if (winObj) winObj.focus();
}



