fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=150;
_menuOpenDelay=150;
_subOffsetTop=1;
_subOffsetLeft=1;




with(XPMainStyle=new mm_style()){
bordercolor="#74B31F";
borderstyle="normal";
borderwidth=1;
fontfamily="Tahoma,Helvetica,Verdana";
fontsize="100%";
fontstyle="normal";
fontweight="normal";
offbgcolor="#303934";
offcolor="#ffffff";
onbgcolor="#303934";
onborder="1px solid #303934";
separatorsize="18";
separatorcolor="303934";
oncolor="#ffffff";
overbgimage="../img/gray_office2003.gif";
padding=3;
}

with(XPMenuStyle=new mm_style()){
styleid=1;
bordercolor="#333333";
borderstyle="groove";
borderwidth=1;
fontfamily="Tahoma,Helvetica,Verdana";
fontsize="100%";
fontstyle="normal";
fontweight="normal";
image="../img/blank_menu1.gif";
imagepadding=3;
offbgcolor="transparent";
offcolor="#000000";
onbgcolor="#74B31F";
onborder="1px solid #333333";
oncolor="#EEEEEE";
//outfilter="randomdissolve(duration=0.1)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#E9E9C1', Direction=135, Strength=5)";
padding=4;
separatoralign="center";
separatorcolor="#E9E9C1";
separatorpadding=1;
separatorwidth="80%";
subimage="../img/bullet_lg_rt_zop_up.gif";
subimagepadding=3;
menubgcolor="#EEEEEE";
}

with(milonic=new menuname("Home")){
alwaysvisible=1;
margin=2;
orientation="horizontal";
style=XPMainStyle;
top=110;
left=237;
aI("text=Home;url=http://www.greeningthebuilding.com/;");
aI("showmenu=Services;text=What We Do;url=#;");
aI("showmenu=Financial;text=Goverment Funding Options;url=#;");
aI("showmenu=Contact;text=Contact Us;url=#;");
aI("showmenu=About Us;text=About Us;url=#;");
aI("showmenu=Consumer;text=Consumer Education;url=#;");
}

with(milonic=new menuname("Services")){
margin=2;
overflow="scroll";
style=XPMenuStyle;
aI("image=../img/blank_menu1.gif;text=Building Energy Audits;url=http://www.greeningthebuilding.com/what-we-do/Energy-Audits.asp;")
aI("image=../img/blank_menu1.gif;text=Geothermal;url=http://www.greeningthebuilding.com/what-we-do/Geothermal.asp;")
aI("image=../img/blank_menu1.gif;text=Solar;url=http://www.greeningthebuilding.com/what-we-do/Solar.asp;")
aI("image=../img/blank_menu1.gif;text=Spray Foam;url=http://www.greeningthebuilding.com/what-we-do/Sprayfoam.asp;")
aI("image=../img/blank_menu1.gif;text=Wind;url=http://www.greeningthebuilding.com/what-we-do/Wind.asp;")
}

with(milonic=new menuname("Financial")){
margin=2;
overflow="scroll";
style=XPMenuStyle;
aI("showmenu=Geothermal;text=Geothermal Incentives;url=#;");
aI("showmenu=Solar;text=Solar Incentives;url=#;");
aI("showmenu=Weather;text=Energy Efficiency Incentives;url=#;");
}

with(milonic=new menuname("Geothermal")){
margin=2;
style=XPMenuStyle;
aI("image=../img/blank_menu1.gif;text=Geothermal Federal Commercial;url=http://www.greeningthebuilding.com/Goverment-Funding-Options/Geothermal-Federal-Commercial.asp;")
aI("image=../img/blank_menu1.gif;text=Geothermal Pennsylvania Commercial;url=http://www.greeningthebuilding.com/Goverment-Funding-Options/Geothermal-Pennsylvania-Commercial.asp;")
}

with(milonic=new menuname("Solar")){
margin=2;
style=XPMenuStyle;
aI("image=../img/blank_menu1.gif;text=Solar Federal Commercial;url=http://www.greeningthebuilding.com/Goverment-Funding-Options/Solar-Federal-Commercial.asp;")
aI("image=../img/blank_menu1.gif;text=Solar Pennsylvania Commercial;url=http://www.greeningthebuilding.com/Goverment-Funding-Options/Solar-Pennsylvania-Commercial.asp;")
}

with(milonic=new menuname("Weather")){
margin=2;
style=XPMenuStyle;
aI("image=../img/blank_menu1.gif;text=Energy Efficiency Pennsylvania Commercial;url=http://www.greeningthebuilding.com/Goverment-Funding-Options/Energy-Efficiency-Pennsylvania-Commercial.asp;")
}

with(milonic=new menuname("Contact")){
margin=2;
style=XPMenuStyle;
aI("image=../img/blank_menu1.GIF;text=Contact Information;url=http://www.greeningthebuilding.com/Contact-Us/Contact-Information.asp;");
aI("image=../img/blank_menu1.GIF;text=Request an Estimate;url=http://www.greeningthebuilding.com/Contact-Us/Request-an-Estimate.asp;");

}

with(milonic=new menuname("About US")){
margin=2;
style=XPMenuStyle;
aI("image=../img/blank_menu1.gif;text=Philosophy ;url=http://www.greeningthebuilding.com/About-Us/Philosophy.asp;");
aI("image=../img/blank_menu1.gif;text=In The News ;url=http://www.greeningthebuilding.com/About-Us/In-The-News.asp;");
}

with(milonic=new menuname("Consumer")){
margin=2;
style=XPMenuStyle;
aI("image=../img/blank_menu1.gif;text=Presentations, Videos and Tutorials;url=http://www.greeningthebuilding.com/Consumer-Education/Presentations-and-Tutorials.asp;");
aI("image=../img/blank_menu1.gif;text=Resources and Do-It-Yourself Guides;url=http://www.greeningthebuilding.com/Consumer-Education/Resources.asp;");
}

drawMenus();


