_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset

with(menuStyleBase=new mm_style()){
}

with(menuStyle=new mm_style()){
onbgcolor='#CCCCCC';
oncolor='#000000';
offbgcolor='#FFFFFF';
offcolor='#000000';
bordercolor='#000000';
borderstyle='solid';
borderwidth=1;
padding=4;
fontsize="11px";
fontstyle='normal';
fontweight='normal';
fontfamily='tahoma, arial';
itemwidth='104';
separatorsize=1;
overfilter="Fade(duration=0.2);Alpha(opacity=80);";

/*
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#DCE9F0";
offcolor="#515151";
onbgcolor="#4F8EB6";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#2D729D";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
*/
}

with(milonic=new menuname("_MAIN")){
style=menuStyleBase;
position="relative";
alwaysvisible=1;
width="0";
height="0";
orientation="horizontal";

aI("showmenu=CCSProducts;image=/images/transparent.gif;overimage=/images/transparent.gif;url=musica.htm;itemwidth=0;pageimage=transparent.gif");
}

with(milonic=new menuname("menuaboutus")){
style=menuStyle;
alwaysvisible=0;
top='offset=4';
left="offset=0";
overflow="scroll";
aI("text=::About Us Home;url=/aboutus.html");
aI("text=Product Features;url=/product_features.html");
aI("text=Contact;url=/contact.html");
}

with(milonic=new menuname("menuproduct")){
style=menuStyle;
alwaysvisible=0;
top='offset=4';
left="offset=0";
overflow="scroll";
aI("text=:: Products Home;url=/product.html");
aI("text=Benefits;url=/product_benefits.html");
aI("text=Features;url=/product_features.html");
aI("text=Pricing;url=/product_pricing.html");
aI("text=Screen Shots;url=/product_scnshots.html");
}

with(milonic=new menuname("menudemo")){
style=menuStyle;
alwaysvisible=0;
top='offset=4';
left="offset=0";
overflow="scroll";
aI("text=:: Demo Home;url=/demo.html");
aI("text=Live Demo;url=/demo_live.html");
aI("text=Flash Demo;url=javascript:popPlainWin('ccs_demo', '/ccs_demo.html', 630, 480);");
aI("text=Trial Account;url=/signup_trial.html");
}

with(milonic=new menuname("menusignup")){
style=menuStyle;
alwaysvisible=0;
top='offset=4';
left="offset=0";
overflow="scroll";
aI("text=:: Sign Up Home;url=/signup.html");
aI("text=Trial Account;url=/signup_trial.html");
aI("text=Ultra Account;url=/signup_ultra.php");
}

with(milonic=new menuname("menudownload")){
style=menuStyle;
alwaysvisible=0;
top='offset=4';
left="offset=0";
overflow="scroll";
aI("text=:: Download Home;url=/download.html");
aI("text=CCS Operator;url=/download.html");
aI("text=CCS Road Warrior;url=/download_mobile.html");
}

with(milonic=new menuname("menusupport")){
style=menuStyle;
alwaysvisible=0;
top='offset=4';
left="offset=0";
overflow="scroll";
aI("text=:: Support Home;url=/support.html");
aI("text=F.A.Q;url=/support_faq.html");
aI("text=User Guide;url=javascript:popUserGuide();");
aI("text=Request Acc. Password;url=/support_accpwd.html");
aI("text=Support Form;url=/support_form.html");
}

with(milonic=new menuname("menucontact")){
style=menuStyle;
alwaysvisible=0;
width="110";
top='offset=4';
left="offset=0";
overflow="scroll";
aI("text=:: Contact Home;url=/contact.html");
}
		
drawMenus();
