home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 May / CMCD0504.ISO / Software / Test / pdfmachine / pdfMachine.exe / bgshelp.chm / menu_array.js < prev    next >
Encoding:
Text File  |  2003-11-05  |  4.6 KB  |  133 lines

  1. /*
  2.  DHTML Menu version 3.3.19
  3.  Written by Andy Woolley
  4.  Copyright 2002 (c) Milonic Solutions. All Rights Reserved.
  5.  Plase vist http://www.milonic.co.uk/menu or e-mail menu3@milonic.com
  6.  You may use this menu on your web site free of charge as long as you place prominent links to http://www.milonic.co.uk/menu and
  7.  your inform us of your intentions with your URL AND ALL copyright notices remain in place in all files including your home page
  8.  Comercial support contracts are available on request if you cannot comply with the above rules.
  9.  This script featured on Dynamic Drive (http://www.dynamicdrive.com)
  10.  */
  11.  
  12. //The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files
  13. menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}
  14. //Please leave the above line intact. The above also needs to be enabled if it not already enabled unless this file is part of a multi pack.
  15.  
  16.  
  17.  
  18. ////////////////////////////////////
  19. // Editable properties START here //
  20. ////////////////////////////////////
  21.  
  22. // Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters
  23. if(navigator.appVersion.indexOf("MSIE 6.0")>0)
  24. {
  25.     effect = "Fade(duration=0.2);Alpha(style=0,opacity=100);Shadow(color='#777777', Direction=135, Strength=5)"
  26. }
  27. else
  28. {
  29.     effect = "Shadow(color='#777777', Direction=135, Strength=5)" // Stop IE5.5 bug when using more than one filter
  30. }
  31.  
  32.  
  33. timegap=500                
  34. followspeed=5            
  35. followrate=40            
  36. suboffset_top=10;        
  37. suboffset_left=10;        
  38.  
  39. style1=[                
  40. "black",                    
  41. "white",                
  42. "white",                
  43. "black",                
  44. "000000",                
  45. 12,                        
  46. "normal",                
  47. "normal",                    
  48. "Verdana,Arial",                
  49. 4,                        
  50. "arrow.gif",            
  51. ,                        
  52. "66ffff",                
  53. "000099",                
  54. "Purple",                
  55. "gray",                    
  56. "arrowdn.gif",            
  57. "ffffff",                
  58. "000099",                
  59. ]
  60.  
  61.  
  62.  
  63. addmenu(menu=[        
  64. "mainmenu",            
  65. 165,                    
  66. 20,                
  67. 267, // menu heading width in px                    
  68. 1,                    
  69. "center",                    
  70. style1,                
  71. 1,                    
  72. "center",                
  73. effect,                
  74. 0,                    
  75. 1,     // 1 = horz. 0  = vert menu                
  76. ,                    
  77. ,                    
  78. ,                    
  79. ,                    
  80. ,                    
  81. ,                    
  82. ,                    
  83. ,                    
  84. ,                    
  85.  
  86. ,"<span class=menuSpan>Help  </span>","show-menu=Help",,"",1
  87. ,"<span class=menuSpan>Configuration  </span>","show-menu=Config",,"",1
  88. ,"<span class=menuSpan>Support  </span>","show-menu=contact",,"",1
  89.  
  90. ])
  91.  
  92.  
  93.  
  94.     
  95.     addmenu(menu=["Help",
  96.     ,,170,1,"",style1,,"left",effect,,,,,,,,,,,,
  97.     ,"<img src=newsimage.gif border=0> How does it work?","pdfmachinehelp.htm",,,1
  98.     ,"<img src=newsimage.gif border=0> Printing example","printing_example.htm",,,1
  99.     ,"<img src=newsimage.gif border=0> Editing","editing.htm",,,1
  100.     ,"<img src=newsimage.gif border=0> Editing Thumbnails","editing.htm#thumbs",,,1
  101.     ,"<img src=newsimage.gif border=0> Editing Bookmarks","editing.htm#bmview",,,1
  102.     ])
  103.  
  104.     addmenu(menu=["Config",
  105.     ,,170,1,"",style1,,"left",effect,,,,,,,,,,,,
  106.     ,"<img src=newsimage.gif border=0> General","config_general.htm",,,1
  107.     ,"<img src=newsimage.gif border=0> Next Action","config_nextaction.htm",,,1
  108.     ,"<img src=newsimage.gif border=0> Security","config_security.htm",,,1
  109.     ,"<img src=newsimage.gif border=0> Text Watermark","config_textwatermark.htm",,,1
  110.     ,"<img src=newsimage.gif border=0> PDF Stationery","config_pdfstationery.htm",,,1
  111.     ,"<img src=newsimage.gif border=0> Registration","config_rego.htm",,,1
  112.     ,"<img src=newsimage.gif border=0> Document Information","config_docinfo.htm",,,1
  113.     ,"<img src=newsimage.gif border=0> N-Up","config_nup.htm",,,1
  114.     ,"<img src=newsimage.gif border=0> Parameter Parsing","config_parmparsing.htm",,,1
  115.     ])
  116.     
  117.     addmenu(menu=["contact",
  118.     ,,170,1,"",style1,,"left",effect,,,,,,,,,,,,
  119.     ,"<img src=newsimage.gif border=0> Purchase","contact_purchase.htm",,,1
  120.     ,"<img src=newsimage.gif border=0> Support","contact_purchase.htm",,,1
  121.     ,"<img src=newsimage.gif border=0> FAQ's (online)","http://broadgun.com/pdfmachine/faq.shtml",,,1
  122.     ,"<img src=newsimage.gif border=0> www.broadgun.com","http://broadgun.com",,,1
  123.     ])
  124.     
  125.     
  126.     
  127.     
  128.     
  129.  
  130. document.write('<center> <table border="0" cellpadding="0" cellspacing="0" width="800" ><tr> <td ><img border="0" src="pdfmachine_by_broadgun.gif" width="423" height="103" align="left" ></td> </tr></table> <h3>pdfMachine Help version 9.3 </h3> </center> ');
  131. dumpmenus()
  132. document.write("<p> </p>");
  133.