_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
align="center";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="9pt";
fontstyle="normal";
fontweight="bold";
image="images/dots9.gif";
offbgcolor="#2F2F2F";
offcolor="#ffffff";
onbgcolor="CornflowerBlue";
onbold="bold";
oncolor="DarkBlue";
padding="4";
separatorcolor="#ffffff";
separatorsize="2";
subimage="images/on_downboxed.gif";
subimagepadding="2";
overimage="images/whitedots.gif";
imagepadding="6";
itemwidth="1000";
}

with(submenuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
offbgcolor="#4F4F4F";
offcolor="White";
onbgcolor="CornflowerBlue";
onbold="bold";
oncolor="DarkBlue";
padding="4";
separatorcolor="White";
separatorsize="1";
subimage="images/on_downboxed.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth="100%";
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
openstyle="up";
aI("text=Home;target=;url=http://timpc.com/;");
aI("text=Contact Us;target=;url=Contact-Us.html;");
aI("showmenu=Computer Sales/Home & OfficeFOOTER_MENU;text=Computer Sales;target=;url=Computer-Sales.html;");
aI("showmenu=Service Department/Service RatesFOOTER_MENU;text=Service Department;target=;url=Service-Department.html;");
aI("text=Downloads;target=;url=Downloads.html;");
aI("text=Site Map;target=;url=sitemap-page-order.html;");
}

with(milonic=new menuname("Computer Sales/Home & OfficeFOOTER_MENU")){
style=submenuStyle;
openstyle="up";
aI("text=Home & Office;target=;url=Home-&-Office.html;");
aI("text=MSI Products;target=;url=MSI-Products.html;");
aI("text=Notebooks;target=;url=Notebooks.html;");
}

with(milonic=new menuname("Service Department/Service RatesFOOTER_MENU")){
style=submenuStyle;
openstyle="up";
aI("text=Service Rates;target=;url=Service-Rates.html;");
aI("text=Online Support;target=;url=Online-Support.html;");
}


 drawMenus();

