fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="#FFFFFF";//方格邊色
borderstyle="solid";
borderwidth=1;
fontweight="bold";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
fontsize="11px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#606060";
offbgcolor="#ffffff";//(方格內色)一般顏色
offcolor="#606060";//(文字)一般顏色
onbgcolor="#ddffdd";//(方格內色)滑鼠放進
oncolor="#0033FF";//(文字)滑鼠放進
outfilter="randomdissolve(duration=0)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#666666', Direction=135, Strength=3)";
padding=1;//方格高度
pagebgcolor="#ffffff";//執行中(方格內色)
pagecolor="#ff0000";//執行中(文字)
separatorcolor="#999999";//方格線色
separatorsize=1;//方格中線粗細
subimage="images/arrow.gif";
subimagepadding=4;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("text=&nbsp;&nbsp;About Us&nbsp;&nbsp;;url=index.php;");
aI("showmenu=SIAM;text=&nbsp;&nbsp;SIAM&nbsp;&nbsp;");
aI("showmenu=Management;text=&nbsp;&nbsp;Funds Under SIAM's Management&nbsp;&nbsp;");
aI("text=&nbsp;&nbsp;Contact Us&nbsp;&nbsp;;url=contact.php;");
}

with(milonic=new menuname("SIAM")){
overflow="scroll";
style=menuStyle;
aI("text=Compliance;url=sfc.php;")
aI("text=Corporate history and Shareholders' <br>information;url=cssi.php;")
aI("text=Management team;url=mt.php;")
}

with(milonic=new menuname("Management")){
style=menuStyle;
aI("text=SIAM Fund I - Shanghai International<br>Shanghai Growth Investment Limited ('SGIL');url=fund1.php;");
aI("text=SIAM Fund II - SIAM Cross-Strait Investment<br>Fund ('SCSIF');url=fund2.php;");
aI("text=SIAM Fund III - NEW;url=fund3.php;");
}

drawMenus();


