_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=10;
_subOffsetLeft=-10;




with(menuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="65%";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#2F6E80";
offcolor="#ffffff";
onbgcolor="#79B49B";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
padding=3;
pagebgcolor="#2F6E80";
pagecolor="black";
separatorcolor="#79B49B";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("About")){
overflow="scroll";
style=menuStyle;
aI("text=Corporate Profile;url=http://www.tracerline.com/aboutus.html;")
aI("text=About Our Facility;url=http://www.tracerline.com/ourfacility.html;")
aI("text=Leak Detection/What Is It?;url=http://www.tracerline.com/whatisit.html;")
aI("text=ISO Certification;url=http://www.tracerline.com/iso.html;")
aI("text=Business Associations;url=http://www.tracerline.com/businessassociations.html;")
}

with(milonic=new menuname("Buy")){
style=menuStyle;
aI("text=Online;url=http://www.tracerline.com/wheretobuyonline.html;");
aI("text=USA;url=http://www.tracerline.com/wheretobuy_search.html;");
aI("text=Canada;url=http://www.tracerline.com/wheretobuy_canada.html;");
aI("text=International;url=http://www.tracerline.com/wheretobuy.html;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Customer Service;url=http://www.tracerline.com/customerservice.html;");
aI("text=Technical Assistance;url=http://www.tracerline.com/technicalassistance.html;");
aI("text=E-mail Addresses;url=http://www.tracerline.com/emailaddresses.html;");
aI("text=Map & Directions;url=http://www.tracerline.com/mapanddirections.html;");
}

with(milonic=new menuname("Graphics")){
style=menuStyle;
aI("text=Product Photos;url=http://photoserver.smugmug.com/gallery/6615914_ud3dE;");
aI("text=Images from Literature;url=http://photoserver.smugmug.com/Photography/658778;");
aI("text=Logos;url=http://photoserver.smugmug.com/gallery/6649043_m6enq;");
aI("text=Catalog Copy;url=/pdf/2009 Catalog.doc;");
}

drawMenus();

