document.write("<style type=\"text/css\">\r\n.cswmItem {font-family:Arial, Helvetica, Tahoma, sans-serif; font-size:11px; font-weight:normal; font-style:normal; color:#2E2F2F; text-align:left; text-decoration:none; padding:1px 10px 2px 10px}\r\n.cswmItemOn {font-family:Arial, Helvetica, Tahoma, sans-serif; font-size:11px; font-weight:normal; font-style:normal; color:#ff0000; text-decoration:none; padding:1px 10px 2px 10px}\r\n.cswmItemCell {border-color:   ; border-style:solid; border-width:0px;}\r\n.cswmExpand {cursor:default}\r\n.cswmPopupBox {cursor:default; position:absolute; left:-500; display:none; z-index:1999; text-align:left;}\r\n.cswmDisabled {color:}\r\n</style>");

<!--
/////////////////////////////////////////////////////
// Coalesys WebMenu for ASP drop through DHTML script
// Build 91 COPYRIGHT 2000-2006 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 -->\r\n<!-- WebMenu HTML Structure COPYRIGHT 2000-2006 Coalesys, Inc. -->\r\n\r\n<!-- End WebMenu HTML -->\r\n\r\n");


// Wire up the client-side events
// If these should conflict with other event handlers specified
// in the calling file, then you should move those event handlers
// into the functions below.

window.onresize=myWindowResize;
window.onload=myWindowLoad;

function myWindowResize()
{
	cswmRefresh();
}

function myWindowLoad()
{
	cswmMenuBarInit();
}