document.write("<style type=\"text/css\">\r\n.mItm {font-family:Arial, Helvetica, 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.mIO {font-family:Arial, Helvetica, Sans-Serif; font-size:11px; font-weight:normal; font-style:normal; color:#ffffff; text-decoration:none; padding:3px 10px 3px 4px}\r\n.mIC {border-color:   ; border-style:solid; border-width:0px;}\r\n.mExp {cursor:pointer;}\r\n.mPB {cursor:pointer; position:absolute; left:-500; display:none; z-index:1101; text-align:left;}\r\n.mDis {color:#808080}\r\n</style>");

<!--
// Coalesys WebMenu for ASP - Drop Through Script
// Build 96 - Copyright (c) 2000-2009 Coalesys, Inc.
var mDetectedBrowser='None';function mShow(){}function mShowInFrame(){}function mHide(){}function mHideNow(){}function mHideSelectBox(){}function mRefresh(){}function mMenuBarInit(){}
//-->
document.write("\r\n<!-- Coalesys WebMenu for ASP -->\r\n<!-- WebMenu HTML Structure Copyright (c) 2000-2009 Coalesys, Inc. -->\r\n\r\n<!-- End WebMenu -->\r\n");


// preload ButtonOn Images to improve initial swap response
var aMainMenuImages = new Array();
aMainMenuImages[0] = new Image();
aMainMenuImages[0].src = "/images/main_menu/home_selected.gif";
aMainMenuImages[1] = new Image();
aMainMenuImages[1].src = "/images/main_menu/products_selected.gif";
aMainMenuImages[2] = new Image();
aMainMenuImages[2].src = "/images/main_menu/support_selected.gif";
aMainMenuImages[3] = new Image();
aMainMenuImages[3].src = "/images/main_menu/buy_selected.gif";

// SwapButton is called from the WebMenu OnShow and OnHide events
// state is true for selected or false unselected and id is the WM.Group ID property
function SwapButton(id, state)
{
	if(state)
		eval("document." + id + "Button.src='/images/main_menu/" + id + "_selected.gif'");
	else
		eval("document." + id + "Button.src='/images/main_menu/" + id + ".gif'");
}
