/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=12;			// Number of first level items

	var LowBgColor='#78BDE6';			// Background color when mouse is not over
	var LowSubBgColor='#78BDE6';			// Background color when mouse is not over on subs


	var HighBgColor='#CCCCCC';			// Background color when mouse is over
	var HighSubBgColor='#CCCCCC';			// Background color when mouse is over on sub



	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over



	var FontHighColor='black';			// Font color when mouse is over
	var FontSubHighColor='black';			// Font color subs when mouse is over
	var BorderColor='#999999';			// Border color
	var BorderSubColor='#999999';			// Border color for subs








	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=9;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent


	var StartTop=140;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate


	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=450;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"












Menu1=new Array("Home","index.html","",0,32,144);










Menu2=new Array("Site Information","siteinfo.htm","",5,32,144);
		Menu2_1=new Array("Site Introduction","siteinfo.htm","",0,32,194);
		Menu2_2=new Array("About this Site","aboutthissite.htm","",0,32,194);
		Menu2_3=new Array("Table of Contents","tableofcontents.htm","",0,32,194);
		Menu2_4=new Array("Search the Site","searchthesite.asp","",0,32,194);
                Menu2_5=new Array("Free Newsletter","subscribetofreenewsletter.htm","",0,32,194);
		














Menu3=new Array("Services","services.htm","",5);
		Menu3_1=new Array("Service Introduction","services.htm","",0,32,194);
		Menu3_2=new Array("Training","servicesinforequest.htm","",0,32,194);
		Menu3_3=new Array("Development","servicesinforequest.htm","",0,32,194);
		Menu3_4=new Array("Consultancy","servicesinforequest.htm","",0,32,194);
                Menu3_5=new Array("Customization","customization.htm","",0,32,194);
	//	Menu3_6=new Array("Careers","member.htm","",0,32,194);	














Menu4=new Array("Products","products.htm","",6);

		Menu4_1=new Array("Products Introduction","products.htm","",0,32,194);
		Menu4_2=new Array("Product Listings","msplistings.htm","",0,32,194);
		Menu4_3=new Array("Microsoft Software For Sale","mspsoftwaresale.htm","",0,32,194);
		Menu4_4=new Array("Third Party Products","thirdpartyproducts.htm","",0,32,194);
                Menu4_5=new Array("Microsoft Office Project & EPM","msp2003request.htm","",0,32,194);
		Menu4_6=new Array("Project Bookstore","projectresources.htm","",0,32,194);















Menu5=new Array("Reference","reference.htm","",7);

Menu5_1=new Array("Reference Introduction","reference.htm","",0,32,194);
Menu5_2=new Array("Microsoft Office Project 2003 & EPM","msop2003.htm","",0,32,194);
Menu5_3=new Array("Microsoft Project 2002","msp2002.htm","",0,32,194);
Menu5_4=new Array("Microsoft Project Central","projectcentral.htm","",0,32,194);
Menu5_5=new Array("Microsoft Project 2000","msp2000.htm","",0,32,194);
Menu5_6=new Array("Microsoft Project 98","msp98.htm","",0,32,194);
Menu5_7=new Array("Microsoft Project Miscellaneous  ","mspmisc.htm","",0,32,194);











Menu6=new Array("Downloads","downloads.htm","",5);
		Menu6_1=new Array("Downloads Introduction","downloads.htm","",0,32,194);
		Menu6_2=new Array("Macros","downloads.htm","",0,32,194);
		Menu6_3=new Array("Whitepapers","downloads.htm","",0,32,194);
		Menu6_4=new Array("Datasheets","downloads.htm","",0,32,194);
		Menu6_5=new Array("Example projects","downloads.htm","",0,32,194);
		
	
		
			






Menu7=new Array("Forum News","forum.htm","",4);
		Menu7_1=new Array("Forum News Introduction","forum.htm","",0,32,194);
		Menu7_2=new Array("News & Events","newsandevents.htm","",0,32,194);
		Menu7_3=new Array("Newsletter and Magazine","newsletterandmagazine.htm","",0,32,194);
                Menu7_4=new Array("What's New","whatsnew.htm","",0,32,194);
		








Menu8=new Array("Links","links.htm","",5);
		Menu8_1=new Array("Links Introduction","links.htm","",0,32,194);
		Menu8_2=new Array("Discussion Forums","usergroupsanddiscussionforums.htm","",0,32,194);
		Menu8_3=new Array("Questions & Answer","questionsandanswers.htm","",0,32,194);
		Menu8_4=new Array("Recommended Sites","recommendedsites.htm","",0,32,194);
                Menu8_5=new Array("Other Links ","otherlinks.htm","",0,32,194);
	//	Menu8_6=new Array("Careers","member.htm","",0,32,194);	
		






Menu9=new Array("Contact Us","contactus.htm","",6);

		Menu9_1=new Array("Contact Us Introduction","contactus.htm","",0,32,194);
		Menu9_2=new Array("Give us Your Feedback","giveusyourfeedback.htm","",0,32,194);
		Menu9_3=new Array("Get a Listing on this Site","getalistingonthissite.htm","",0,32,194);
		Menu9_4=new Array("Sign our Guest Book","signourguestbook.htm","",0,32,194);
                Menu9_5=new Array("E-mail MSProject.com ","mailto:info@msproject.com","",0,32,194);
                Menu9_6=new Array("Chat to Us Online ","messenger.htm","",0,32,194);




Menu10=new Array("Member Registration","member.htm","",3,32,194);

		Menu10_1=new Array("Full Membership","member.htm","",0,32,194);
		Menu10_2=new Array("Free Guest Membership","guestreg.htm","",0,32,194);
		Menu10_3=new Array("Membership Benefits","benefitsofmembership.htm","",0,32,194);



Menu11=new Array("Careers","Careers.htm","",0,32,194);



Menu12=new Array("Login","","",3);

		Menu12_1=new Array("Members Login","http://member.msproject.com/default.aspx","",0,32,194);
		Menu12_2=new Array("Guest Login","http://guest.msproject.com/default.aspx","",0,32,194);
		Menu12_3=new Array("Members FAQ","faq.htm","",0,32,194);


















