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="#ffffff";
oncolor="#1432AA";
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("Japan")){
margin=3;
style=MapSample;
aI("align=center;fontsize=14px;fontweight=bold;text=Japan;type=header;");
//aI("align=center;image=map/japan.gif;imagealign=center;itemheight=50;type=header;");
//aI("text=Country: Japan;");
aI("text=Employee: 35,000 ;");
aI("text=Over 500 Units of multi color;");
aI("text=gravure, web offset and ;");
aI("text=sheet-fed printing machines;");
//aI("showmenu=Submenu;text=Sub Menus Are allowed;");
}


with(milonic=new menuname("China")){
margin=3;
style=MapSample;
aI("align=center;fontsize=14px;fontweight=bold;text=China;type=header;");
//aI("align=center;image=map/china.gif;imagealign=center;itemheight=50;type=header;");
//aI("text=Country: China;");
//aI("text=Employee: 2,000;");
aI("text=2 Units of 8 Color presses;");
aI("text=8 Units of 6 &amp; 5 Color presses;");
aI("text=1 Unit of 1 Color press;");
//aI("showmenu=Submenu;text=Sub Menus Are allowed;");
}

with(milonic=new menuname("Hongkong")){
margin=3;
style=MapSample;
aI("align=center;fontsize=14px;fontweight=bold;text=Hong Kong;type=header;");
//aI("align=center;image=map/china.gif;imagealign=center;itemheight=50;type=header;");
//aI("text=Country: Hong Kong;");
//aI("text=Employee: 500;");
aI("text=1 unit of 2 color presses;");
aI("text=3 units of 5 color presses;");
aI("text=1 unit of 8 color presses;");
//aI("showmenu=Submenu;text=Sub Menus Are allowed;");
}

with(milonic=new menuname("Singapore")){
margin=3;
style=MapSample;
aI("align=center;fontsize=14px;fontweight=bold;text=Singapore;type=header;");
//aI("align=center;image=map/china.gif;imagealign=center;itemheight=50;type=header;");
//aI("text=Country: Singapore;");
aI("text=Employee: 2,000;");
aI("text=22 Units of 4 &amp; 5 Color presses;");
aI("text=5 Units of 4x4 Color perfecting presses;");
aI("text=5 in-line water-based coating units;");
aI("text=size 2,3,5 &amp; 6 printing formats;");
//aI("showmenu=Submenu;text=Sub Menus Are allowed;");
}

with(milonic=new menuname("South Korea")){
margin=3;
style=MapSample;
aI("align=center;fontsize=14px;fontweight=bold;text=South Korea;type=header;");
//aI("align=center;image=map/china.gif;imagealign=center;itemheight=50;type=header;");
//aI("text=Country: South Korea;");
//aI("text=Employee: 500;");
aI("text=2 Units of 5 Color presses;");
aI("text=5 Units of 4 Color presses;");
aI("text=2 Units of 2 Color presses;");
aI("text=4 Units of Web offset presses;");
//aI("showmenu=Submenu;text=Sub Menus Are allowed;");
}



drawMenus();

