<!-- Comment tag inserted for older browsers (I hope)


_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=40                // Follow scrolling Rate
_subOffsetTop=10              // 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


//Settings for the main menu
with(menuStyle=new mm_style()){
onbgcolor="#839EEA";
oncolor="#FFFFFF";
offbgcolor="#CADCFE";
offcolor="#000000";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="12px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#ffffff";
headercolor="#ffffff";
headerbgcolor="#ffffff";
//subimage="/images/sub-arrows.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="FADE(duration=0.3)";
}

//Settings for the sub-menues
with(SubStyle=new mm_style()){
onbgcolor="#23160F";
oncolor="#ffffff";
offbgcolor="#B07149";
offcolor="#ffffff";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="12px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#ffffff";
headercolor="#ffffff";
headerbgcolor="#ffffff";
// subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Menu")){
style=menuStyle;
borderwidth=1;
top=70;
left=437;
aI("text=Dummy Menu Item 1;url=http://www.agentkit.com");
aI("text=Dummy Menu Item 2;url=http://www.agentkit.com");
aI("text=Sub Menus Allowed 3;showmenu=SubMenu");
}

// Menu Under Automotive

with(milonic=new menuname("automotive")){
style=menuStyle;
borderwidth=1;
top=257;
left=17;
aI("text=3M Auto Film;url=/automotive/3m-tint.htm;status=Top of the line Automotive Window Tinting");
aI("text=3M Paint Protection Film;url=/automotive/3m-protect.htm;status=Minimizes stone chips, bug damage, abrasion and weathering.");
aI("text=24K Gold Plating;url=/automotive/gold-plating.htm;status=Permanently electroplate chrome emblems with 24k gold");
aI("text=Related News Articles;url=/RelatedNewsArticles.htm;status=Related News Articles");
aI("text=Signage, Graphics, & Pin Striping;url=/automotive/signage-graphics.htm;status=Vinyl signage, lettering, graphics, and pin-striping");
}

// Menu Under residential
with(milonic=new menuname("residential")){
style=menuStyle;
borderwidth=1;
top=257;
left=150;
aI("text=3M Window Films;url=/residential/window-films.htm;status=Top of the line Residential Window Tinting");
aI("text=3M Safety & Security Films;url=/security/security-films.htm;status=Protection, against crime, violent weather, and accidents");
aI("text=3M Interior Design Films;url=/residential/design-films.htm;status=Enhanced privacy and aesthetics");
aI("text=Related News Articles;url=/RelatedNewsArticles.htm;status=Related News Articles");
aI("text=Contact Us For A Free Estimate;url=/about/contact.htm;status=Contact us for a free estimate!");
}

// Menu Under commercial
with(milonic=new menuname("commercial")){
style=menuStyle;
borderwidth=1;
top=257;
left=287;
aI("text=3M Window Films;url=/commercial/window-films.htm;status=Top of the line Commercial Window Tinting");
aI("text=3M Safety & Security Films;url=/security/security-films.htm;status=Protection, against crime, violent weather, and accidents");
aI("text=3M Anti-Graffiti Film;url=/security/anti-graffiti.htm;status=Vandalism Protection");
aI("text=3M Interior Design Films;url=/commercial/design-films.htm;status=Enhanced privacy and aesthetics");
aI("text=Signs & Graphics;url=/commercial/signage.htm;status=Vinyl signage, lettering, graphics!");
aI("text=Related News Articles;url=/RelatedNewsArticles.htm;status=Related News Articles");
aI("text=Contact Us For A Free Estimate;url=/about/contact.htm;status=Contact us for a free estimate!");
}

// Menu Under safety & Security
with(milonic=new menuname("security")){
style=menuStyle;
borderwidth=1;
top=257;
left=413;
aI("text=3M Safety & Security Films;url=/security/security-films.htm;status=Protection, against crime, violent weather, and accidents");
aI("text=3M Anti-Graffiti Film;url=/security/anti-graffiti.htm;status=Vandalism Protection");
aI("text=Related News Articles;url=/RelatedNewsArticles.htm;status=Related News Articles");
aI("text=Contact Us For A Free Estimate;url=/about/contact.htm;status=Contact us for a free estimate!");
}

// Menu Under About US
with(milonic=new menuname("about")){
style=menuStyle;
borderwidth=1;
top=257;
left=560;
aI("text=About Us;url=/about/about.htm;status=About Us");
aI("text=Testimonials;url=/about/testimonials.htm;status=Testimonials");
aI("text=Contact Us;url=/about/contact.htm;status=Contact Us");
aI("text=Links;url=/about/links.htm;status=Selected Links");
aI("text=Coupons;url=/about/coupons.htm;status=Coupons");
aI("text=Like Our Site?;url=/about/like-site.htm;status=You Should Hire Our Webmaster!");
}
// End of Menu Array

drawMenus();