


_menuCloseDelay=5          // The time delay for menus to remain visible on mouse out

_menuOpenDelay=50            // The time delay before menus open on mouse over

_subOffsetTop=4              // Sub menu top offset

_subOffsetLeft=6            // Sub menu left offset







with(menuStyle=new mm_style()){
	


onbgcolor="#ffffff";

oncolor="#000066";

offbgcolor="#000066";

offcolor="#ffffff";

bordercolor="#000066";

borderstyle="solid";

borderwidth=1;

separatorcolor="#ffffff";

separatorsize="1";

padding=4;

fontsize="10px";

fontstyle="normal";

fontweight="bold";

fontfamily="Verdana, Tahoma, Arial";

pagecolor="";

pagebgcolor="";

headercolor="";

headerbgcolor="";

subimage="";

subimagepadding="2";

overfilter="Alpha(opacity=95);Shadow(color='#777777', Direction=135, Strength=3)";

outfilter="";

}





with(milonic=new menuname("about")){

style=menuStyle;

overflow="scroll";

aI("text=&nbsp;&nbsp;About AVANU&nbsp;&nbsp;;url=http://www.avanu.com/about.htm;");

aI("text=&nbsp;&nbsp;Testimonials&nbsp;&nbsp;;url=http://www.avanu.com/testimonies.htm;");

aI("text=&nbsp;&nbsp;How to Reach Us&nbsp;&nbsp;;url=http://www.avanu.com/contact.htm;");

}



with(milonic=new menuname("partners")){

style=menuStyle;

aI("text=&nbsp;&nbsp;Resellers&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=http://www.avanu.com/partners.htm;");

}







drawMenus();



