home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 March / Chip_2000-03_cd.bin / tema / Forrest / js / Arrays.js next >
Text File  |  2000-01-09  |  5KB  |  136 lines

  1. // menu items
  2. arMenu1 = new Array(
  3. 200,
  4. "","",
  5. "","",
  6. "","",
  7. "","",
  8. "FORREST GUMP","forrest/default.htm",0,
  9. "┌vod","forrest/default.htm",0,
  10. "P°edstavenφ spoleΦnosti","forrest/f01.htm",0,
  11. "Co nabφzφme","forrest/f02.htm",0,
  12. "NßÜ t²m","forrest/f03.htm",0,
  13. "Kontakt","forrest/f04.htm",0
  14.  
  15. arMenu2 = new Array(
  16. 200,
  17. "","",
  18. "","",
  19. "","",
  20. "","",
  21. "E-OBCHOD","e_obchod/default.htm",0,
  22. "┌vod","e_obchod/default.htm",0,
  23. "E-business","e_obchod/e01.htm",0,
  24. "Internet","e_propagace/e02.htm",0,
  25. "E-marketing","e_obchod/e02.htm",0
  26.  
  27. arMenu3 = new Array(
  28. 200,
  29. "","",
  30. "","",
  31. "","",
  32. "","",
  33. "E-KOMUNIKACE","e_komunikace/default.htm",0,
  34. "┌vod","e_komunikace/default.htm",0,
  35. "Firemnφ komunikace","e_komunikace/e01.htm",0,
  36. "Komunikace s dodavateli","e_komunikace/e02.htm",0,
  37. "Komunikace se zßkaznφky","e_komunikace/e03.htm",0,
  38. "Stßtnφ sfΘra a banky","e_komunikace/e04.htm",0
  39.  
  40. arMenu4 = new Array(
  41. 200,
  42. "","",
  43. "","",
  44. "","",
  45. "","",
  46. "E-PROPAGACE","e_propagace/default.htm",0,
  47. "┌vod","e_propagace/default.htm",0,
  48. "MultimΘdia","e_propagace/e01.htm",0,
  49. "Internet","e_propagace/e02.htm",0
  50.  
  51. arMenu5 = new Array(
  52. 200,
  53. "","",
  54. "","",
  55. "","",
  56. "","",
  57. "OSTATN═ SLUÄBY","ostatni/default.htm",0,
  58. "┌vod","ostatni/default.htm",0,
  59. "VelkoploÜn² Tisk","ostatni/e01.htm",0,
  60. "PoΦφtaΦovΘ zpracovßnφ","ostatni/e02.htm",0
  61.  
  62. arMenu6 = new Array(
  63. 200,
  64. "","",
  65. "","",
  66. "","",
  67. "","",
  68. "REFERENCE","reference/default.htm",0,
  69. "┌vod","reference/default.htm",0,
  70. "Prezentace na internetu","reference/r01.htm",0,
  71. "Projekty na internetu","reference/r02.htm",0,
  72. "Ostatnφ tvorba na internetu","reference/r03.htm",0,
  73. "ImageCard","reference/r07.htm",0,
  74. "Multimedißlnφ CD","reference/r04.htm",0,
  75. "Audio CD a neza°azenΘ","reference/r05.htm",0
  76.  
  77. arMenu7 = new Array(
  78. 200,
  79. "","",
  80. "","",
  81. "","",
  82. "","",
  83. "GUMP ON-LINE","gump/default.htm",0,
  84. "┌vod","gump/default.htm",0,
  85. "CEN═K SLUÄEB","cenik/default.htm",0
  86.  
  87.  
  88. // print the map
  89. function map4() {
  90. document.write("<map name=\"line1\">");
  91. document.write("<area shape=\"rect\" coords=\"0,0,68,232\" href=\"javascript:msg('menu');\" onMouseOver=\"javascript:msg('FORREST GUMP'); return true;\"; onClick=\"popUp('elMenu1',event)\" onMouseOut=\"popDown('elMenu1'); msg(''); return true;\">");
  92. document.write("</map>");
  93. document.write("<map name=\"line2\">");
  94. document.write("<area shape=\"rect\" coords=\"0,0,68,232\" href=\"javascript:msg('menu');\" onMouseOver=\"javascript:msg('E-OBCHOD'); return true;\"; onClick=\"popUp('elMenu2',event)\" onMouseOut=\"popDown('elMenu2'); msg(''); return true;\">");
  95. document.write("</map>");
  96. document.write("<map name=\"line3\">");
  97. document.write("<area shape=\"rect\" coords=\"0,0,68,232\" href=\"javascript:msg('menu');\" onMouseOver=\"javascript:msg('E-KOMUNIKACE'); return true;\"; onClick=\"popUp('elMenu3',event)\" onMouseOut=\"popDown('elMenu3'); msg(''); return true;\">");
  98. document.write("</map>");
  99. document.write("<map name=\"line4\">");
  100. document.write("<area shape=\"rect\" coords=\"0,0,68,232\" href=\"javascript:msg('menu');\" onMouseOver=\"javascript:msg('E-PROPAGACE'); return true;\"; onClick=\"popUp('elMenu4',event)\" onMouseOut=\"popDown('elMenu4'); msg(''); return true;\">");
  101. document.write("</map>");
  102. document.write("<map name=\"line5\">");
  103. document.write("<area shape=\"rect\" coords=\"0,0,68,232\" href=\"javascript:msg('menu');\" onMouseOver=\"javascript:msg('OSTATN═ SLUÄBY'); return true;\"; onClick=\"popUp('elMenu5',event)\" onMouseOut=\"popDown('elMenu5'); msg(''); return true;\">");
  104. document.write("</map>");
  105. document.write("<map name=\"line6\">");
  106. document.write("<area shape=\"rect\" coords=\"0,0,68,232\" href=\"javascript:msg('menu');\" onMouseOver=\"javascript:msg('REFERENCE'); return true;\"; onClick=\"popUp('elMenu6',event)\" onMouseOut=\"popDown('elMenu6'); msg(''); return true;\">");
  107. document.write("</map>");
  108. document.write("<map name=\"line7\">");
  109. document.write("<area shape=\"rect\" coords=\"0,0,68,232\" href=\"javascript:msg('menu');\" onMouseOver=\"javascript:msg('GUMP ON-LINE'); return true;\"; onClick=\"popUp('elMenu7',event)\" onMouseOut=\"popDown('elMenu7'); msg(''); return true;\">");
  110. document.write("</map>");
  111. }
  112.  
  113. // pro 3kovy
  114. function map3() {
  115. document.write("<map name=\"line1\">");
  116. document.write("<area shape=\"rect\" coords=\"0,0,68,232\" href=\"\"></map>");
  117. document.write("<map name=\"line2\">");
  118. document.write("<area shape=\"rect\" coords=\"0,0,68,232\" href=\"\">");document.write("</map>");
  119. document.write("<map name=\"line3\">");
  120. document.write("<area shape=\"rect\" coords=\"0,0,68,232\" href=\"\">");document.write("</map>");
  121. document.write("<map name=\"line4\">");
  122. document.write("<area shape=\"rect\" coords=\"0,0,68,232\" href=\"\">");document.write("</map>");
  123. document.write("<map name=\"line5\">");
  124. document.write("<area shape=\"rect\" coords=\"0,0,68,232\" href=\"\">");document.write("</map>");
  125. document.write("<map name=\"line6\">");
  126. document.write("<area shape=\"rect\" coords=\"0,0,68,232\" href=\"\">");document.write("</map>");
  127. document.write("<map name=\"line7\">");
  128. document.write("<area shape=\"rect\" coords=\"0,0,68,232\" href=\"\">");document.write("</map>");
  129. }