<!--
function popUp(wintype,xSize,ySize)
{
  var pWinType = wintype;
  popUp=window.open(pWinType, 'NewWindows', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width='+xSize+',height='+ySize+''); 
  popUp.window.focus(); 
}
//->
