_menuCloseDelay=500 
_menuOpenDelay=150
_subOffsetTop=0
_subOffsetLeft=0

with(menuStyle1=new mm_style()){
onbgcolor="";
oncolor="";
offbgcolor="";
offcolor="";
bordercolor="";
borderstyle="";
borderwidth=0;
separatorcolor="";
separatorsize="0";
padding=2;
fontsize="";
fontstyle="";
fontfamily="";
subimage="";
subimagepadding="0";
outfilter="randomdissolve(duration=0.9)";
overfilter="Fade(duration=0.9);Alpha(opacity=100);Shadow(color=#286CC2, Direction=235, Strength=15)";
}

with(menuStyle=new mm_style()){
onbgcolor="#0059C8";
offbgcolor="#3092FF";
oncolor="#000000";
offcolor="#FFFFFF";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=3;
fontsize="12px";
fontstyle="Normal";
fontweight="Bold";
fontfamily="Verdana";
itemwidth="110";
itemheight="30";
align="Left";
subimage="images/arrowMenu.gif";
subimagepadding="2";
outfilter="randomdissolve(duration=0.9)";
overfilter="Fade(duration=0.9);Alpha(opacity=100);Shadow(color=#286CC2, Direction=235, Strength=15)";
}



with(sat=new menuname("2")){
style=menuStyle;
aI("text=Our Studio;url=dynamicdata/subprojects.asp;status=Our Studio;");
}

with(sat=new menuname("3")){
style=menuStyle;
aI("text=Our Equipment;url=dynamicdata/ourequipment.asp;status=Our Equipment;");
}

with(sat=new menuname("4")){
style=menuStyle;
aI("text=Rumi the Movie;url=dynamicdata/Rumi.asp;status=Rumi the Movie;");
aI("text=Internet TV;url=dynamicdata/internettv.asp;status=Internet TV;");
aI("text=Children of Abraham;url=dynamicdata/childrenofabraham.asp;status=Children of Abraham;");
aI("text=Sufism;url=dynamicdata/Sufi.asp;status=Sufism;");
}

drawMenus();

