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(MapSample=new mm_style()){

bordercolor="#1432AA";

borderstyle="solid";

borderwidth=1;

fontfamily="Verdana, Tahoma, Arial, Helvetica, sans-serif";

fontsize="12px";

fontstyle="normal";

fontweight="normal";

headerbgcolor="#ffffff";

headercolor="navy";

offbgcolor="#1432AA";

offcolor="#ffffff";

onbgcolor="#1432AA";

oncolor="#ffffff";

padding=2;

pagebgcolor="pink";

pagecolor="Purple";

}



with(milonic=new menuname("Submenu")){

style=MapSample;

aI("text=Dummy Menu Item 1;");

aI("text=Dummy Menu Item 2;");

aI("text=Dummy Menu Item 3;");

}



with(milonic=new menuname("Singapore")){

margin=3;

style=MapSample;

aI("align=center;fontsize=12px;fontweight=bold;text=Singapore/Malaysia;type=header;");

//aI("align=center;image=map/china.gif;imagealign=center;itemheight=50;type=header;");

//aI("text=Country: Singapore;");

//aI("text=To New York 25 days / To Los Angeles 15 days ");
aI("text=Shipping to;");

aI("text=New York: 25 days;");

aI("text=Los Angeles: 15 days;");

//aI("showmenu=Submenu;text=Sub Menus Are allowed;");

}



with(milonic=new menuname("China")){

margin=3;

style=MapSample;

aI("align=center;fontsize=12px;fontweight=bold;text=Hong Kong/China;type=header;");

//aI("align=center;image=map/china.gif;imagealign=center;itemheight=50;type=header;");

//aI("text=Country: Singapore;");

aI("text=Shipping to;");

//aI("text=To New York 24 days / To Los Angeles 14 days ;");
aI("text=New York: 24 days;");
aI("text=Los Angeles: 14 days;");

//aI("showmenu=Submenu;text=Sub Menus Are allowed;");

}



with(milonic=new menuname("Japan")){

margin=3;

style=MapSample;

aI("align=center;fontsize=12px;fontweight=bold;text=Japan;type=header;");

//aI("align=center;image=map/china.gif;imagealign=center;itemheight=50;type=header;");

//aI("text=Country: Singapore;");

aI("text=Shipping to;");

aI("text=New York: 21 days;");

aI("text=Los Angeles: 11 days;");

//aI("showmenu=Submenu;text=Sub Menus Are allowed;");

}



with(milonic=new menuname("South Korea")){

margin=3;

style=MapSample;

aI("align=center;fontsize=12px;fontweight=bold;text=South Korea;type=header;");

//aI("align=center;image=map/china.gif;imagealign=center;itemheight=50;type=header;");

//aI("text=Country: Singapore;");

aI("text=Shipping to;");

aI("text=New York: 21 days;");

aI("text=Los Angeles: 11 days;");

//aI("showmenu=Submenu;text=Sub Menus Are allowed;");

}








drawMenus();



