fixMozillaZIndex=true;
_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="5";              // Sub menu top offset
_subOffsetLeft="5";           // 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="#333333";
borderstyle="solid";
borderwidth="0";
separatorcolor="#999999";
separatorsize="0";
padding="0";
fontstyle="normal";
fontweight="normal";
margin="0";
}

with(menuStyle=new mm_style()){
onbgcolor="#ffffff";
oncolor="#009999";
offbgcolor="#ffffff";
offcolor="#666666";
bordercolor="#999999";
borderstyle="solid";
borderwidth="1";
separatorcolor="#cccccc";
separatorsize="1";
padding="4";
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#009999";
headercolor="#ffffff";
headerbgcolor="#333333";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


 with(milonic=new menuname("corporate")){
   top="offset=2";
   position="absolute";
   style=menuStyle;
   aI("text=About the Company;url=about.php;status=About the Company;");
   aI("text=Management Team;url=management.php;status=Management Team;");
   aI("text=Board of Directors;url=directors.php;status=Board of Directors;");
   aI("text=Corporate Partners;url=partners.php;status=Corporate Partners;");
   aI("text=Partnering Opportunities;url=partnering.php;status=Partnering Opportunities;");
   aI("text=Careers;url=careers.php;status=Careers;");

   }

 with(milonic=new menuname("technology")){
	   top="offset=2";
   position="absolute";
   style=menuStyle;
   aI("text=OxC-<i>beta</i>;url=oxcbeta.php;status=OxC-<i>beta</i>;");
   //aI("text=Vet-Stem;url=vetstem.php;status=Vet-Stem;");
   aI("text=Specialty Chemicals;url=specialtychemicals.php;status=Specialty Chemicals;");
   aI("text=Intellectual Property;url=intellectualproperty.php;status=Intellectual Property;");
   }

 with(milonic=new menuname("investors")){
	   top="offset=2";
   position="absolute";
   style=menuStyle;
   aI("text=Financial Reports;url=financials.php;status=Financial Reports;");
   aI("text=News Headlines;url=news.php;status=News Headlines;");
   aI("text=Stock Quote;url=http://tmx.quotemedia.com/quote.php?qm_symbol=cfr&locale=EN;");
   aI("text=Conferences & Events;url=events.php;status=Conferences & Events;");
   aI("text=Investor Contacts;url=investorcontacts.php;status=Investor Contacts;");
 
   }



drawMenus();
