home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 July / Chip_2003-07_cd1.bin / sharewar / slunec / app / 5062_6934.exe / SKINS / Fol-header < prev    next >
Encoding:
Text File  |  2003-01-09  |  1.4 KB  |  51 lines

  1. <html>
  2. <head>
  3. <META http-equiv=Content-Type content="text/html; charset=windows-1250">
  4. <STYLE type=text/css>
  5.  A {CURSOR: hand; TEXT-DECORATION: none}
  6.  .menu {FONT-SIZE: 7.5pt;
  7.     FONT-FAMILY: verdana, geneva, "arial ce",arial,sans-serif;
  8.     background-color : #3090c7;
  9.     color: white;
  10.     font-weight : bolder;
  11. }
  12.  A:LINK, A:VISITED {color: #3090c7;}
  13.  A:HOVER { COLOR=#FF8442;}
  14.  td { FONT-SIZE:7.5pt;FONT-FAMILY: verdana, geneva, "arial ce",arial,sans-serif;}
  15.  BODY {CURSOR: default;margin=4pt;FONT-SIZE: 7.5pt;color=black;}
  16. </STYLE>
  17.  
  18. <script language=JavaScript>
  19. function clickHandler() {
  20.   var targetId, srcElement, targetElement;
  21.   srcElement = window.event.srcElement;
  22.   targetId = srcElement.id + "detail";
  23.   targetElement = document.all(targetId);
  24.   if (targetElement.length>1){
  25.    for (i=0; i < targetElement.length; i++){
  26.      if (targetElement(i).style.display == "none") {
  27.         targetElement(i).style.display = "";
  28.      } else {
  29.         targetElement(i).style.display = "none";     }
  30.    }
  31.  }else{
  32.      if (targetElement.style.display == "none") {
  33.         targetElement.style.display = "";
  34.      } else {
  35.         targetElement.style.display = "none";     }
  36.   }
  37. }
  38. </script>
  39.  
  40. </head>
  41. <BODY bgcolor="#E0F0F8">
  42. <TABLE cellSpacing=0 cellPadding=0 align=left border=0 width="100%"><TBODY>
  43.  
  44.  
  45. <webnews-middle>
  46.  
  47.  
  48. </TBODY></TABLE>
  49. </body>
  50. </html>
  51.