document.write("<style type=\"text/css\">\r\n.cswmItm {font-family:Arial; font-size:11px; font-weight:normal; font-style:normal; color:#000000; text-align:left; text-decoration:none; padding:5px 5px 5px 5px}\r\n.cswmIO {font-family:Arial; font-size:11px; font-weight:normal; font-style:normal; color:#000000; text-decoration:none; padding:5px 5px 5px 5px}\r\n.cswmIC {border-color:   ; border-style:solid; border-width:0px;}\r\n.cswmExp {cursor:default;}\r\n.cswmPB {cursor:default; position:absolute; left:-500; display:none; z-index:1999; text-align:left;}\r\n.cswmDis {color:#000000}\r\n</style>");

<!--
// Coalesys WebMenu for ASP.NET - Drop Through Script
// Build 95 - Copyright (c) 2000-2008 Coalesys, Inc.
var cswmDetectedBrowser='None';function cswmShow(){}function cswmShowInFrame(){}function cswmHide(){}function cswmHideNow(){}function cswmHideSelectBox(){}function cswmRefresh(){}function cswmMenuBarInit(){}
//-->
document.write("\r\n<!-- Coalesys WebMenu for ASP.NET -->\r\n<!-- WebMenu HTML Structure Copyright (c) 2000-2008 Coalesys, Inc. -->\r\n\r\n<!-- End WebMenu -->\r\n");


var menuTimeout = null;

function openMenu(_id, _control){
    highlight(_control);
	if(menuTimeout != null){
		window.clearTimeout(menuTimeout);
		menuTimeout = null
	}
	func = "cswmShow('Group"+_id+"','"+_id+"','below')";
	menuTimeout = window.setTimeout(func,250);
	cswmT('off');
}

function closeMenu(_control){
	unhighlight(_control);
	if(menuTimeout != null){
		window.clearTimeout(menuTimeout);
		menuTimeout = null
	}
	cswmHide();
}

function highlight(_control)
{
	_control.style.backgroundColor='#CFE0F4';
}

function unhighlight(_control)
{
	_control.style.backgroundColor='#ffffff';
}