


_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(AllImagesStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
padding=3;
fontstyle="normal";
fontweight="normal";
separatorcolor="none";
separatorsize="63";
}



with(menuStyle=new mm_style()){
onbgcolor="white";
oncolor="#0062c8";
offbgcolor="white";
offcolor="#3d3d3d";
bordercolor="white";
borderstyle="solid";
borderwidth=1;
separatorcolor="white";
separatorsize="40";
fontsize="100%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#0062c8";
pagebgcolor="white";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='white', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}




with(menuStyle2=new mm_style()){
onbgcolor="#c1c1c1";
oncolor="#0062c8";
offbgcolor="white";
offcolor="#3d3d3d";
bordercolor="#3d3d3d";
borderstyle="solid";
borderwidth=1;
separatorcolor="#3d3d3d";
separatorsize="1";
padding="5";
fontsize="70%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#0062c8";
pagebgcolor="white";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color='black', Direction=135, Strength=2)";
outfilter="randomdissolve(duration=0.3)";
}



with(milonic=new menuname("About")){
style=menuStyle2;
overflow="scroll";
aI("text=Our Company;url=http://www.secondwindmedia.com/company.shtml;");
aI("text=Our Approach;url=http://www.secondwindmedia.com/approach.shtml;");

}

with(milonic=new menuname("Services")){
style=menuStyle2;
aI("text=Strategy and Implementation;url=http://www.secondwindmedia.com/sandi.shtml;");

}

with(milonic=new menuname("Process")){
style=menuStyle2;
aI("text=Why Choose Us?;url=http://www.secondwindmedia.com/whychooseus.shtml;");
}



with(milonic=new menuname("Contact")){
style=menuStyle2;
aI("text=Contact Us;url=http://www.secondwindmedia.com/contact.shtml;");
}


drawMenus();

