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)}
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
effect = "Fade(duration=0.2);Alpha(style=0,opacity=98);Shadow(color='#777777', Direction=135, Strength=5)"
}
else
{
effect = "Shadow(color='#777777', Direction=135, Strength=5)" 
}


timegap=500				
followspeed=5			
followrate=40			
suboffset_top=10;		
suboffset_left=10;		

style1=[			// Name of array of properties
"000000",			// Mouse Off Font Color
"FFCC66",			// Mouse Off Background Color
"FFD9A5",			// Mouse On Font Color
"maroon",			// Mouse On Background Color
"FFCC66",			// Menu Border Color
12,				// Font Size (default is px)
"normal",			// Font Style (italic:normal)
"normal",			// Font Weight (bold:normal)
"Verdana, Arial",		// Font Name
2,				// MenuItem Padding or spacing	
"",				// Sub Menu Image
,				// 3D Border & Separator bar
,				// 3D High Color
"",				// 3D Low Color
"",				// CurrentPage Item Font Color
"",				// CurrentPage Item Background
"",				// Top Bar image
"",				// MenuHeader Font Color
"",				// MenuHeader Background Color
"FFCC66",			// MenuItem Separator Color
]



addmenu(menu=[			
"mainmenu",			// Menu Name-Needed for menu to be called
113,				// Menu Top-Top position of menu in pixels
22,				// Menu Left-Left position of menu in pixels
168,				// Menu Width - Menus width in pixels
0,				// Menu Border Width
,				// Screen Position
style1,				// which property array to use for this menu
1,				// Always Visible - (1=on or 0=off)
"Left",				// Alignment - left, right or center
"",				// Filter
0,				// Scrolling - Menu follows user down screen
0, 				// Horizontal Menu - (1=on or 0=off)
1,				// Keeps the menu visible (1=on or 0=off)
,				// Pos of TOP subimage left:center:right
,				// Set the Overall Width and Height
0,				// Right To Left - (1=on or 0=off)
0,				// Open the Menus OnClick (1=on or 0=off)
,				// ID of the div to hide on MouseOver
,				// Background image for menu
,				// Scrollable Menu
,				// Miscellaneous Menu Properties
,"&nbsp;Home","/index.htm",,,1 
,"&nbsp;News","/news.htm",,,1
,"&nbsp;Risk Register","show-menu=riskregister",,,1
,"&nbsp;Support","show-menu=support",,,1
,"&nbsp;Clients","show-menu=clients",,,1
,"&nbsp;Links","/links.htm",,,1
,"&nbsp;About Risk Software","/rsl.htm",,,1
,"&nbsp;Contact Risk Software","/contact.htm",,,1
])

	
	addmenu(menu=["riskregister",149
	,190,150,0,"",style1,,"left",effect,,,,,,,,,,,,
	,"Overview","/overview.htm",,,1
	,"Brochure","/brochure.htm",,,1
	,"FAQ","/faq.htm",,,1
	,"New Features","/newfeatures.htm",,,1
	,"Parameters","/parameters.htm",,,1
	,"Pricing","/pricing.htm",,,1
	,"Reporting","/reporting.htm",,,1
	,"Tech Stuff","/tech.htm",,,1
	,"Free Trial","/trial.htm",,,1
	,"Downloads","/downloadrrprola.htm",,,1
	])
	
	addmenu(menu=["support",167
	,190,150,0,"",style1,,"left",effect,,,,,,,,,,,,
	,"Request Support","/requestsupport.htm",,"",1
	,"Support News","/supportnews.htm",,"",1
	,"Support Principles","/supportprinciples.htm",,"",1
	])
	
	addmenu(menu=["clients",185
	,190,150,0,"",style1,,"left",effect,,,,,,,,,,,,
	,"Case Studies","/cases.htm",,"",1
	,"Easington","/easington.htm",,"",1
	,"Members","/members.htm",,"",1
	,"NERPG","/nerpg.htm",,"",1
	])
	
	
dumpmenus()