home *** CD-ROM | disk | FTP | other *** search
/ Igromania 2005 January / Igromania_2005-01.iso / Draft / images / script.js < prev    next >
Text File  |  2004-06-25  |  511b  |  12 lines

  1. // JavaScript Document
  2. function view(x,y,name) {
  3.   newwin = window.open(name,"_blank","width="+x+",height="+y);
  4.   newwin.document.writeln('<html><head><title>Screen</title></head>');
  5.   newwin.document.writeln('<body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0> <img src='+name+'> </body></html>');
  6. }
  7.  
  8. function cd_message(cd) {
  9.     if (cd == 0) alert ('▌≥ε≥ ≡ατΣσδ φα⌡εΣΦ≥±  φα DVD');
  10.     if (cd == 1) alert ('▌≥ε≥ ≡ατΣσδ φα⌡εΣΦ≥±  φα CD1');
  11.     if (cd == 2) alert ('▌≥ε≥ ≡ατΣσδ φα⌡εΣΦ≥±  φα CD2');
  12. }