home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 April / PCWorld_2001-04_cd.bin / Komunik / tvprog / TVprogramINST.exe / TVprogram.msi / Instal01.cab / _22D9B27CE2F14525B132330B73CB389A < prev    next >
Text File  |  2000-06-08  |  3KB  |  89 lines

  1. <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
  2. <html>
  3. <HEAD>
  4. <TITLE>goNET </TITLE>
  5.  
  6. <script language="javascript">
  7.  
  8. // Netscape 3.0 compatibility test (for javascript image swapping)
  9. compat = false;
  10.  
  11. if( parseInt( navigator.appVersion ) >= 3 ) { compat = true; }
  12. // cache images for quick swapping
  13.  
  14. if( compat )
  15.   {
  16.     obrazkyoff = new Image;
  17.     obrazkyoff.src = "pictures2/prazdny3.gif";
  18.     interneton = new Image;
  19.     interneton.src = "pictures2/internetleft.gif";
  20.     umistenion = new Image;
  21.     umistenion.src = "pictures2/umistenileft.gif";
  22.     wwwon = new Image;
  23.     wwwon.src = "pictures2/vyrobaleft.gif";
  24.     hardwareon = new Image;
  25.     hardwareon.src = "pictures2/hardwareleft.gif";
  26.     mailon = new Image;
  27.     mailon.src = "pictures2/kontaktleft.gif";
  28.     kontakton = new Image;
  29.     kontakton.src = "pictures2/mail2.gif";
  30.     kontaktoff = new Image;
  31.     kontaktoff.src = "pictures2/mail.gif";
  32.   }
  33.  
  34. function glow(y)
  35. {
  36.   if( compat ) { document.images.variable.src=eval(y+'.src'); }
  37. }
  38.  
  39. function kontakt(y)
  40. {
  41.   if( compat ) { document.images.mail.src=eval(y+'.src'); }
  42. }
  43.  
  44. </script>
  45.  
  46. </HEAD>
  47.  
  48. <body background="pictures2/backleft.jpg">
  49.  
  50. <BR><BR><BR><BR><BR>
  51.  
  52. <table border=0 cellpadding=0 cellspacing=0>
  53.  <tr>
  54.   <td valign="top" align="center" width=35>
  55.   <img src="pictures2/prazdny3.gif" name="variable">
  56.   </td>
  57.   <td valign="top" align="right" width=95>
  58.   <a href="www.htm" target="main"
  59.   onmouseout="glow('obrazkyoff')"
  60.   onmouseover="glow('wwwon')">
  61.   <img src="pictures2/www.gif" alt="V²roba WWW" border="0"></a>
  62.   <BR>
  63.   <a href="umisteni.htm" target="main"
  64.   onmouseout="glow('obrazkyoff')"
  65.   onmouseover="glow('umistenion')">
  66.   <img src="pictures2/umisteni.gif" alt="Umisteni" border="0"></a>
  67.   <BR>
  68.   <a href="internet.htm" target="main"
  69.   onmouseout="glow('obrazkyoff')"
  70.   onmouseover="glow('interneton')">
  71.   <img src="pictures2/internet.gif" alt="O nßs, reklama, projekty" border="0"></a>
  72.   <BR>
  73.   <a href="hardware.htm" target="main"
  74.   onmouseout="glow('obrazkyoff')"
  75.   onmouseover="glow('hardwareon')">
  76.   <img src="pictures2/hardware.gif" alt="Hardware" border="0"></a>
  77.   </td>
  78.  </tr>
  79. </table>
  80.  
  81. <a href="mail.htm" target="main"
  82. onmouseout="glow('obrazkyoff'); kontakt('kontaktoff')"
  83. onmouseover="glow('mailon'); kontakt('kontakton')">
  84. <img src="pictures2/mail.gif" alt="PoÜlete mail" border="0"
  85. width="100" height="25" name="mail"></a>
  86. <IMG SRC="pictures2/pix25.gif" border=0 height=1 width=25>
  87. </body>
  88. </html>
  89.