home *** CD-ROM | disk | FTP | other *** search
- <!--
-
- tartalom_on = new Image(); tartalom_on.src = "images/tart_on.gif";
- tartalom_off = new Image(); tartalom_off.src = "images/tart_off.gif";
-
- amiga_on = new Image(); amiga_on.src = "images/amig_on.gif";
- amiga_off = new Image(); amiga_off.src = "images/amig_off.gif";
-
- beos_on = new Image(); beos_on.src = "images/beos_on.gif";
- beos_off = new Image(); beos_off.src = "images/beos_off.gif";
-
-
- bemutatok_on = new Image(); bemutatok_on.src = "images/bemu_on.gif";
- bemutatok_off = new Image(); bemutatok_off.src = "images/bemu_off.gif";
-
- cikkekhez_on = new Image(); cikkekhez_on.src = "images/cikk_on.gif";
- cikkekhez_off = new Image(); cikkekhez_off.src = "images/cikk_off.gif";
-
- driverek_on = new Image(); driverek_on.src = "images/driv_on.gif";
- driverek_off = new Image(); driverek_off.src = "images/driv_off.gif";
-
- grafika_on = new Image(); grafika_on.src = "images/graf_on.gif";
- grafika_off = new Image(); grafika_off.src = "images/graf_off.gif";
-
- internet_on = new Image(); internet_on.src = "images/inet_on.gif";
- internet_off = new Image(); internet_off.src = "images/inet_off.gif";
-
- linux_on = new Image(); linux_on.src = "images/linx_on.gif";
- linux_off = new Image(); linux_off.src = "images/linx_off.gif";
-
- olvasok_on = new Image(); olvasok_on.src = "images/olva_on.gif";
- olvasok_off = new Image(); olvasok_off.src = "images/olva_off.gif";
-
- os2_on = new Image(); os2_on.src = "images/osp2_on.gif";
- os2_off = new Image(); os2_off.src = "images/osp2_off.gif";
-
- programozas_on = new Image(); programozas_on.src = "images/prog_on.gif";
- programozas_off = new Image(); programozas_off.src = "images/prog_off.gif";
-
- sac_on = new Image(); sac_on.src = "images/sac_on.gif";
- sac_off = new Image(); sac_off.src = "images/sac_off.gif";
-
- vegyes_on = new Image(); vegyes_on.src = "images/vegy_on.gif";
- vegyes_off = new Image(); vegyes_off.src = "images/vegy_off.gif";
-
- star_on = new Image(); star_on.src = "images/star_on.gif";
- star_off = new Image(); star_off.src = "images/star_off.gif";
-
- function Icon_on(imgname)
- {
- document[imgname].src=eval(imgname+"_on.src");
- window.status = 'Open';
- return true;
- }
-
- function Icon_off(imgname)
- {
- document[imgname].src=eval(imgname+"_off.src");
- window.status = '';
- return true;
- }
-
- // -->