home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 August - Disc 3 / chip_20018103_hu.iso / chipweb / script / menu2.js < prev   
Encoding:
Text File  |  2000-07-13  |  2.0 KB  |  57 lines

  1. <!--
  2.  
  3. tartalom_on = new Image(); tartalom_on.src = "images2/tart_on.gif";
  4. tartalom_off = new Image(); tartalom_off.src = "images2/tart_off.gif";
  5.  
  6. amiga_on = new Image(); amiga_on.src = "images2/amig_on.gif";
  7. amiga_off = new Image(); amiga_off.src = "images2/amig_off.gif";
  8.  
  9. bemutatok_on = new Image(); bemutatok_on.src = "images2/bemu_on.gif";
  10. bemutatok_off = new Image(); bemutatok_off.src = "images2/bemu_off.gif";
  11.  
  12. driverek_on = new Image(); driverek_on.src = "images2/driv_on.gif";
  13. driverek_off = new Image(); driverek_off.src = "images2/driv_off.gif";
  14.  
  15. grafika_on = new Image(); grafika_on.src = "images2/graf_on.gif";
  16. grafika_off = new Image(); grafika_off.src = "images2/graf_off.gif";
  17.  
  18. cikkekhez_on = new Image(); cikkekhez_on.src = "images2/cikk_on.gif";
  19. cikkekhez_off = new Image(); cikkekhez_off.src = "images2/cikk_off.gif";
  20.  
  21. internet_on = new Image(); internet_on.src = "images2/inet_on.gif";
  22. internet_off = new Image(); internet_off.src = "images2/inet_off.gif";
  23.  
  24. kultura_on = new Image(); kultura_on.src = "images2/kult_on.gif";
  25. kultura_off = new Image(); kultura_off.src = "images2/kult_off.gif";
  26.  
  27. olvasok_on = new Image(); olvasok_on.src = "images2/olva_on.gif";
  28. olvasok_off = new Image(); olvasok_off.src = "images2/olva_off.gif";
  29.  
  30. os2_on = new Image(); os2_on.src = "images2/osp2_on.gif";
  31. os2_off = new Image(); os2_off.src = "images2/osp2_off.gif";
  32.  
  33. vegyes_on = new Image(); vegyes_on.src = "images2/vegy_on.gif";
  34. vegyes_off = new Image(); vegyes_off.src = "images2/vegy_off.gif";
  35.  
  36. napf_on = new Image(); napf_on.src = "images2/napf_on.gif";
  37. napf_off = new Image(); napf_off.src = "images2/napf_off.gif";
  38.  
  39. star_on = new Image(); star_on.src = "images2/star_on.gif";
  40. star_off = new Image(); star_off.src = "images2/star_off.gif";
  41.  
  42.  
  43. function Icon_on(imgname)
  44. {
  45.         document[imgname].src=eval(imgname+"_on.src");
  46.         window.status = 'Open';
  47.         return true;
  48. }
  49.  
  50. function Icon_off(imgname)
  51. {
  52.         document[imgname].src=eval(imgname+"_off.src");
  53.         window.status = '';
  54.         return true;
  55. }
  56.  
  57. // -->