document.write("<style type=\"text/css\">\r\n.cswmItem {font-family:\"Century Gothic\", Arial, Helvetica, Tahoma, sans-serif; font-size:12px; font-weight:normal; font-style:normal; color:#c4bca2; text-align:left; text-decoration:none; padding:2px 16px 3px 4px}\r\n.cswmItemOn {font-family:\"Century Gothic\", Arial, Helvetica, Tahoma, sans-serif; font-size:12px; font-weight:normal; font-style:normal; color:#eeeeee; text-decoration:none; padding:2px 16px 3px 4px}\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:#fdf5f5}\r\n</style>");

<!--
/////////////////////////////////////////////////////
// Coalesys WebMenu for ASP drop through DHTML script
// Build 93 COPYRIGHT 2000-2007 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-2007 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();
}