

_menuCloseDelay=0           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#ffffff";
oncolor="#333333";
offbgcolor="#ffffff";
offcolor="#333333";
bordercolor="#E3E3E3";
borderstyle="solid";
borderwidth=0;
separatorcolor="#2D729D";
separatorsize="0";
padding=5;
fontsize="10px";
fontweight="bold";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
pagecolor="#333333";
pagebgcolor="#ffffff";
headercolor="#333333";
headerbgcolor="#ffffff";
subimagepadding="2";
overfilter="Alpha(opacity=90);";
}

with(menuStyle2=new mm_style()){
onbgcolor="#ffffff";
oncolor="#000000";
overbgimage="/images/item_selected.gif";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="#E3E3E3";
borderstyle="solid";
borderwidth=2;
separatorcolor="#F3F3F3";
separatorsize="1";
padding=5;
fontsize="10px";
fontweight="normal";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
pagecolor="#000000";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/images/arrow.gif";
subimagepadding="2";
overfilter="Alpha(opacity=90);";
}


with(milonic=new menuname("thebaoway")){
	style=menuStyle2;
	aI("text=About;url=about.php");
	aI("text=Testimonials;url=testimonials.php");
	aI("text=Compare;url=compare.php");
	aI("text=FAQ's;url=faq.php");
	aI("text=Bao's Biography;url=baobio.php");
	//aI("text=Slide Shows;url=slideshow.php");
	//aI("text=Read Bao's Blogs;url=http://baoway.blogspot.com")
}

with(milonic=new menuname("store")){
	style=menuStyle2;
	aI("text=DVDs;url=store.php");
	//aI("text=Apparel;url=comingsoon.php");
}

//with(milonic=new menuname("Training")){
//	style=menuStyle2;
//	aI("text=Instructor Bio's;url=instructors.php");
//	}
//with(milonic=new menuname("Members")){
	//style=menuStyle2;
	//aI("text=Forums;url=members/index.php;target=_blank");
	//}