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.5);Alpha(style=0,opacity=100);Shadow(color='#ffffff', Direction=135, Strength=0)" // Special effect string for IE5.5 or above 
effect2= "randomdissolve(duration=1);Alpha(style=0,opacity=100);Shadow(color='#ffffff', Direction=135, Strength=0)"

function openwin(url)
{
	nwin=window.open(url, "nwin",config="width=450,height=325,scrollbars=no,resizable=no,toolbar=yes,location=no,status=no,menubar=no,");
	nwin.focus();
}

timegap=500			// The time delay for menus to remain visible
followspeed=5			// Follow Scrolling speed
followrate=40			// Follow Scrolling Rate
suboffset_top=10;		// Sub menu offset Top position 
suboffset_left=50;		// Sub menu offset Left position

menutop=115
if((navigator.userAgent.indexOf("Firefox")!=-1))menutop=menutop-3 // tweek vertical position for Firefox

horiadj="offset=-160"
if((navigator.userAgent.indexOf("Firefox")!=-1))horiadj="offset=-150" // tweek horizontal offset for Firefox

menuwidth=100
if((navigator.userAgent.indexOf("Firefox")!=-1))menuwidth=menuwidth-8 // tweek menu width for Firefox

style1=[			// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"000000",			// Mouse Off Font Color
"eeeeee",			// Mouse Off Background Color
"133C7D",			// Mouse On Font Color
"#cccccc",			// Mouse On Background Color
"#ffffff",			// Menu Border Color 
12,				// Font Size in pixels
"normal",			// Font Style (italic or normal)
"bold",				// Font Weight (bold or normal)
"Arial, Verdana,",		// Font Name
4,				// Menu Item Padding
"arrow.gif",			// Sub Menu Image 
,,,,,,,,				
]
addmenu(menu=[			
"mainmenu",			
menutop,			// See Tweek avove
horiadj,	   		// See Tweek avove
menuwidth,			// See Tweek avove
1,				// Menu Border Width 
"center",			// Screen Position - here you can use "center; left; right; middle; top;bottom" or a combination of "center:middle"
style1,				
1,				// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"center",			// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
effect,				
,				// 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)
,,,,,
,				// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,,,								
,"Home","index.htm",,,1
,"About us","show-menu=about",,,1
,"Services","show-menu=services",,,1
,"Options / Fees","services.htm#fees",,,1
,"Contact us","contact.htm",,,1
			
		])
		
addmenu(menu=["about",,,150,1,,style1,0,"left",effect,0,,,,,,,,,,,
		,"About us","about.htm",,,1
		,"Experience","about.htm",,,1
		,"Why use our services?","about.htm",,,1
		,"Our team","about.htm",,,1
		//,"External link","javascript:openwin(\"http://www.radisol.com\")",,,1
							               		
		])
		
		addmenu(menu=["services",,,160,1,,style1,0,"left",effect,0,,,,,,,,,,,
		,"Business support","services.htm",,,1
		,"Arabic cultural training","services.htm#training",,,1
		
							               		
		])
		


dumpmenus()