home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 February / Chip_2001-02_cd1.bin / servis / ovladace / drivers / ioware-w32-x86-28.exe / Main / user_menu.js < prev    next >
Encoding:
Text File  |  2001-01-09  |  3.4 KB  |  92 lines

  1. var menuLength = 6
  2.  
  3. var menuList = new Array()
  4.  
  5. menuList['1_numitems'] = 1
  6. menuList['1_position'] = 67
  7. menuList['1_size'] = 2
  8. menuList['1_text1'] = "A quick introduction to IomegaWare."
  9. menuList['1_href1'] = ""
  10.  
  11. menuList['2_numitems'] = 6
  12. menuList['2_position'] = 67
  13. menuList['2_size'] = 9
  14. menuList['2_text1'] = "Tasks you can perform with IomegaWare."
  15. menuList['2_href1'] = ""
  16. menuList['2_text2'] = "Viewing disk and drive properties."
  17. menuList['2_href2'] = "view.html"
  18. menuList['2_text3'] = "Formatting disks."
  19. menuList['2_href3'] = "format.html"
  20. menuList['2_text4'] = "Read/Write protecting disks."
  21. menuList['2_href4'] = "protect.html"
  22. menuList['2_text5'] = "Copying disks."
  23. menuList['2_href5'] = "copy.html"
  24. menuList['2_text6'] = "Ejecting disks."
  25. menuList['2_href6'] = "eject.html"
  26.  
  27. menuList['3_numitems'] = 6
  28. menuList['3_position'] = 99
  29. menuList['3_size'] = 13
  30. menuList['3_text1'] = "Frequently Asked Questions"
  31. menuList['3_href1'] = ""
  32. menuList['3_text2'] = "Why use the protect tool?"
  33. menuList['3_href2'] = "faqs.html#protect"
  34. menuList['3_text3'] = "What is the difference between a short and long format?"
  35. menuList['3_href3'] = "faqs.html#format"
  36. menuList['3_text4'] = "What happens if I forget my password?"
  37. menuList['3_href4'] = "faqs.html#password"
  38. menuList['3_text5'] = "What is the difference between Iomega Copy Disk and Microsoft CopyDisk?"
  39. menuList['3_href5'] = "faqs.html#copydisk"
  40. menuList['3_text6'] = "What is a software driver?"
  41. menuList['3_href6'] = "faqs.html#sdriver"
  42.  
  43. menuList['4_numitems'] = 4
  44. menuList['4_position'] = 140
  45. menuList['4_size'] = 9
  46. menuList['4_text1'] = "Troubleshooting"
  47. menuList['4_href1'] = ""
  48. menuList['4_text2'] = "Computer is slow after installing IomegaWare."
  49. menuList['4_href2'] = "troubleshooting.html#slow"
  50. menuList['4_text3'] = "The Iomega drive has taken the CD-ROM's drive letter (Windows 95/98)"
  51. menuList['4_href3'] = "troubleshooting.html#driveletter"
  52. menuList['4_text4'] = "There are multiple drive letters for Iomega drives (Windows 95/98)"
  53. menuList['4_href4'] = "troubleshooting.html#multipleletters"
  54.  
  55. menuList['5_numitems'] = 12
  56. menuList['5_position'] = 117
  57. menuList['5_size'] = 19
  58. menuList['5_text1'] = "How do I . . ."
  59. menuList['5_href1'] = ""
  60. menuList['5_text2'] = "Access user's manuals?"
  61. menuList['5_href2'] = "howdoi.html#manuals"
  62. menuList['5_text3'] = "Change the volume labels?"
  63. menuList['5_href3'] = "howdoi.html#volume"
  64. menuList['5_text4'] = "Change the drive letter?"
  65. menuList['5_href4'] = "howdoi.html#driveletter"
  66. menuList['5_text5'] = "Copy my disks?"
  67. menuList['5_href5'] = "howdoi.html#copydisks"
  68. menuList['5_text6'] = "Get help?"
  69. menuList['5_href6'] = "howdoi.html#help"
  70. menuList['5_text7'] = "Eject my disks?"
  71. menuList['5_href7'] = "howdoi.html#eject"
  72. menuList['5_text8'] = "Make my Iomega disk bootable?"
  73. menuList['5_href8'] = "howdoi.html#bootable"
  74. menuList['5_text9'] = "Perform a long format?"
  75. menuList['5_href9'] = "howdoi.html#longformat"
  76. menuList['5_text10'] = "Perform a short format?"
  77. menuList['5_href10'] = "howdoi.html#quickformat"
  78. menuList['5_text11'] = "Password protect a disk?"
  79. menuList['5_href11'] = "howdoi.html#password"
  80. menuList['5_text12'] = "Protect a disk without a password?"
  81. menuList['5_href12'] = "howdoi.html#nopass"
  82.  
  83. menuList['6_numitems'] = 1
  84. menuList['6_position'] = 236
  85. menuList['6_size'] = 2
  86. menuList['6_text1'] = "An alphabetical index for this IomegaWare manual"
  87. menuList['6_href1'] = ""
  88.  
  89.  
  90.  
  91.  
  92.