/*
 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;Overview","/pdfmachine/overview.shtml",,,1
	,"<img src=/pdfmachine/newsimage.gif border=0>&nbsp;Features / Benefits","/pdfmachine/features.shtml",,,1
	,"<img src=/pdfmachine/newsimage.gif border=0>&nbsp;Testimonials","/pdfmachine/testimonials.shtml",,,1
	])
	
	addmenu(menu=["products",
	,,170,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"<img src=/pdfmachine/newsimage.gif border=0>&nbsp;pdfMachine","/pdfmachine/overview.shtml",,,1
	,"<img src=/pdfmachine/newsimage.gif border=0>&nbsp;pdfServMachine","/pdfservmachine/pdfservmachine.html",,,1
	,"<img src=/pdfmachine/newsimage.gif border=0>&nbsp;pdfMachine - Signer","/pdfmachine/pdfmachine_signer.shtml",,,1
	,"<img src=/pdfmachine/newsimage.gif border=0>&nbsp;pdfMachine - Word Mail Merge","/pdfmachine/pdfmachine_mail_merge.shtml",,,1
	,"<img src=/pdfmachine/newsimage.gif border=0>&nbsp;pdfMachine - Fully Loaded","/pdfmachine/pdfmachine_fully_loaded.shtml",,,1
	,"<img src=/pdfmachine/newsimage.gif border=0>&nbsp;pdfMachine - Upgrade Protection","/pdfmachine/upgrade_protection.shtml",,,1
	])

	addmenu(menu=["companyInfo",
	,,170,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"<img src=/pdfmachine/newsimage.gif border=0>&nbsp;Broadgun Software","/pdfmachine/broadgun.shtml",,,1
	,"<img src=/pdfmachine/newsimage.gif border=0>&nbsp;Contact Us","/pdfmachine/contact_us.shtml",,,1
	,"<img src=/pdfmachine/newsimage.gif border=0>&nbsp;Press","/pdfmachine/press.shtml",,,1
	,"<img src=/pdfmachine/newsimage.gif border=0>&nbsp;Advertising","/pdfmachine/advertising.shtml",,,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","/pdfmachine/technical.shtml",,,1
	,"<img src=/pdfmachine/newsimage.gif border=0>&nbsp;FAQs","/pdfmachine/faq.shtml",,,1
	,"<img src=/pdfmachine/newsimage.gif border=0>&nbsp;Release History","/pdfmachine/release_history.shtml",,,1
	])
	
	
	
	
	

dumpmenus()
