home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 July
/
Chip_2004-07_cd1.bin
/
tema
/
kerio
/
scripts
/
popup_release.js
< prev
next >
Wrap
Text File
|
2002-02-25
|
342b
|
10 lines
function open_release(id) {
documentName = "popup/release_detail5445.html?id="+id;
windname = "Release";
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")';
eval(text);
winrelease.focus();
}