
_menuCloseDelay=400           // 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


// #CADEED bg
// #5392CB font
// #FCFCFE
with(menuStyle=new mm_style()){
onbgcolor="#EEEEEE";
oncolor="#BA4945";
//offbgcolor="#DCE9F0";
offbgcolor="#7291AD";
offcolor="#FFFFFF";
bordercolor="#D8D8D8";
borderstyle="solid";
borderwidth=1;
separatorcolor="#D8D8D8";
separatorsize="1";
padding=5;
fontsize="60%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#FF0000";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(nature=new menuname("SITE LINKS")){
style=menuStyle;
top=580;
left=230;

aI("text=Advertise With Us;url=http://www.traffichits.com/advertising.html ;");
aI("text=Keyword Targeted Traffic;url=http://www.traffichits.com/keywords.php ;");
aI("text=About Us;url=http://www.traffichits.com/about_us.html ;");
aI("text=Checking Stats;url=http://www.traffichits.com/check_stats.html ;");
aI("text=Contact Us;url=http://www.traffichits.com/contact_us.html ;");
aI("text=Domain Names;url=http://www.traffichits.com/domain_names.html ;");
aI("text=Exchange Services;url=http://www.traffichits.com/exchange_services.html ;");
aI("text=FFA Page;url=http://www.traffichits.com/links/links.htm ;");
aI("text=Free Traffic;url=http://www.traffichits.com/free_traffic.html ;");
aI("text=How We Do It;url=http://www.traffichits.com/how_we.html ;");
aI("text=Newsletter;url=http://www.traffichits.com/newsletter.html ;");
aI("text=Link To Us;url=http://www.traffichits.com/link_to_us.html ;");
aI("text=Make Your Ad Sell;url=http://www.traffichits.com/make_ad_sell.html ;");
aI("text=Privacy Policy;url=http://www.traffichits.com/privacy_policy.html ;");
aI("text=Order Menu;url=http://www.traffichits.com/order_menu.html ;");
aI("text=Our Network;url=http://www.traffichits.com/our_network.html ;");
aI("text=Resellers;url=http://www.traffichits.com/resellers.html ;");
aI("text=Services;url=http://www.traffichits.com/services.html ;");
aI("text=Specials;url=http://www.traffichits.com/specials.html ;");
aI("text=Support;url=http://www.traffichits.com/support.html ;");
aI("text=Terms Of Service;url=http://www.traffichits.com/tos.html ;");
aI("text=Testimonials;url=http://www.traffichits.com/testimonials.html ;");
aI("text=Your Faq\'s;url=http://www.traffichits.com/your_faqs.html ;");
}

drawMenus();

