_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="0";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
image="images/orangedots.gif";
offbgcolor="#4F4F4F";
offcolor="#ffffff";
onbgcolor="White";
oncolor="Black";
padding="8";
separatorcolor="#ffffff";
separatorsize="1";
subimage="images/downboxed.gif";
subimagepadding="2";
overimage="images/dots5.gif";
imagepadding="6";
itemwidth="160";
}

with(submenuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
offbgcolor="Navy";
offcolor="#ffffff";
onbgcolor="White";
oncolor="Black";
padding="4";
separatorcolor="#758CC9";
separatorsize="1";
subimage="images/downboxed.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
orientation="vertical";
aI("text=Home Page;target=;url=index.html;");
aI("text=Testimonials;target=;url=testimonials.html;");
aI("text=Payment;target=;url=payment.html;");
aI("text=F.A.Q;target=;url=frequently-asked-questions.html;");
aI("text=Pattaya Branch;target=_blank;url=http://www.pattaya-investigations.com/;");
aI("text=Contact us;target=;url=contact-us.html;");
aI("text=Site Map;target=;url=sitemap-page-order.html;");
}


 drawMenus();
