_menuCloseDelay=1000;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

_space="&nbsp;&nbsp;";
_2space="&nbsp;&nbsp;&nbsp;&nbsp;";
_3space="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;";
_4space="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;";


with(menuStyle=new mm_style()){
bordercolor="#FAF8EF";
borderstyle="solid";
borderwidth=0;
fontfamily="Vardana, Arial, sans-serif";
pagecolor="#ffffff";
fontsize="100%";
fontstyle="bold";
headerbgcolor="#FFFFFF";
headercolor="#FF0000";
offbgcolor="#A5D1F4";
offcolor="#004A8C";
onbgcolor="#1390CF";
oncolor="#FFFFFF";
overfilter="Fade(duration=0.0);Alpha(opacity=100);Shadow(color=#B9C5C6', Direction=180, Strength=1)";
padding=3;
pagebgcolor="#FAF8EF";
separatorcolor="#FFFFFF";
separatorsize=0;
subimagepadding=2;
}

with(submenuStyle=new mm_style()){
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="90%";
fontstyle="normal";
headerbgcolor="#FFFFFF";
headercolor="#FF0000";
offbgcolor="#E9E9E9";
offcolor="#000000";
onbgcolor="#666666";
oncolor="#FFFFFF";
overfilter="Fade(duration=0.0);Alpha(opacity=90);Shadow(color='#000000', Direction=100, Strength=1)";
padding=2;
pagebgcolor="#82B6D7";
pagecolor="FFFFFF";
separatorcolor="#999999";
separatorsize=1;
subimagepadding=2;
}

with(islamic=new menuname("Main Menu")){
alwaysvisible=1;
position="absolute";
screenposition="center";
orientation="horizontal";
style=menuStyle;
top=100;
aI("text="+_space+"<strong>Directions</strong>"+_2space+";url=../Directions/index.php?mid=0;");
aI("text="+_2space+"<strong>Prayer Timetable</strong>"+_2space+";url=../Timetable/index.php?mid=0;");
aI("text="+_space+"<strong>Special Topics</strong>"+_space+";url=../Topics/index.php?mid=0");
aI("text="+_space+"<strong>Links</strong>"+_space+";url=../Links/index.php?mid=0;");
aI("text="+_2space+"<strong>News</strong>"+_2space+";url=../News/index.php?mid=0;");
aI("text="+_space+"<strong>Donate</strong>"+_space+";url=../Donate/index.php?mid=0;");
aI("text="+_space+"<strong>Prophet Muhammad (PBUH)</strong>"+_space+";url=../Islam/index.php?mid=1;");
}

drawMenus();