

function mnpMenuDir()
{
	return "LTR";
}

function mnpMenuCT()
{
	
	return false;
}



function articles()
{
	this.items = new Array();
	var n = 0;
	this.items[n++] = new mnpPage('MCMSfaq.com Articles', '/articles/mcmsfaq.asp', '', '', '_S1_Node1_S1_Node1');
	this.items[n++] = new mnpPage('Selected Blog Articles', '/articles/blog.asp', '', '', '_S1_Node1_S1_Node2');
	this.items[n++] = new mnpPage('WSS Online Books', '/articles/wss.asp', '', '', '_S1_Node1_S1_Node3');
	this.items[n++] = new mnpPage('Microsoft Articles', '/articles/microsoft.asp', '', '', '_S1_Node1_S1_Node4');
	this.items[n++] = new mnpPage('MSDN Articles', '/articles/msdn.asp', '', '', '_S1_Node1_S1_Node6');
	this.items[n++] = new mnpPage('TechNet Articles', '/articles/technet.asp', '', '', '_S1_Node1_S1_Node7');
	this.items[n++] = new mnpPage('Miscellaneous Articles', '/articles/misc.asp', '', '', '_S1_Node1_S1_Node8');
	this.items[n++] = new mnpPage('MCMS 2001 Archive', '/articles/2001.asp', '', '', '_S1_Node1_S1_Node9');
}

function codesamples()
{
	this.items = new Array();
	var n = 0;
	this.items[n++] = new mnpPage('MCMSfaq.com Samples', '/samples/mcmsfaq.asp', '', '', '_S1_Node4_S1_Node1');
	this.items[n++] = new mnpPage('GotDotNet Samples', '/samples/gdn.asp', '', '', '_S1_Node4_S1_Node2');
	this.items[n++] = new mnpPage('Code Project Samples', '/samples/codeproject.asp', '', '', '_S1_Node4_S1_Node3');
	this.items[n++] = new mnpPage('Miscellaneous Samples', '/samples/misc.asp', '', '', '_S1_Node4_S1_Node4');
	this.items[n++] = new mnpPage('Integration Samples', '/samples/integration.asp', '', '', '_S1_Node4_S1_Node5');
	this.items[n++] = new mnpPage('Microsoft Sample Sites', '/samples/microsoft.asp', '', '', '_S1_Node4_S1_Node6');
    this.items[n++] = new mnpPage('MCMS 2001 Archive', '/samples/2001.asp', '', '', '_S1_Node4_S1_Node7');
}

function downloads()
{
	this.items = new Array();
	var n = 0;
	this.items[n++] = new mnpPage('Third Party Downloads', '/downloads/thirdparty.asp', '', '', '_S1_Node5_S1_Node1');
	this.items[n++] = new mnpPage('Microsoft Downloads', '/downloads/microsoft.asp', '', '', '_S1_Node5_S1_Node2');
	this.items[n++] = new mnpPage('MCMS 2001 Archive', '/downloads/2001.asp', '', '', '_S1_Node5_S1_Node3');
}

function training()
{
	this.items = new Array();
	var n = 0;
//	this.items[n++] = new mnpLabel('menu label');
	this.items[n++] = new mnpPage('Books', '/training/books.asp', '', '', '_S1_Node6_S1_Node1');
	this.items[n++] = new mnpPage('Web Casts', '/training/webcasts.asp', '', '', '_S1_Node6_S1_Node2');
	this.items[n++] = new mnpPage('Slide Decks', '/training/slides.asp', '', '', '_S1_Node6_S1_Node3');
	this.items[n++] = new mnpPage('MCMS 2001 Archive', '/training/2001.asp', '', '', '_S1_Node6_S1_Node4');
}

function sharepoint()
{
	this.items = new Array();
	var n = 0;
	this.items[n++] = new mnpPage('Articles', '/sharepoint/articles.asp', '', '', '_S1_Node7_S1_Node1');
	this.items[n++] = new mnpPage('Code Samples', '/sharepoint/samples.asp', '', '', '_S1_Node7_S1_Node2');
	this.items[n++] = new mnpPage('Downloads', '/sharepoint/downloads.asp', '', '', '_S1_Node7_S1_Node3');
	this.items[n++] = new mnpPage('Training Materials', '/sharepoint/training.asp', '', '', '_S1_Node7_S1_Node4');
	this.items[n++] = new mnpPage('FAQs &amp; KBs', '/sharepoint/faqkb.asp', '', '', '_S1_Node7_S1_Node5');
}
