


_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=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



with(menuStyle=new mm_style()){
onbgcolor="#ff0000";
oncolor="#ffffff";
offbgcolor="transparent";
offcolor="#FF0000";
bordercolor="black";
borderstyle="solid";
borderwidth=1;
separatorcolor="black";
separatorsize="1";
padding=5;
fontsize="69%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#cccccc";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow_nav.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=69);Shadow(color='#777777', Direction=135, Strength=1)";
outfilter="randomdissolve(duration=0.3)";
}


with(smack=new menuname("Main Menu")){
style=menuStyle;
top=195;
left=663;
alwaysvisible=1;
overflow="scroll";
aI("text=Home;url=http://www.smacktalkpaintball.com/;status=Back To Home Page;");
aI("text=Videos;showmenu=Videos;url=http://www.smacktalkpaintball.com/video/;status=Video section...professional Quality paintball videos of todays top paintball tournaments;");
aI("text=Images;showmenu=Images;url=http://www.smacktalkpaintball.com/images/;status=Video section...professional Quality paintball Images of todays top paintball tournaments;");
aI("text=SMACKTALK;showmenu=Smack;url=http://forums.smacktalkpaintball.com;status=Original Gangster;");
aI("text=Links;showmenu=Links;url=http://www.smacktalkpaintball.com/links/;status=Sick Original paintball Links ... New school Old school;");
aI("text=F.A.Q.;showmenu=FAQ;url=http://www.smacktalkpaintball.com/faq/;status=Learn paintball from the pro's ... get your Questions answered here;");
aI("text=Advertise;showmenu=Advertise;url=http://www.smacktalkpaintball.com/ad/;status=Get UR AD on Smacktalk Pay $1200 -$2000.00 a month in a Magazine or Pay that much for a year at SmackTalk Paintball;");
aI("text=Articles,Tips & tricks;showmenu=Paintball tips and tricks;url=http://www.smacktalkpaintball.com/articles/;status=Paintball Articles, paintball Tips & Paintball tricks;");
aI("text=Insider;showmenu=Insider;url=http://www.smacktalkpaintball.com/insider/;status=Insider-Tournament insider information, Gossip, behind the scenes of NXL NPPL PSP XBALL XPSL paintball tournament circuits;");
aI("text=FREE STUFF;showmenu=FREE STUFF;url=http://www.smacktalkpaintball.com/free/;status= PBFILMS FREE STICKERS FREE DVDS FREE POSTERS;");
aI("text=PBFILMS;showmenu=pbfilms;url=http://www.pbfilms.com;status=PBFILMS PAINTBALL VIDEO & DVD PRODUCTIONS;");
}

drawMenus();


