fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(ScrollingSampStyle=new mm_style()){
bordercolor="#666666";
borderstyle="solid";
borderwidth=1;
fontfamily="arial";
fontsize="12px";
fontstyle="normal";
fontweight="normal";
offbgcolor="#ffffff";
offcolor="#666666";
onbgcolor="#ff9933";
oncolor="#000000";
padding=3;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
itemwidth="1%";
screenposition="center";
menualign="center";
menuwidth="57%";
top=190;
overflow="scroll";
followscroll=1;
orientation="horizontal";
style=ScrollingSampStyle;
aI("url=links.html;text=UNIQUE GIFT IDEAS;");
aI("url=why-unique-gift-ideas.html;text=WHY INVEST?;");
aI("url=how.html;text=CAN I LEGALLY PURCHASE LAND?;");
aI("url=what-unique-gift-ideas.html;text=WHAT DO I GET?;");
aI("url=will.html;text=WILL I BENEFIT FROM OIL & GAS DRILLING?;");
aI("url=index.html;text=HOME;");
}

drawMenus();

