/*
 DHTML Menu version 3.3.19
 Written by Andy Woolley
 Copyright 2002 (c) Milonic Solutions. All Rights Reserved.
 Plase vist http://www.milonic.co.uk/menu or e-mail menu3@milonic.com
 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
 your inform us of your intentions with your URL AND ALL copyright notices remain in place in all files including your home page
 Comercial support contracts are available on request if you cannot comply with the above rules.
 This script featured on Dynamic Drive (http://www.dynamicdrive.com)
 */

//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
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)}
//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.



////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=100);Shadow(color='#777777', Direction=135, Strength=5)"
}
else
{
	effect = "Shadow(color='#777777', Direction=135, Strength=5)" // Stop IE5.5 bug when using more than one filter
}


timegap=500				
followspeed=5			
followrate=40			
suboffset_top=10;		
suboffset_left=10;		

style1=[				
"black",					
"white",				
"white",				
"black",				
"000000",				
12,						
"normal",				
"normal",					
"Verdana,Arial",				
4,						
"/pdfmachine/arrow.gif",			
,						
"66ffff",				
"000099",				
,				
,					
"/pdfmachine/arrowdn.gif",			
"ffffff",				
"000099",				
]



addmenu(menu=[		
"mainmenu",			
135,					
20,				
200, // menu heading width in px					
1,					
"center",					
style1,				
1,					
"center",				
effect,				
0,					
1, 					
,					
,					
,					
,					
,					
,					
,					
,					
,					

,"<span class=menuSpan>Home&nbsp;&nbsp;&nbsp;</span>","show-menu=home",,"",1
,"<span class=menuSpan>Products&nbsp;&nbsp;</span>","show-menu=products",,"",1
,"<span class=menuSpan>Company&nbsp;&nbsp;</span>","show-menu=companyInfo",,"",1
,"<span class=menuSpan>Help&nbsp;&nbsp;</span>","show-menu=help",,"",1

])



	addmenu(menu=["home",
	,,170,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"<img src=/pdfmachine/newsimage.gif border=0>&nbsp;Home","/index.html",,,1
	,"<img src=/pdfmachine/newsimage.gif border=0>&nbsp;Overview","/genp/overview.html",,,1
	,"<img src=/pdfmachine/newsimage.gif border=0>&nbsp;Features / Benefits","/genp/features.html",,,1
	,"<img src=/pdfmachine/newsimage.gif border=0>&nbsp;Testimonials","/genp/testimonials.html",,,1
	])
	
	addmenu(menu=["products",
	,,170,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"<img src=/pdfmachine/newsimage.gif border=0>&nbsp;pdfMachine","/genp/overview.html",,,1
	,"<img src=/pdfmachine/newsimage.gif border=0>&nbsp;Product Comparison","/genp/extrafeatures.html",,,1
	,"<img src=/pdfmachine/newsimage.gif border=0>&nbsp;pdfServMachine","/pdfservmachine/pdfservmachine.html",,,1
	,"<img src=/pdfmachine/newsimage.gif border=0>&nbsp;pdfMachine demo","/genp/pdfmachine_demo.html",,,1
	,"<img src=/pdfmachine/newsimage.gif border=0>&nbsp;pdfMachine office","/genp/pdfmachine_office.html",,,1
	,"<img src=/pdfmachine/newsimage.gif border=0>&nbsp;pdfMachine pro","/genp/pdfmachine_pro.html",,,1
	,"<img src=/pdfmachine/newsimage.gif border=0>&nbsp;pdfMachine ultimate","/genp/pdfmachine_ultimate.html",,,1
	,"<img src=/pdfmachine/newsimage.gif border=0>&nbsp;pdfMachine - Version Protection","/genp/pdfmachine_version_protection.html",,,1
	])

	addmenu(menu=["companyInfo",
	,,170,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"<img src=/pdfmachine/newsimage.gif border=0>&nbsp;Broadgun Software","/genp/broadgun.html",,,1
	,"<img src=/pdfmachine/newsimage.gif border=0>&nbsp;Contact Us","/genp/contact_us.html",,,1
	,"<img src=/pdfmachine/newsimage.gif border=0>&nbsp;Press","/genp/press.html",,,1
	,"<img src=/pdfmachine/newsimage.gif border=0>&nbsp;Advertising","/genp/advertising.html",,,1
	])
	
	addmenu(menu=["help",
	,,170,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"<img src=/pdfmachine/newsimage.gif border=0>&nbsp;Online Manual","/pdfmachine/help/pdfmachinehelp.htm",,,1
	,"<img src=/pdfmachine/newsimage.gif border=0>&nbsp;Technical/Utilities","/genp/technical.html",,,1
	,"<img src=/pdfmachine/newsimage.gif border=0>&nbsp;FAQs","/genp/faq.html",,,1
	,"<img src=/pdfmachine/newsimage.gif border=0>&nbsp;Release History","/genp/release_history.html",,,1
	,"<img src=/pdfmachine/newsimage.gif border=0>&nbsp;Word to PDF Tutorial","/genp/word_to_pdf.html",,,1
	,"<img src=/pdfmachine/newsimage.gif border=0>&nbsp;Excel to PDF Tutorial","/genp/excel_to_pdf.html",,,1
	,"<img src=/pdfmachine/newsimage.gif border=0>&nbsp;DOC to PDF Tutorial","/genp/doc_to_pdf.html",,,1
	,"<img src=/pdfmachine/newsimage.gif border=0>&nbsp;XLS to PDF Tutorial","/genp/xls_to_pdf.html",,,1
	])
	
	
	

dumpmenus()
