


_menuCloseDelay=50;           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=10;            // The time delay before menus open on mouse over
_subOffsetTop=0;              // Sub menu top offset
_subOffsetLeft=0;              // Sub menu top offset
buildAllMenus = true; 
ignoreCollisions = true;

with(investors_style=new mm_style()){
itemwidth=149;
padding=5; fontsize="12";
fontstyle="bold"; fontfamily="Arial";
overfilter="Fade(duration=0.5);Alpha(opacity=100);";
outfilter="Fade(duration=0.9)";
onbgcolor="#83A149"; offcolor="#ffffff";
offbgcolor="#748951"; offcolor="#EEEEEE";
} with(investors=new menuname("investors")){ 
top=-90;
style=investors_style;
overflow="scroll";
aI("text=What Ironwood can do to help investors dealing with growth companies or turn-around situations.;url=investors_benefits.htm");
}

with(management_style=new mm_style()){
itemwidth=149;
padding=5; fontsize="12";
fontstyle="bold"; fontfamily="Arial";
overfilter="Fade(duration=0.5);Alpha(opacity=100);";
outfilter="Fade(duration=0.9)";
onbgcolor="#2D3391"; offcolor="#ffffff";
offbgcolor="#20246D"; offcolor="#EEEEEE";
} with(management=new menuname("management")){ 
top=-76;
style=management_style;
overflow="scroll";
aI("text=What Ironwood can do to help companies wishing to grow or turn around.;url=management_benefits.htm");
}

with(attorneys_style=new mm_style()){
itemwidth="149";
padding=5; fontsize="12";
fontstyle="bold"; fontfamily="Arial";
overfilter="Fade(duration=0.5);Alpha(opacity=100);";
outfilter="Fade(duration=0.9)";
onbgcolor="#8E6E44"; offcolor="#ffffff";
offbgcolor="#7B664B"; offcolor="#EEEEEE";
} with(attorneys=new menuname("attorneys")){ 
top=-76;
style=attorneys_style;
overflow="scroll";
aI("text=What Ironwood can do to help both corporate and bankruptcy attorneys.;url=attorneys_benefits.htm");
}

with(creditors_style=new mm_style()){
itemwidth="149";
padding=5; fontsize="12";
fontstyle="bold"; fontfamily="Arial";
overfilter="Fade(duration=0.5);Alpha(opacity=100);";
outfilter="Fade(duration=0.9)";
onbgcolor="#881615"; offcolor="#ffffff";
offbgcolor="#6C1414"; offcolor="#EEEEEE";
}  with(creditors=new menuname("creditors")){ 
top=-76;
style=creditors_style;
overflow="scroll";
aI("text=What Ironwood can do to help banks, lenders and creditors.;url=creditors_benefits.htm");
} 

with(welcome_style=new mm_style()){
itemwidth="218";
padding=5; fontsize="12";
fontstyle="bold"; fontfamily="Arial";
overfilter="Fade(duration=0.5);Alpha(opacity=100);";
outfilter="Fade(duration=0.9)";
}  with(welcome=new menuname("welcome")){ 
top=-120;
style=welcome_style;
overflow="scroll";
aI("text=<img  border=0 src='images/index_click_now.gif'>.;url=welcome.htm");
} 



with(solutions_style=new mm_style()){
itemwidth="149";
padding=5; fontsize="14";
fontstyle="bold"; fontfamily="Arial";
overfilter="Fade(duration=0.5);Alpha(opacity=100);";
outfilter="Fade(duration=0.9)";
onbgcolor="#747474"; offcolor="#ffffff";
offbgcolor="#747474"; offcolor="#EEEEEE";
}



with(solutions=new menuname("solutions")){ 
top=-50;
style=solutions_style;
overflow="scroll"; align="center";
aI("text=Click here to find answers to many of your business challenges.;url=bizwiz.html;");
}

drawMenus();

