<!--  fullWin JavaScript

function fullWin(width, height, url)
{
  var name="FullWin";
  FullWin=window.open(url,name,"dependent=yes,height="+height+",resizable=yes,scrollbars=yes,menubar=1,location=1,toolbar=1,directories=1,width="+width+",top=0,left=0");  
  FullWin.focus();
}

-->

