_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=2              // 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="#d9d9d9";
offcolor="#000000";
onbgcolor="#417A98";
oncolor="#ffffff";
pagebgcolor="#417A98";
pagecolor="#ffffff";
bordercolor="#d9d9d9";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding="5";
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#ffffff";
headerbgcolor="#417A98";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle2=new mm_style()){
offbgcolor="#d9d9d9";
offcolor="#cc0000";
onbgcolor="#339900";
oncolor="#ffffff";
pagebgcolor="#339900";
pagecolor="#ffffff";
bordercolor="#cc0000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding="4";
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#ffffff";
headerbgcolor="#339900";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("Company")){
style=menuStyle;
aI("text=Company Overview;url=/s/Company_Overview.asp;status=Company Overview;");
aI("text=History;url=/s/Company_History.asp;status=History;");
aI("text=Management Team;url=/s/Management.asp;status=Management Team;");
aI("text=Board of Directors;url=/s/Board_Directors.asp;status=Board of Directors;");
aI("text=Advisors;url=/s/Advisory_Board.asp;status=Advisors;");
aI("text=Phyterra Yeast Inc.;url=/s/Phyterra_Yeast.asp;status=Phyterra Yeast Inc.;");
aI("text=Intellectual Property;url=/s/Intellectual_Property.asp;status=Intellectual Property;");
aI("text=Markets;url=/s/Markets.asp;status=Markets;");
}

with(milonic=new menuname("Products")){
style=menuStyle;
aI("text=Commercial;url=/s/Commercial.asp;status=Commercial;");
aI("text=Pre-Commercial;url=/s/Pre-Commercial.asp;status=Pre-Commercial;");
aI("text=R & D;url=/s/R_D.asp;status=R & D;");
}

with(milonic=new menuname("Science")){
style=menuStyle;
aI("text=Overview;url=/s/Science_Overview.asp;status=Overview;");
aI("text=About Yeast;url=/s/Yeast.asp;status=About Yeast;");
aI("text=About Algae;url=/s/Algae.asp;status=About Algae;");
aI("text=H<sub>2</sub>S;url=/s/H2S.asp;status=H<sub>2</sub>S;");
aI("text=Ethyl Carbamate;url=/s/Urethane.asp;status=Ethyl Carbamate;");
aI("text=Ethyl Carbamate Studies & Concerns;url=/s/Ethyl_Carbamate.asp;status=Ethyl Carbamate Studies & Concerns;showmenu=ethyl");
aI("text=Reference Library;url=/s/Reference.asp;status=Reference Library;");

}

with(milonic=new menuname("ethyl")){
style=menuStyle;
aI("text=Glossary of Terms;url=/s/Glossary.asp;status=Glossary of Terms;");
aI("text=FAQ;url=/s/FAQs.asp;status=FAQ;");
}

with(milonic=new menuname("Investors")){
style=menuStyle;
aI("text=Investor Overview;url=/s/Investor_Overview.asp;status=Investor Overview;");
aI("text=Presentation;url=/s/Investor_Presentation.asp;status=Presentation;");
aI("text=Stock Information;url=/s/Stock_Information.asp;status=Stock Information;");
aI("text=Corporate;url=/s/Corporate.asp;status=Corporate;");
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=Analysts;url=/s/Analysts.asp;status=Analysts;");
aI("text=Financial Reports;url=/s/FinancialReports.asp;status=Financial Reports;");
aI("text=SEDAR;url=#;status=SEDAR;showmenu=sedar;");
aI("text=Information Request;url=/s/InformationRequest.asp;status=Information Request;");
}

with(milonic=new menuname("sedar")){
style=menuStyle2;
itemwidth=280;
aI("text=This link to the SEDAR website (www.sedar.com) is provided for your convenience. Functional Technologies Corp. is not responsible or liable for the content, information or security of this external website.;url=http://www.sedar.com/DisplayProfile.do?lang=EN&issuerType=03&issuerNo=00014279;target=blank;status=This link to the SEDAR website is provided for your convenience. Functional Technologies Corp. is not responsible or liable for the content, information or security of this external website.;");
}





with(milonic=new menuname("News")){
style=menuStyle;
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=In The News;url=/s/In_The_News.asp;status=In The News;");
aI("text=Media Kit;url=/s/InformationRequest.asp;status=Media Kit;");
aI("text=Image Gallery;url=/s/Image_Gallery.asp;status=Image Gallery;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact Info;url=/s/Contact.asp;status=Contact Info;");
aI("text=Contact Form;url=/s/SendMessage.asp;status=Contact Form;");
}

drawMenus();