_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(MainMenuStyle=new mm_style()){
onbgcolor="none";
oncolor="#ffbd00";
offbgcolor="none";
offcolor="#ffffff";
bordercolor="none";
borderstyle="solid";
borderwidth=1;
separatorcolor="none";
separatorsize="1";
separatorpadding="10";
padding=4;
fontsize="14px";
fontweight="bold";
fontfamily="Arial, helvetica";
pagecolor="#ffbd00";
pagebgcolor="none";
headercolor="#9f0f14";
headerbgcolor="#211f20";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
onbgcolor="#003473";
oncolor="#ffbd00";
offbgcolor="#003473";
offcolor="#ffffff";
bordercolor="#4379d1";
borderstyle="solid";
borderwidth=1;
separatorcolor="#4379d1";
separatorsize="1";
padding=8;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#ffbd00";
pagebgcolor="#00559e";
headercolor="#9f0f14";
headerbgcolor="#211f20";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("Corporate")){
style=menuStyle;
top="offset=6px";
aI("text=About Us;url=/s/Corporate.asp;status=About Us;");
aI("text=Our Team;url=/s/OurTeam.asp;status=Our Team;");
aI("text=Directory;url=/s/CorporateDirectory.asp;status=Directory;");
aI("text=Contact;url=/s/ContactUs.asp;status=Contact;showmenu=contact;");
//aI("text=Terms of Use;url=/i/pdf/TermsofUse.pdf;status=Terms of Use;");
}

with(milonic=new menuname("oil")){
style=menuStyle;
top="offset=6px";
aI("text=Overview;url=/s/Properties.asp;status=Overview;");
//aI("text=Senex;url=/s/Senex.asp;status=Senex;");
aI("text=Crossfield;url=/s/Crossfield.asp;status=Crossfield;");
aI("text=Other Projects;url=/s/OtherProjects.asp;status=Other Projects;");
}

with(milonic=new menuname("life")){
style=menuStyle;
top="offset=6px";
aI("text=RepliCel;url=/s/RepliCel.asp;status=RepliCel;");
}

with(milonic=new menuname("solar")){
style=menuStyle;
top="offset=6px";
aI("text=Italy & Greece;url=/s/SolarEnergy.asp;status=Italy & Greece;");
aI("text=Solar Partners;url=/s/SolarPartners.asp;status=Solar Partners;");
aI("text=Solar News;url=/s/SolarNews.asp;status=Solar News;");
}

with(milonic=new menuname("news")){
style=menuStyle;
top="offset=6px";
aI("text=2012;url=/s/NewsReleases.asp?DateRange=2012/01/01...2012/12/31;status=2012;");
aI("text=Archives;url=/s/NewsReleases.asp?DateRange=2007/01/01...2011/12/31;status=Archives;");
}

with(milonic=new menuname("Investors")){
style=menuStyle;
top="offset=6px";
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Financials;url=/s/FinancialStatements.asp;status=Financials;");
//aI("text=Annual Reports;url=/s/AnnualReports.asp;status=Annual Reports;");
aI("text=Oil & Gas Reserves;url=/s/OilGasReserves.asp;status=Oil & Gas Reserves;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
top="offset=6px";
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();
