_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
fixMozillaZIndex=true

with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
offbgcolor="#737373";
offcolor="#ffffff";
onbgcolor="#fcb813";
oncolor="#000000";
pagebgcolor="#fcb813";
pagecolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth="1";
separatorcolor="#000000";
separatorsize="1";
padding="5";
fontsize="11";
fontstyle="bold";
fontfamily="arial, helvetica";
headercolor="#000000";
headerbgcolor="#fcb813";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("About")){
style=menuStyle;
aI("text=Corporate Profile;url=/s/Corporate_Profile.asp;status=Corporate Profile;");
aI("text=Corporate Structure;url=/s/Corporate_Structure.asp;status=Corporate Structure;");
aI("text=Board of Directors;url=/s/Board.asp;status=Board of Directors;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Stock Exchange Listings;url=/s/Stock_Exchange_Listings.asp;status=Stock Exchange Listings;");
}


with(milonic=new menuname("Operations")){
style=menuStyle;
aI("text=Canada;url=/s/Canada.asp;status=Canada;showmenu=Canada;");
aI("text=Ecuador;url=/s/Latin_America.asp;status=Ecuador;showmenu=LA;");
aI("text=Sunwing;url=/s/Sunwing.asp;status=Sunwing;showmenu=Sunwing;");
}

with(milonic=new menuname("Canada")){
style=menuStyle;
aI("text=Tamarack;url=/s/Tamarack.asp;status=Tamarack;");
}

with(milonic=new menuname("LA")){
style=menuStyle;
aI("text=Pungarayacu;url=/s/Pungarayacu.asp;status=Pungarayacu;");
}

    with(milonic=new menuname("Sunwing")){
    style=menuStyle;
    aI("text=China;url=/s/China.asp;status=China;showmenu=China;");
    aI("text=Mongolia;url=/s/Mongolia.asp;status=Mongolia;");
    }
    
        with(milonic=new menuname("China")){
        style=menuStyle;
        aI("text=Dagang;url=/s/Dagang.asp;status=Dagang;");
        aI("text=Zitong;url=/s/Zitong.asp;status=Zitong;");
        }

with(milonic=new menuname("Technology")){
style=menuStyle;
aI("text=Heavy Oil to Light Oil Overview;url=/s/HTL_Overview.asp;status=Heavy Oil to Light Oil Overview;");
aI("text=History & Development;url=/s/HTL_History.asp;status=History & Development;");
aI("text=Value Proposition;url=/s/HTL_Value.asp;status=Value Proposition;");
//aI("text=Natural Gas to Liquids;url=/s/GTL.asp;status=Natural Gas to Liquids;");
}


with(milonic=new menuname("Media")){
style=menuStyle;
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=Articles;url=/s/Articles.asp;status=Articles;");
aI("text=Photo Gallery;url=/s/Photo_Galleries.asp?ReportID=349823;status=Photo Gallery;");
aI("text=Video;url=/s/Video.asp;status=Video;");
}

with(milonic=new menuname("Investors")){
style=menuStyle;
aI("text=Quarterly Reports;url=/s/Quarterly_Reports.asp;status=Quarterly Reports;");
aI("text=Annual Reports;url=/s/Annual_Reports.asp;status=Annual Reports;");
aI("text=Presentations & Conference Calls;url=/s/Presentations.asp;status=Presentations & Conference Calls;");
aI("text=Stock Quotes;url=/s/Stock_Quotes.asp;status=Stock Quotes;");
aI("text=Analyst Coverage;url=/s/Analyst_Coverage.asp;status=Analyst Coverage;");
aI("text=Upcoming Events;url=/s/Events.asp;status=Upcoming Events;");
aI("text=Regulatory Filings - SEDAR;url=http://www.sedar.com/DisplayProfile.do?lang=EN&issuerType=03&issuerNo=00004798;target=blank;status=Regulatory Filings - SEDAR;");
aI("text=Regulatory Filings - EDGAR;url=http://www.sec.gov/edgar.shtml;target=blank;status=Regulatory Filings - EDGAR;");
}


with(milonic=new menuname("Governance")){
style=menuStyle;
aI("text=Mandate of the Board/Committee;url=/s/Mandate_Committee.asp;status=Mandate of the Board/Committee;");
aI("text=Code of Conduct/Confidential Reporting;url=/s/Code_Conduct.asp;status=Code of Conduct/Confidential Reporting;");
aI("text=Community, Environment Health & Safety;url=/s/Community.asp;status=Community, Environment Health & Safety;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact Info;url=/s/Contact.asp;status=Contact Info;");
aI("text=Request More Information;url=/s/RequestMoreInformation.asp;status=Request More Information;");
aI("text=Send A Message;url=/s/SendMessage.asp;status=Send A Message;");
aI("text=Other Locations;url=/s/Other_Locations.asp;status=Other Locations;");
aI("text=Transfer Agent;url=/s/Transfer_Agent.asp;status=Transfer Agent;");
}

with(milonic=new menuname("Careers")){
style=menuStyle;
aI("text=Careers;url=/s/Careers.asp;status=Careers;");
aI("text=Positions;url=/s/Positions.asp;status=Positions;");
}

drawMenus();
