_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(tipSampStyle=new mm_style()){
	bordercolor="#666666";
	borderstyle="solid";
	borderwidth=1;
	fontfamily="comic sans ms,verdana,helvetica";
	fontsize="12px";
	fontstyle="normal";
	fontweight="normal";
	offbgcolor="#ffffff";
	offcolor="#666666";
	onbgcolor="#ff9933";
	separatorsize=1
	oncolor="#000000";
	padding=3;
	subimage="../../arrow.gif";
}
	
	

with(bubbleTipStyle=new mm_style()){
	offcolor = "#000000";
	fontsize = "12px";
	fontstyle = "bold";
	fontfamily = "Comic Sans MS, tahoma, verdana"; 
	overfilter = "Fade(duration=0.2)"
}
with(new menuname("bubbleTip"))
{
	top="offset=-176"
	left="offset=5"
	style=bubbleTipStyle;
	orientation="horizontal"
	menuwidth=225
	menuheight=166
	ignorecollision=true
	if(_W.M_maxTipWidth)maxwidth=M_maxTipWidth
	aI("text=;type=ToolTip;align=center;valign=middle;padding=0px 10px 30px 15px;itemwidth=220;bgimage=oval_bubble.gif");
}
	



with(speechbubbleTipStyle=new mm_style()){
	offcolor = "#000000";
	fontsize = "10px";
	fontstyle = "normal";
	fontfamily = "tahoma, verdana"; 
	overfilter = "Fade(duration=0.2)"
}
with(new menuname("speechbubbleTip"))
{
	top="offset=-176"
	left="offset=-92"
	style=speechbubbleTipStyle;
	orientation="horizontal"
	menuwidth=347
	menuheight=164
	ignorecollision=true
	if(_W.M_maxTipWidth)maxwidth=M_maxTipWidth
	aI("text=;type=ToolTip;align=center;valign=middle;padding=0px 10px 30px 15px;itemwidth=347;bgimage=oval_speech.gif");
}
	


drawMenus()