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;
buildAfterLoad=true;




with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#000000";
onbgcolor="#ddffdd";
oncolor="#000099";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=70);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="http://www.milonic.com/menuimages/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
position="absolute";
aI("text=Home;ur=/;");
aI("showmenu=issue;text=Climate Change;");
aI("showmenu=help;text=What can I do;");
aI("showmenu=carbon;text=Carbon Footprints;");
aI("showmenu=Shopping;text=Green Shopping;");
}

with(milonic=new menuname("issue")){
overflow="scroll";
style=menuStyle;
aI("text=What is climate change?;url=/what-is-climate-change.asp;")
aI("text=What is the cause?;url=/what-is-the-cause.asp;")
aI("text=What is the future?;url=/what-is-the-future.asp")
}

with(milonic=new menuname("help")){
style=menuStyle;
aI("text=Save Energy and Water;url=/save-energy-and-water.asp;");
aI("text=Travel considerations;url=/travel-considerations.asp;");
aI("text=Eating and Drinking;url=/eating-and-drinking.asp;");
aI("text=Recycle and Reduce waste;url=/recycle-and-reduce.asp;");
aI("text=Shop 'Greener';url=/shop-greener.asp;");
}

with(milonic=new menuname("carbon")){
style=menuStyle;
aI("text=What is your Co2 Footprint?;url=http://www.a-q.co.uk/;");
aI("text=How to reduce it;url=http://www.softidiom.com/?milonicmenu;");
}

with(milonic=new menuname("shopping")){
style=menuStyle;
aI("showmenu=Anti Spam;text=Audio Visual;url=http://www.apache.org/;");
aI("text=Appliances;url=http://ww.mysql.com/;");
aI("text=Toys & Games;url=http://www.php.net/;");
}

with(milonic=new menuname("Anti Spam")){
style=menuStyle;
aI("text=Spam Cop;url=http://www.spamcop.net/;");
aI("text=Mime Defang;url=http://www.mimedefang.org/;");
aI("text=Spam Assassin;url=http://www.spamassassin.org/;");
}

drawMenus();

