home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 December / Chip_2001-12_cd1.bin / internet / archeo / apravo / realssmItems.js < prev   
Text File  |  2001-10-02  |  2KB  |  49 lines

  1. <!--
  2.  
  3. /*
  4. Configure menu styles below
  5. NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
  6. */
  7. YOffset=0; // no quotes!!
  8. XOffset=0;
  9. staticYOffset=30; // no quotes!!
  10. slideSpeed=20 // no quotes!!
  11. waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
  12. menuBGColor="black";
  13. menuIsStatic="yes"; //this sets whether menu should stay static on the screen
  14. menuWidth=150; // Must be a multiple of 10! no quotes!!
  15. menuCols=1;
  16. hdrFontFamily="verdana";
  17. hdrFontSize="2";
  18. hdrFontColor="white";
  19. hdrBGColor="#170088";
  20. hdrAlign="left";
  21. hdrVAlign="center";
  22. hdrHeight="15";
  23. linkFontFamily="'Lucida Sans Unicode', Arial, Helvetica, sans-serif";
  24. linkFontSize="2";
  25. linkBGColor="white";
  26. linkOverBGColor="#993300";
  27. linkTarget="_self";
  28. linkAlign="Center";
  29. barBGColor="#444444";
  30. barFontFamily="Verdana";
  31. barFontSize="2";
  32. barFontColor="white";
  33. barVAlign="center";
  34. barWidth=12; // no quotes!!
  35. barText="Index"; // <IMG> tag supported. Put exact html for an image to show.
  36.  
  37. ///////////////////////////
  38.  
  39. // ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
  40. ssmItems[0]=["ZaruΦen² originßl<br>BRONZOV╔ SPONY<br>\"ZA P┴R KORUN\"","#spona", "",1]
  41. ssmItems[1]=["P°φpad internetov² I<br>SEKEROMLAT","#sekeromlat", "",1] //create header
  42. ssmItems[2]=["P°φpad internetov² II<br>I TAC═ SE NAJDOU..","#najdou", "",1]
  43. ssmItems[3]=["Ne°edφn Olomouc 2001<br>aneb °φmsk² tßbor znovu v oble₧enφ","#neredin","",1]
  44. ssmItems[4]=["\"Rabijßci\" na KyÜperku<br>citujeme z tisku: NEZ┴KONN╔ V▌KOPY","#kysperk", "",1]
  45. ssmItems[5]=["Archeologovo DEJAVU<br>aneb nic se nem∞nφ.. ","#dejavue", "",1]
  46. ssmItems[6]=["Zp∞t","#home", "",1]
  47. buildMenu();
  48.  
  49. //-->