document.write("<style type=\"text/css\">\r\n.cswmItem {font-family:Tahoma; font-size:11px; font-weight:normal; font-style:normal; color:#ffffff; text-decoration:none; padding:3 10 3 4}\r\n.cswmItemOn {font-family:Tahoma; font-size:11px; font-weight:normal; font-style:normal; color:#000000; text-decoration:none; padding:3 10 3 4}\r\n.cswmExpand {cursor:default}\r\n.cswmPopupBox {cursor:default; position:absolute; left:-500; display:none; z-index:1999}\r\n.cswmDisabled {color:#a5a6a6}\r\n</style>");

<!--
/////////////////////////////////////////////////////
// Coalesys WebMenu for ASP drop through DHTML script
// Build 80 COPYRIGHT 2000-2004 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-2004 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();
}