loc = document.location.toString();
pos = loc.indexOf("corndance.com/cd/");
ss_root = loc.substr(0,pos+17);

_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="#003300";
offcolor="#003300";
onbgcolor="#EBEBEB";
offbgcolor="#FFFFFF";
pagebgcolor="#EBEBEB"
separatorcolor="#003300";
separatorsize=1;
padding=5;
bordercolor="#003300";
borderstyle="solid";
borderwidth=0;
//fontstyle="normal";
fontweight="bold";
fontfamily="Arial, Verdana, Tahoma";
}

with(dropStyle=new mm_style()){
itemwidth=100;
onbgcolor="#EBEBEB";
oncolor="#003300";
offbgcolor="#FFFFFF";
offcolor="#003300";
bordercolor="#003300";
borderstyle="solid";
borderwidth=1;
separatorcolor="#003300";
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=;bgcolor=white;");
aI("text=home;url="+ss_root+"index.cfm;");
aI("text=menu;url="+ss_root+"menu_dinner.cfm;");
//aI("text=menu;showmenu=Menu;url="+ss_root+"menu_house_specials.cfm;");
//aI("text=wine list;url="+ss_root+"wine_list.cfm;");
aI("text=location;url="+ss_root+"location.cfm;");
aI("text=private parties;url="+ss_root+"reserve.cfm;");
aI("text=chef bio;url="+ss_root+"chef_bio.cfm;");
aI("text=contact;url="+ss_root+"contactus.cfm;");
aI("text=;bgcolor=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();