if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.2);Shadow(color='#FFFFFF', Direction=135, Strength=0)"
}
else
{
	effect = "Shadow(color='#FFFFFF', Direction=135, Strength=0)"
}

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)}


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.
"003366",					// Mouse Off Font Color
"FFFFFF",							// Mouse Off Background Color
"58E1F9",					// Mouse On Font Color
"003366",					// Mouse On Background Color
"9EA6AD",					// Menu Border Color
"11px",						// Font Size in pixels
"normal",					// Font Style (italic or normal)
"bold",						// Font Weight (bold or normal)
"Verdana, Tahoma, Arial, Helvetica, sans-serif;",	// Font Name
4,							// Menu Item Padding
"",							// Sub Menu Image (Leave this blank if not needed)
0,							// 3D Border & Separator bar
,					// 3D High Color
,					// 3D Low Color
,							// Referer Item Font Color (leave this blank to disable)
,							// Referer 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)
]



//effect2 = "Alpha( style=0,opacity=65)"
//effect=""


addmenu(menu=[
"sidemenu",
133,
0,
149,
0,
,
style1,
1,
,
effect,
0,
,
,
,
,
,
,
,
,
,
,
," About Us","about.php",,,1
," Board of Directors","director.php",,,1
," Future Plan","fplan.php",,,1
," MRC","mrc.php",,,1
," Health Check up","health.php",,,1
])



dumpmenus();