

_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=2               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(XPMenuStyle=new mm_style()){
onbgcolor="#def3fe";
oncolor="#000000";
offbgcolor="transparent";
offcolor="#000000";
bordercolor="#4890CD";
borderstyle="solid";
borderwidth=1;
separatorcolor="#4890CD";
separatorpadding="1";
separatoralign="right";
separatorwidth="100%";
padding=3;
fontsize="60%";
fontstyle="normal";
fontweight="normal";
fontfamily="Verdana";
image="images/menudot-blue.gif";
subimage="images/arrow.gif";
onborder="0px solid #4890CD";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
menubgimage="images/winxp.gif";
}

with(milonic=new menuname("applications")){
style=XPMenuStyle;
top=3;
left=275;
aI("text=Introduction;showmenu=;url=applications.htm;status=;separatorsize=1;");
aI("text=Fuel Tagging with TRACERCO<sup>TM</sup> Taggants;showmenu=;url=applications-fueltagging.htm;status=;separatorsize=1;");
aI("text=Biofuel Tagging with TRACERCO<sup>TM</sup> Taggants;showmenu=;url=applications-biofuel.htm;status=;separatorsize=1;");
aI("text=Solvent Tagging with TRACERCO<sup>TM</sup> Taggants;showmenu=;url=applications-solventtagging.htm;status=;separatorsize=1;");
aI("text=Crude Tagging with TRACERCO<sup>TM</sup> Taggants;showmenu=;url=applications-crudetagging.htm;status=;separatorsize=1;");
aI("text=Reservoir Optimisation;showmenu=;url=http://www.tracerco.com/markets-oilandgas-reservoir.htm ;status=;separatorsize=1;");

}

with(milonic=new menuname("company")){
style=XPMenuStyle;
top=3;
left=425;
aI("text=News and Press Releases;url=company-news.htm;status=;separatorsize=1;");
aI("text=Pedigree;url=company-pedigree.htm;status=;separatorsize=1;");
aI("text=Locations;url=company-locations.htm;status=;separatorsize=1;");
aI("text=Frequently Asked Questions (FAQs);url=company-faq.htm;status=;separatorsize=1;");
aI("text=Approach;url=company-approach.htm;status=;separatorsize=1;");
}



drawMenus();

