function left_pos() {
var browserName=navigator.appName;
if (browserName=="Netscape") {
return 10;
}
else
{
return 5;
}
}

_menuCloseDelay=500;
_menuOpenDelay=150;
_scrollAmount=3;
_scrollDelay=20;
_followSpeed=5;
_followRate=40;
_subOffsetTop=0;
_subOffsetLeft=3;

with(style1=new mm_style()){
onbgcolor="#000066";
oncolor="#ffffff";
offbgcolor="white";
offcolor="#000066";
bordercolor="#4F8EB6";
borderstyle="solid";
borderwidth=2;
separatorcolor="#4F8EB6";
separatorsize="1";
padding=1;
subimage="images/arrow.gif";
fontsize="11px";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial";
overfilter="Fade(duration=0.4);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=3)";
}

with(style2=new mm_style()){
offcolor="#FFFFFF";
offbgcolor="#000066";
oncolor="#000066";
onbgcolor="#ffffff";
borderwidth="2";
bordercolor="#4F8EB6";
fontsize="11px";
fontstyle="normal";
fontweight="normal";
fontfamily="Arial, Helvetica, Verdana";
padding=1;
subimage="images/arrow.gif";
headercolor="#ffffff";
headerbgcolor="#000099";
overfilter="Fade(duration=0.4);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=3)";
}

with(milonic=new menuname("mainmenu")){
top=210;
left=10;
itemwidth=149;
itemheight=25;
style=style1;
alwaysvisible=1;
followscroll=1;
orientation="horizontal";
aI("text=&nbsp;Home;url=http://www.cityservicesinc.com/;")
aI("text=&nbsp;Our Services;url=services.htm;showmenu=services;")
aI("text=&nbsp;Our Customers;showmenu=customers;")
aI("text=&nbsp;Contact Us;showmenu=contact;")
aI("text=&nbsp;About Us;showmenu=about;")
}

with(milonic=new menuname("services")){
style=style2;
alignment="left";
aI("text=&nbsp;Overview;url=services.htm#Overview;")
aI("text=&nbsp;Getting Started;url=http://www.cityservicesinc.com/services.htm#GettingStarted;")
aI("text=&nbsp;Find Out More;url=http://www.cityservicesinc.com/services.htm#More;")
}

with(milonic=new menuname("customers")){
style=style2;
alignment="left";
aI("text=&nbsp;Find Out More;url=http://www.cityservicesinc.com/services.htm#More;")
}

with(milonic=new menuname("contact")){
style=style2;
alignment="left";
aI("text=&nbsp;Contact Infomation;url=http://www.cityservicesinc.com/contact.htm;")
}

with(milonic=new menuname("about")){
style=style2;
alignment="left";
aI("text=&nbsp;About CSI;url=http://www.cityservicesinc.com/about.htm;")
}


drawMenus();