loc = document.location.toString();
if (loc.indexOf("culvercatering.com/cc/") > 0)
	ss_root = "http://www.culvercatering.com/cc/";
	else
	ss_root = "http://pe600sc:8500/corndance.com/cc/";
//pos = loc.indexOf("culvercatering.com/cc/");
//ss_root = loc.substr(0,pos+22);

_CFix=1					//fix for Macromedia Contribute
_menuCloseDelay=500     // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50       // The time delay before menus open on mouse over
_followSpeed=5          // Follow scrolling speed
_followRate=40          // Follow scrolling Rate
_subOffsetTop=0         // Sub menu top offset
_subOffsetLeft=0        // Sub menu left offset
_scrollAmount=3         // Only needed for Netscape 4.x
_scrollDelay=20         // Only needed for Netcsape 4.x

with(menuStyle=new mm_style()){
itemwidth=100;
align='center';
oncolor="#000066";
offcolor="#000066";
onbgcolor="#EBEBEB";
offbgcolor="#FFFFFF";
pagebgcolor="#EBEBEB"
separatorcolor="#000066";
separatorsize=1;
padding=5;
bordercolor="#000066";
borderstyle="solid";
borderwidth=0;
//fontstyle="normal";
fontweight="bold";
fontfamily="Arial, Verdana, Tahoma";
}

with(dropStyle=new mm_style()){
itemwidth=100;
onbgcolor="#EBEBEB";
oncolor="#000066";
offbgcolor="#FFFFFF";
offcolor="#000066";
bordercolor="#000066";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000066";
separatorsize=1;
padding=5;
fontstyle="normal";
fontweight="bold";
fontfamily="Arial, Verdana, Tahoma";
overfilter="Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
}

//*********************************************************************
// Main Menu
//*********************************************************************
with(milonic=new menuname("Main Menu")){
style=menuStyle;
position="relative";
alwaysvisible=1;
orientation="horizontal";
aI("text= ;url="+ss_root+"index.cfm#;offbgcolor=white;onbgcolor=white;");
aI("text=Home;url="+ss_root+"index.cfm;");
aI("text=Large In-Restaurant Reservations;url="+ss_root+"restaurant-groups.cfm;");
aI("text=Off-Premise Buffet;url="+ss_root+"buffet.cfm;");
aI("text=Off-Premise Plated;url="+ss_root+"off-premise-plated.htm;");
aI("text=Hors D'oeuvres;url="+ss_root+"horsdoeuvres.cfm;");
aI("text=Catering Specifications;url="+ss_root+"specifications.cfm;");
aI("text= ;url="+ss_root+"index.cfm#;offbgcolor=white;onbgcolor=white;");
}
//*********************************************************************
//  2nd Tier Menus
//*********************************************************************


with(milonic=new menuname("Menu")){
style=dropStyle;
orientation="vertical";
aI("text=lunch;url="+ss_root+"menu_lunch.cfm;");
aI("text=dinner;url="+ss_root+"menu_house_specials.cfm;");
aI("text=desserts;url="+ss_root+"desserts.cfm;");
}

drawMenus();