_menuCloseDelay=400           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=0               // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x


with(menuStyle=new mm_style()){
onbgcolor="#83e9f8";
offbgcolor="#616461";
offcolor = "#FFFFFF";
oncolor = "#333333";
borderwidth=0;
padding = 2;
fontsize = "11";
fontstyle = "normal";
fontweight = "bold";
fontfamily="Arial, Verdana, Tahoma";
/*pagecolor="#FFFFFF";
pagebgcolor="#FFFFFF";*/
}

with(DMStyle=new mm_style()){
onbgcolor="#83e9f8";
offbgcolor="#616461";
offcolor = "#FFFFFF";
oncolor = "#333333";
bordercolor = "#afa4a4";
borderstyle = "solid";
borderwidth = 1
separatorcolor = "#afa4a4";
separatorsize = 1;
padding = 3;
fontsize = "11";
fontstyle = "normal";
fontweight = "bold";
fontfamily="Arial, Verdana, Tahoma";
}

   with(milonic=new menuname("production")){
    borderwidth = 1;
	itemwidth=110;
	left="offset=-7"
    style = DMStyle;
	aI("text=&nbsp;Audio Production;url=audio_production.htm;");
	aI("text=&nbsp;Video Production;url=video_production.htm;");
	aI("text=&nbsp;In Pre-Production;url=preproduction.htm;");
    }

   with(milonic=new menuname("about")){
    borderwidth = 1;
	itemwidth=110;
	left="offset=-14"
    style = DMStyle;
	aI("text=&nbsp;Our Company;url=incredible_steps_records.htm;");
	aI("text=&nbsp;Our Team;url=production_team.htm;");
    }

drawMenus();
menuDisplay(getMenuByName("Topbar"),1)