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(menuStyle=new mm_style()){
bordercolor="#202020";
borderstyle="solid";
borderwidth=1;
fontfamily="arial,sans-serif";
fontsize="8pt";
fontstyle="normal";
headerbgcolor="#a6a29f";
headercolor="#000000";
offbgcolor="#ebebeb";
offcolor="#515151";
onbgcolor="#5e5b5c";
oncolor="#ffffff";
//outfilter="randomdissolve(duration=0.3)";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#ebebeb";
pagecolor="black";
separatorcolor="#202020";
separatorsize=1;
separatorwidth=150;
subimage="http://img.milonic.com/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Portfolio")){
style=menuStyle;
aI("text=INTERIORS;url=portfolio_interiors.php;");
aI("text=SHOWROOM;url=portfolio_showroom.php;");
aI("text=NATURAL STONES;url=portfolio_natural_stones.php;");
}

with(milonic=new menuname("Testimonials")){
style=menuStyle;
//aI("text=QUESTIONNAIRE;url=questionnaire.php;");
//aI("text=THE PROCESS;url=process.php;");
//aI("text=TIPS;url=tips.php;");
//aI("text=E-MAIL FORM;url=email_form.php;");
}

with(milonic=new menuname("GettingStarted")){
style=menuStyle;
aI("text=QUESTIONNAIRE;url=questionnaire.php;");
//aI("text=THE PROCESS;url=process.php;");
aI("text=TIPS;url=tips.php;");

}

with(milonic=new menuname("AboutUs")){
style=menuStyle;
aI("text=ABOUT GRANITERRA;url=about_us.php;");
aI("text=OUR STAFF;url=staff.php;");
aI("text=PARTNERS;url=partners.php;");
aI("text=NEWS;url=news.php;");
}

with(milonic=new menuname("ProductsServices")){
style=menuStyle;
aI("text=ABOUT PRODUCTS & SERVICES;url=products_services.php;");
aI("text=REMODELING;url=remodeling.php;");
aI("text=NATURAL STONE;url=natural_stone.php;");
aI("text=NATURAL STONE FAQ;url=natural_stone_faq.php;");
}

with(milonic=new menuname("ContactUs")){
style=menuStyle;
aI("text=E-MAIL FORM;url=email_form.php;");
aI("text=OUR SHOWROOMS;url=contact.php;");
//aI("text=PARTNERS;url=partners.php;");
//aI("text=REMODELING;url=remodeling.php;");
//aI("text=VISIT OUR SHOWROOM;url=showroom.php;");
}

with(milonic=new menuname("Franchise")){
style=menuStyle;
aI("text=ABOUT FRANCHISING;url=franchise.php;");
aI("text=ADVANTAGES;url=franchise_advantages.php;");
aI("text=MARKET;url=franchise_market.php;");
aI("text=QUESTIONS;url=franchise_questions.php;");
aI("text=REQUEST INFORMATION;url=franchise_requestInformation.php;");
}

drawMenus();


