_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
align="center";
bordercolor="#000000";
borderstyle="solid";
borderwidth="0";
fontfamily="Trebuchet MS";
fontsize="14pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="Transparent";
offcolor="White";
onbgcolor="Transparent";
oncolor="#6F6F6F";
padding="8";
pagebgcolor="Transparent";
pagecolor="LightSkyBlue";
separatorcolor="#DEDEDE";
separatorsize="4";
subimage="images/black_7x7.gif";
subimagepadding="6";
itemwidth="1000";
}

with(submenuStyle=new mm_style()){
align="center";
bordercolor="#000000";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#002946";
oncolor="#FFFFFF";
padding="4";
subimage="images/black_7x7.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth="100%";
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
aI("text=Home;target=;url=http://www.czech.com/;");
aI("text=News;target=;url=News.html;");
aI("text=Travel;target=;url=Travel.html;");
aI("text=History;target=;url=History.html;");
aI("text=Business ;target=;url=Business.html;");
aI("text=Government;target=;url=Government.html;");
aI("text=Miscellanea;target=;url=Miscellanea.html;");
aI("text=People;target=;url=People.html;");
aI("text=Shopping;target=;url=Shopping.html;");
}


 drawMenus();

