home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / Chip_2004-07_cd1.bin / tema / kerio / scripts / popup_release.js < prev    next >
Text File  |  2002-02-25  |  342b  |  10 lines

  1. function open_release(id) {
  2. documentName = "popup/release_detail5445.html?id="+id;
  3. windname = "Release";
  4.  
  5. text = 'winrelease= window.open("' + documentName +'","' + windname +  '","locationbar=no,directories=no,scrollbars,status=no,menubar=no,width=700,height=500,top=20,left=20,resizable=no")';
  6.  
  7. eval(text);    
  8. winrelease.focus();
  9.  }
  10.