if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.2);Shadow(color='#FFFFFF', Direction=135, Strength=5)"
}
else
{
	effect = "Shadow(color='#FFFFFF', Direction=135, Strength=5)"
}

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=[					// 000066 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.
"",					// Mouse Off Font Color
"",					// fffacd Mouse Off Background Color
"99CCFF",					// ffff00 Mouse On Font Color
"",					// cc3300Mouse On Background Color
"ffffff",					// Menu Border Color
"15px",					// Font Size in pixels
"normal",					// Font Style (italic or normal)
"bold",					// Font Weight (bold or normal)
"Verdana, Tahoma, Arial, Helvetica, sans-serif;",	// Font Name
5,						// Menu Item Padding
"",			// Sub Menu Image (Leave this blank if not needed)
,							// 3D Border & Separator bar
"66ffff",					// 3D High Color
"000099",					// 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)
"99CCFF",					// 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=""

if(screen.width==1024)
{
addmenu(menu=[
"sidemenu",
300,
125,
200,
1,
,
style1,
1,
"left",
effect,
1,
,
,
,
,
,
,
,
,
,
,
,"Departments","# type=header;align=center;",,"",1
,"Pharma Department","pharma-div.htm",,"",1
,"Medical Scientific & Dental Department","med-scint.htm",,"",1
,"Medical-Centers Department","Medi-Centers.htm",,"",1
//,"Dental Department","dental-div.htm",,"",1
//,"Industrial Chemicals","ind-chem-div.htm",,,1

// ,"Basic Islam","basic_islam.html",,"",1
//,"&nbsp","# offbackcolor=ffcf63;",,"",1





])
}
else
{
addmenu(menu=[
"sidemenu",
300,
10,
200,
1,
,
style1,
1,
"left",
effect,
1,
,
,
,
,
,
,
,
,
,
,
,"Departments","# type=header;align=center;",,"",1
,"Pharma Department","pharma-div.htm",,"",1
,"Medical Scientific & Dental","med-scint.htm",,"",1
//,"Dental Department","dental-div.htm",,"",1
//,"Industrial Chemicals","ind-chem-div.htm",,,1

// ,"Basic Islam","basic_islam.html",,"",1
//,"&nbsp","# offbackcolor=ffcf63;",,"",1
//,"<b>Quick Links</b>","# type=header;align=center;",,"",1

])
}


dumpmenus();