/*
*/

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)}
//
effect = "Fade(duration=0.4);Alpha(style=0,opacity=100)"

timegap=500			
followspeed=5			
followrate=40			
suboffset_top=-10;		
suboffset_left=6;		
closeOnClick = true

style2=[			
"4e5659",			
"ffffff",			
"4e5659",			
"fae860",			
"fbd65c",			
10,				
"normal",			// Font Style (italic or normal)
"normal",				// Font Weight (bold or normal)
"Arial",			// Font Name
3,				// Menu Item Padding
"",			// Sub Menu Image (Leave this blank if not needed)
"",				// 3D Border & Separator bar
"",			// 3D High Color
"",			// 3D Low Color
"",			// Current Page Item Font Color (leave this blank to disable)
,				// Current Page Item Background Color (leave this blank to disable)
"",				// Top Bar image (Leave this blank to disable)
"",			// Menu Header Font Color (Leave blank if headers are not needed)
"",			// Menu Header Background Color (Leave blank if headers are not needed)
"",			// Menu Item Separator Color
]
style1=[			// style2 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"4e5659",			// Mouse Off Font Color
"fcd752",			// Mouse Off Background Color
"4e5659",			// Mouse On Font Color
"fae860",			// Mouse On Background Color
"",			// Menu Border Color 
,				// Font Size in pixels
"normal",			// Font Style (italic or normal)
"normal",				// Font Weight (bold or normal)
"Arial",			// Font Name
7,				// Menu Item Padding
"",			// Menu Item Separator Color
]

addmenu(menu=[			// This is the array that contains your menu properties and details
"mainmenu",			// Menu Name - This is needed in order for the menu to be called
52,				// Menu Top - The Top position of the menu in pixels
,				// Menu Left - The Left position of the menu in pixels
127,				// Menu Width - Menus width in pixels
,				// Menu Border Width 
"center",			// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination 					of "center:middle"
style1,				// Properties Array - this is set higher up, as above
1,				// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"right",				// Alignment - sets the menu elements text alignment, values valid here are: left, right or 					center
,				// Filter - Text variable for setting transitional effects on menu activation - see above for 					more info
0,			// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) 				(1=on/0=off)
1, 			// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,			// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on 				the page (1=on/0=off)
,			// Position of TOP sub image left:center:right
,			// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank 				to disable)
,			// Right To Left - Used in Hebrew for example. (1=on/0=off)
,			// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,			// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,			// Background image for menu when BGColor set to transparent.
,			// Scrollable Menu
,			// Reserved for future use
,"<img src=index_files/h.gif width=41 height=21>","./index.htm",,"",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"<img src=index_files/a.gif width=57 height=21>","show-menu=about us",,"",1
,"<img src=index_files/p.gif width=58 height=21>","show-menu=products",,"",1
,"<img src=index_files/s.gif width=58 height=21>","show-menu=services",,"",1
,"<img src=index_files/d.gif width=68 height=21>","show-menu=downloads",,"",1
,"<img src=index_files/c.gif width=49 height=21>","show-menu=contact us",,"",1
])
	addmenu(menu=["about us","offset=0",,128,1,"",style2,,"right",effect,,,,,,,,,,,,
	,"<img src=index_files/bar_arr.gif width=11 height=14>","",,,1				  
	,"People","./people.htm",,,1
	,"Company","./company.htm",,,1
	])
	
	addmenu(menu=["services","offset=0",,128,1,"",style2,,"right",effect,,,,,,,,,,,,
	,"<img src=index_files/bar_arr.gif width=11 height=14>","",,,1
	,"OSCRE","./OSCRE.htm",,,1	
	,"Intelligent Forms","./intelligent_forms.htm",,,1
    ,"Networking","./networking.htm",,,1
	,"Microsoft Business","./micro_business.htm",,,1
	])
	
	addmenu(menu=["products","offset=0",,128,1,"",style2,,"right",effect,,,,,,,,,,,,
	,"<img src=index_files/bar_arr.gif width=11 height=14>","",,,1
    ,"Our Products","./products.htm",,,1
	])
	
	addmenu(menu=["downloads","offset=0",,128,1,"",style2,,"right",effect,,,,,,,,,,,,
	,"<img src=index_files/bar_arr.gif width=11 height=14>","",,,1
	,"OSCRE Standards implementation advice","./downloads.htm",,,1
	,"Summary of the VPS Xml Toolkit","./downloads.htm",,,1
	,"Acrobat Reader","./downloads.htm",,,1	
	
	])
	
	addmenu(menu=["contact us","offset=0",,128,1,"",style2,,"right",effect,,,,,,,,,,,,
	,"<img src=index_files/bar_arr.gif width=11 height=14>","",,,1				  
	,"Contact us","./contact.htm",,,1
	])
dumpmenus()

