/*function openwindow()
{
window.open("<%=URL%>","top","bar=no,toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=yes,width=550,height=470,screenX=0,left=150,screenY=0,top=30");
}*/
                  <!--
                  function newWindows(url, varWidth, varHeight) {
                  var options = "width=" + varWidth + ",height=" + varHeight + 
                  ",";
                  options += 
                  "resizable=yes,scrollbars=yes,status=yes,menubar=no,toolbar=no,location=no,directories=no ,screenX=0,left=100,screenY=0,top=50";
                  var newWin = window.open(url, 'newWin', options);
                  newWin.focus()
                  }
                  // -->

