


_menuCloseDelay=200           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=5               // 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="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#DCE9F0";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="http://www.sqlservercentral.com/include/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.1)";
}


with(milonic=new menuname("Resources")){
style=menuStyle;
overflow="scroll";
aI("text=Articles;url=http://www.sqlservercentral.com/articles;");
aI("text=Scripts;url=http://www.sqlservercentral.com/Scripts;");
aI("text=Question of the Day;url=http://www.sqlservercentral.com/testcenter/qod.asp;");
aI("text=Test Center;url=http://www.sqlservercentral.com/testcenter;");
aI("text=Newsletter Archive;url=http://www.sqlservercentral.com/newsletter;");
aI("text=Discussion Forums;url=http://www.sqlservercentral.com/Forum;");
aI("text=Email Lists;url=http://www.sqlservercentral.com/other/discussionlists.asp;");
aI("text=FAQs;url=http://www.sqlservercentral.com/faq;");
aI("text=Resource Center;url=http://www.sqlservercentral.com/rc/;");
aI("text=The SQL Server Standard Magazine;url=http://www.sqlserverstandard.com;");
aI("text=Products and Books;url=http://www.sqlservercentral.com/products;");
aI("text=Links;url=http://www.sqlservercentral.com/other/links.asp;");
aI("text=Trade Magazines;url=http://sqlservercentral.tradepub.com/;");
aI("text=Columnists;url=http://www.sqlservercentral.com/columnists;");
aI("text=Event Calendar;url=http://www.sqlservercentral.com/forum/events.asp;");
aI("text=Contest;url=http://www.sqlservercentral.com/contest;");
}

with(milonic=new menuname("Articles")){
style=menuStyle;
aI("text=SQL Server;url=http://www.sqlservercentral.com/articles/articleList.asp?categoryid=2;");
aI("text=T-SQL;url=http://www.sqlservercentral.com/articles/articleList.asp?categoryid=3;");
aI("text=XML;url=http://www.sqlservercentral.com/articles/articleList.asp?categoryid=4;");
aI("text=Programming;url=http://www.sqlservercentral.com/articles/articleList.asp?categoryid=5;");
aI("text=Strategies;url=http://www.sqlservercentral.com/articles/articleList.asp?categoryid=6;");
aI("text=Database Design;url=http://www.sqlservercentral.com/articles/articleList.asp?categoryid=7;");
aI("text=Business Intelligence;url=http://www.sqlservercentral.com/articles/articleList.asp?categoryid=8;");
aI("text=Career;url=http://www.sqlservercentral.com/articles/articleList.asp?categoryid=9;");
aI("text=Reviews;url=http://www.sqlservercentral.com/articles/articleList.asp?categoryid=10;");
aI("text=Other;url=http://www.sqlservercentral.com/articles/articleList.asp?categoryid=11;");
aI("text=Most Popular;url=http://www.sqlservercentral.com/articles/poparticles.asp;");
}

with(milonic=new menuname("About Us")){
style=menuStyle;
aI("text=About SQLServerCentral.com;url=http://www.sqlservercentral.com/other/AboutUs.asp;");
aI("text=Link to Us;url=http://www.sqlservercentral.com/other/linktous.asp;");
aI("text=Obtaining a Review;url=http://www.sqlservercentral.com/community/reviews.asp;");
aI("text=Advertise;url=http://www.sqlservercentral.com/other/advertise.asp;");
aI("text=Contact Us;url=http://www.sqlservercentral.com/other/contact.asp;");
aI("text=Terms of Use;url=http://www.sqlservercentral.com/other/terms.asp;");
aI("text=Privacy;url=http://www.sqlservercentral.com/other/privacy.asp;");
}

with(milonic=new menuname("My Account")){
style=menuStyle;
aI("text=My SQLServerCentral.com Profile;url=http://www.sqlservercentral.com/forum/pop_profile.asp?mode=Edit;");
aI("text=Contribution Center;url=http://www.sqlservercentral.com/memberservices/contributehome.asp;");
aI("text=Write for SQLServerCentral.com;url=http://www.sqlservercentral.com/community/write.asp;");
aI("text=Virtual Briefcase;url=http://www.sqlservercentral.com/memberservices/briefcase.asp;");
aI("text=Unsubscribe from Newsletter/Forums;url=http://www.sqlservercentral.com/memberservices/unsubscribe.asp;");
aI("text=My Recent Posts;url=http://www.sqlservercentral.com/memberservices/recentposts.asp;");


}

drawMenus();

