_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
image="images/orangedots.gif";
offbgcolor="#1B2C85";
offcolor="#ffffff";
onbgcolor="CornflowerBlue";
oncolor="#ffffff";
padding="3";
separatorcolor="#ffffff";
separatorsize="2";
subimage="images/arrow.gif";
subimagepadding="2";
overimage="images/whitedots.gif";
imagepadding="6";
itemwidth="1000";
}

with(submenuStyle=new mm_style()){
align="center";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
offbgcolor="CornflowerBlue";
offcolor="#ffffff";
onbgcolor="MidnightBlue";
oncolor="#ffffff";
padding="4";
separatorcolor="White";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth="100%";
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
aI("text=Home;target=;url=./;");
aI("text=Why XSitePro?;target=;url=Why_XSitePro_.html;");
aI("text=7 steps;target=;url=7_steps.html;");
aI("text=Features;target=;url=Features.html;");
aI("showmenu=Screen shotsScreen shot 1INFO_BAR_MENU;text=Screen shots;target=;url=Screen_shots.html;");
aI("text=Video;target=;url=Video.html;");
aI("text=FAQs;target=;url=FAQs.html;");
}

with(milonic=new menuname("Screen shotsScreen shot 1INFO_BAR_MENU")){
style=submenuStyle;
aI("text=Screen shot 1;target=;url=Screen_shot_1.html;");
aI("text=Screen shot 2;target=;url=Screen_shot_2.html;");
aI("text=Screen shot 3;target=;url=Screen_shot_3.html;");
}


 drawMenus();
