_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // 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(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(mainStyle=new mm_style()){
onbgcolor="transparent";
oncolor="#76f86f";
offbgcolor="transparent";
offcolor="#ffffff";
bordercolor="";
borderstyle="none";
borderwidth="0";
separatorcolor="#ffffff";
separatorsize="1";
separatorheight="12";
padding="5";
fontsize="12";
fontweight="bold";
fontfamily="Arial, helvetica";
pagecolor="#76f86f";
pagebgcolor="transparent";
headercolor="#76f86f";
headerbgcolor="transparent";
subimage="";
subimagepadding="0";
overfilter="";
outfilter="";
rawcss="text-transform:uppercase;padding-left:5px;padding-right:5px";
}

with(menuStyle=new mm_style()){
onbgcolor="#56AA5C";
oncolor="#ffffff";
offbgcolor="#007848";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11";
fontweight="normal";
fontfamily="Verdana, Arial, helvetica";
pagecolor="#000000";
pagebgcolor="#56AA5C";
headercolor="#000000";
headerbgcolor="#56AA5C";
subimage="";
subimagepadding="2";
overfilter="GradientWipe(WipeStyle=1, size=1.00, motion='Forward', duration=0.3)";
outfilter="GradientWipe(WipeStyle=1, size=1.00, motion='Reverse', duration=0.3)";
}

with(milonic=new menuname("Corporate")){
style=menuStyle;
top="offset=4";
aI("text=Corporate Structure;url=/s/CorpStructure.asp;status=Corporate Structure;");
aI("text=Leadership Team;url=/s/Management.asp;status=Leadership Team;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
}

with(milonic=new menuname("eco")){
style=menuStyle;
top="offset=4";
aI("text=Global Greensteam;url=/s/Greensteam.asp;showmenu=greensteam;status=Global Greensteam;showmenu=gg;");
//aI("text=Global Green Algae;url=/s/GlobalGreenAlgae.asp;status=Global Green Algae;");
}
    
    with(milonic=new menuname("gg")){
    style=menuStyle;
    top="offset=4";
    aI("text=Greensteam Aera Photo Gallery;url=/s/GreensteamGallery.asp;status=Greensteam Aera Photo Gallery;");
    aI("text=Greensteam Management;url=/s/GreensteamManagement.asp;status=Greensteam Management;");
    }

with(milonic=new menuname("ir")){
style=menuStyle;
top="offset=4";
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Corporate Profile;url=/i/pdf/CorporateProfile.pdf;target=blank;status=Corporate Profile;");
aI("text=Regulatory Filings;url=http://www.sec.gov/cgi-bin/browse-edgar?company=Global+Green+Solutions&CIK=&filenum=&State=&SIC=&owner=include&action=getcompany;target=blank;status=Regulatory Filings;");
aI("text=Section 16 Filings;url=/s/SectionFilings.asp;status=Section 16 Filings;");
aI("text=Analyst Coverage;url=/s/AnalystCoverage.asp;status=Analyst Coverage;");
aI("text=Corporate Presentation;url=/i/pdf/GGRN_Corporate_Presentation_Sep_2010.pdf;target=_blank;status=Corporate Presentation;");
}

with(milonic=new menuname("news")){
style=menuStyle;
top="offset=4";
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=Media Coverage;url=/s/Press.asp;status=Media Coverage;");
aI("text=Events;url=/s/Events.asp;status=Events;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
top="offset=4";
aI("text=Request More Info;url=/s/InformationRequest.asp;status=Request More Info;");
aI("text=Send A Message;url=/s/SendMessage.asp;status=Send A Message;");
}

drawMenus();

