
function OpenListVersions (Address) { 
  ListVersions = window.open(Address, "List_Versions", 
  "dependent=yes,resizable=no,location=no,menubar=no,toolbar=no,hotkeys=no,status=no,scrollbars=yes,top=0,left=0,width=527,height=420");
  ListVersions.focus(); } 

