function f_xpblue()
{
	// IMPORTANT:
	// The next line was added in order to get around a conflict with some
	// automatically generated SlideMenu javascript.
	if ( ! CurrentlyInMainDocument() ) {return;}
	
	var i, j, o, oc, ob;
	o = document.getElementById("xpblue");
	if (o==null) return;
	for(i = 0; i < o.childNodes.length; i++)
	{
		oc = o.childNodes[i];
		if(oc.id.substring(0, 2) != "__")
		{
			oc.onmouseover = function()
			{
				oboutSMxpblue.ae(this.id, 1, true);
			};
			oc.onmouseout = function()
			{
				oboutSMxpblue.ae(this.id, 0, true);
			};
			if(oc.onclick)
			{
				oboutSMxpblue.hi(oc.onclick, oc.id);
				oc.onclick = function()
				{
					document.getElementById("SelectedMenu").value = this.id;
					oboutSMxpblue.af(this.id);
					oboutSMxpblue.hj(this.id)();
				};
			}
			else 
			
				oc.onclick = function()
				{
					document.getElementById("SelectedMenu").value = this.id;
					oboutSMxpblue.af(this.id);
					
				};
		}
		else
			for(j = 0; j < oc.childNodes.length; j++)
			{
				ob = oc.childNodes[j];
				ob.onmouseover = function() 
				{
					oboutSMxpblue.ae(this.id, 4, true);
				};
				ob.onmouseout = function()
				{
					oboutSMxpblue.ae(this.id, 3, true);
				};
			}
	}
}



var oboutSMxpblue; // Global slide menu variable



// This function must be called, and then document.ShowSlideMenu must be called
// in order for the menu to be shown.

document.SetupSlideMenu = 
function ()
{	

	try
	{
		oboutSMxpblue = 
			new SlideMenu("xpblue", document.getElementById("SelectedMenu").value, 20, false, "SMParent", "SMParentOver", "SMParentSelected", "SMChild", "SMChildOver", "SMChildSelected", "SMMenu", "SMChildrenBox", "/common/images/trans_spacer.gif", "/common/images/trans_spacer.gif", "/common/images/trans_spacer.gif", "/common/images/trans_spacer.gif", "/common/images/trans_spacer.gif", "/common/images/trans_spacer.gif", "SMImageParent", "SMImageChild", -1, 0);
			
	}
	catch(e)
	{
		if (confirm("File \"/common/scripts/SlideMenu.js\" cannot be found.\n\nSelect OK to go to\nhttp://www.obout.com/sm3/scriptpath.aspx\nfor more details.\n\n\nOr contact support at support@obout.com"))
		{
			//window.location = "http://www.obout.com/sm3/scriptpath.aspx";
		}
	}
	f_xpblue();
	oboutSMxpblue.aa();
	oboutSMxpblue.dv( function(){oboutSMxpblue.ab()}, oboutSMxpblue);
	
}