home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Igromania 2005 July
/
Igromania_2005-07.iso
/
Draft
/
images
/
script.js
< prev
next >
Wrap
Text File
|
2004-06-25
|
511b
|
12 lines
// JavaScript Document
function view(x,y,name) {
newwin = window.open(name,"_blank","width="+x+",height="+y);
newwin.document.writeln('<html><head><title>Screen</title></head>');
newwin.document.writeln('<body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0> <img src='+name+'> </body></html>');
}
function cd_message(cd) {
if (cd == 0) alert ('▌≥ε≥ ≡ατΣσδ φα⌡εΣΦ≥± φα DVD');
if (cd == 1) alert ('▌≥ε≥ ≡ατΣσδ φα⌡εΣΦ≥± φα CD1');
if (cd == 2) alert ('▌≥ε≥ ≡ατΣσδ φα⌡εΣΦ≥± φα CD2');
}