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




with(imgStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="65%";
fontstyle="normal";
headerbgcolor="#eeeeee";
headercolor="#000000";
offbgcolor="#FFD79D";
offcolor="#000000";
onbgcolor="#FFC672";
oncolor="#000099";
outfilter="randomdissolve(duration=0.1)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
//pagebgcolor="#eeeeee";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="../common/mmenu/darrow.gif";
subimageposition="left";
subimagepadding=2;
}

with(imgStyle2=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="65%";
fontstyle="normal";
headerbgcolor="#eeeeee";
headercolor="#000000";
offbgcolor="#990C1D";
offcolor="#FFFFFF";
onbgcolor="#E6BC79";
oncolor="#000099";
outfilter="randomdissolve(duration=0.5)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
//pagebgcolor="#eeeeee";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="mmenu/darrow.gif";
subimageposition="right";
subimagepadding=2;
itemwidth=100;
}


// company menu
with(milonic=new menuname("Company")){
	style=imgStyle2;
	orientation="vertical";
	aI("status=Timberock International;text=Timberock International;url=coov.html;");
	aI(";status=Timberock International News;text=News;url=news.html;");
	aI(";status=Timberock International Jobs;text=Jobs;url=jobs.html;");
	aI(";status=Timberock International Quality;text=Quality;url=qpolicy.html;");
}

// product menu
with(milonic=new menuname("Product")){
	style=imgStyle2;
	orientation="vertical";
	aI("status=Timberock International Product Overview;text=Product Overview;url=prodov.html;");
	aI("status=Timberock International Feed Systems;text=Feed Systems;url=feedsys.html;");
	aI("status=Timberock International Anfo Systems;text=Anfo Systems;url=anfosys.html;");
	aI("status=Timberock International Pin Drivers;text= Pin Drivers;url=pindrvs.html;");
}