document.write("<style type=\"text/css\">\r\n.cswmItm {font-family:\"MS Sans Serif\", Arial, Helvetica, Tahoma, sans-serif; font-size:11px; font-weight:normal; font-style:normal; color:#000000; text-align:left; text-decoration:none; padding:3px 10px 3px 4px}\r\n.cswmIO {font-family:\"MS Sans Serif\", Arial, Helvetica, Tahoma, sans-serif; font-size:11px; font-weight:normal; font-style:normal; color:#ffffff; text-decoration:none; padding:3px 10px 3px 4px}\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:#89a7b6}\r\n</style>");

<!--
// Coalesys WebMenu for ASP - 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 -->\r\n<!-- WebMenu HTML Structure Copyright (c) 2000-2008 Coalesys, Inc. -->\r\n\r\n<!-- End WebMenu -->\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();
}