home *** CD-ROM | disk | FTP | other *** search
- <!--
-
- tartalom_on = new Image(); tartalom_on.src = "images2/tart_on.gif";
- tartalom_off = new Image(); tartalom_off.src = "images2/tart_off.gif";
-
- amiga_on = new Image(); amiga_on.src = "images2/amig_on.gif";
- amiga_off = new Image(); amiga_off.src = "images2/amig_off.gif";
-
- bemutatok_on = new Image(); bemutatok_on.src = "images2/bemu_on.gif";
- bemutatok_off = new Image(); bemutatok_off.src = "images2/bemu_off.gif";
-
- driverek_on = new Image(); driverek_on.src = "images2/driv_on.gif";
- driverek_off = new Image(); driverek_off.src = "images2/driv_off.gif";
-
- grafika_on = new Image(); grafika_on.src = "images2/graf_on.gif";
- grafika_off = new Image(); grafika_off.src = "images2/graf_off.gif";
-
- cikkekhez_on = new Image(); cikkekhez_on.src = "images2/cikk_on.gif";
- cikkekhez_off = new Image(); cikkekhez_off.src = "images2/cikk_off.gif";
-
- internet_on = new Image(); internet_on.src = "images2/inet_on.gif";
- internet_off = new Image(); internet_off.src = "images2/inet_off.gif";
-
- kultura_on = new Image(); kultura_on.src = "images2/kult_on.gif";
- kultura_off = new Image(); kultura_off.src = "images2/kult_off.gif";
-
- olvasok_on = new Image(); olvasok_on.src = "images2/olva_on.gif";
- olvasok_off = new Image(); olvasok_off.src = "images2/olva_off.gif";
-
- os2_on = new Image(); os2_on.src = "images2/osp2_on.gif";
- os2_off = new Image(); os2_off.src = "images2/osp2_off.gif";
-
- vegyes_on = new Image(); vegyes_on.src = "images2/vegy_on.gif";
- vegyes_off = new Image(); vegyes_off.src = "images2/vegy_off.gif";
-
- napf_on = new Image(); napf_on.src = "images2/napf_on.gif";
- napf_off = new Image(); napf_off.src = "images2/napf_off.gif";
-
- star_on = new Image(); star_on.src = "images2/star_on.gif";
- star_off = new Image(); star_off.src = "images2/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;
- }
-
- // -->