document.write("<td valign=\"top\" align=\"center\">");document.write("<style type=\"text/css\">\r\n.cspbPanelBar {position:relative;top:0px;left:0px;z-index:100}\r\n.cspbBtnCell {background-image: url(/images/misc/panelbar_tile.gif);cursor:hand;height:20px}\r\n.cspbBtnCellSlt {cursor:hand;height:20px}\r\n.cspbBtn {font-family:Arial, Helvetica, Sans-Serif;font-size:12px;font-weight:bold;font-style:normal;color:#ffffff;text-decoration:none;text-align:Center;Padding-left:0px;Padding-right:0px}\r\n.cspbBtnHvr {font-family:Arial, Helvetica, Sans-Serif;font-size:12px;font-weight:bold;font-style:normal;color:#ffffff;text-decoration:none;text-align:Center;Padding-left:0px;Padding-right:0px}\r\n.cspbItm {font-family:Arial, Helvetica, Sans-Serif;font-size:11px;font-weight:normal;font-style:normal;color:#3f577d;text-decoration:none}\r\n.cspbItm:Hover {font-family:Arial, Helvetica, Sans-Serif;font-size:11px;font-weight:normal;font-style:normal;color:#3f577d;text-decoration:underline}\r\n.cspbItmAlign {text-align:Center;Padding-left:0px;Padding-right:0px}\r\n</style>");

<!--
/////////////////////////////////////////////
// Coalesys PanelBar for ASP Basic HTML script
// Build 93 COPYRIGHT 2000-2007 Coalesys, Inc.
/////////////////////////////////////////////
var cspbDetectedBrowser='BasicHTML';function cspbShowSection(id){}function cspbSetHeight(){}function cspbRefresh(){}
//-->

document.write("\r\n<!-- Coalesys PanelBar for ASP -->\r\n<!-- Basic HTML Output-->\r\n<!-- PanelBar HTML Structure COPYRIGHT 2000-2007 Coalesys, Inc. -->\r\n<table bgcolor=\"#e7ebf0\" width=\"120\" border=\"0\" cellpadding=\"4\" cellspacing=\"0\"><tr><td colspan=\"2\" align=\"left\" bgcolor=\"#3f577d\" width=\"120\"><font color=\"#ffffff\" face=\"sans-serif\" size=\"2\"><b>Free</b></font></td></tr><tr><td width=\"10\" bgcolor=\"#e7ebf0\"></td><td align=\"left\" bgcolor=\"#e7ebf0\"><a href=\"/products/RegionHTML/features/\"><font color=\"#3f577d\" face=\"sans-serif\" size=\"2\">Overview</font></a></td></tr><tr><td width=\"10\" bgcolor=\"#e7ebf0\"></td><td align=\"left\" bgcolor=\"#e7ebf0\"><a href=\"/products/RegionHTML/features/requirements.asp\"><font color=\"#3f577d\" face=\"sans-serif\" size=\"2\">Requirements</font></a></td></tr><tr><td width=\"10\" bgcolor=\"#e7ebf0\"></td><td align=\"left\" bgcolor=\"#e7ebf0\"><a href=\"/products/RegionHTML/features/samples.asp\"><font color=\"#3f577d\" face=\"sans-serif\" size=\"2\">Samples</font></a></td></tr><tr><td width=\"10\" bgcolor=\"#e7ebf0\"></td><td align=\"left\" bgcolor=\"#e7ebf0\"><a href=\"/products/RegionHTML/download/\"><font color=\"#3f577d\" face=\"sans-serif\" size=\"2\">Download</font></a></td></tr></table>\r\n<!-- End PanelBar -->");
document.write("</td>");

window.onload=csWindowLoad;
window.onresize=csWindowResize;

function csWindowLoad()
{
	csSetHeight();
	csWindowWidthCookie();
	cspbShowSection(szGroupSelected);
}

function csWindowResize()
{
	csSetHeight();
	csWindowWidthCookie();
	cspbRefresh();
}

// Client-side PanelBar height setting
function csSetHeight()
{
	if(window.innerHeight)
		cspbSetHeight(window.innerHeight-73);
	else if(document.body.clientHeight)
		cspbSetHeight(document.body.clientHeight-73);
}

// Detect window size and set cookie
function csWindowWidthCookie()
{
	var csWindowWidth = 750;
	if(window.innerWidth)
		csWindowWidth = window.innerWidth;
	else if(document.body.offsetWidth)
		csWindowWidth = document.body.offsetWidth;
	if(document.cookie)
		document.cookie = "WindowWidth=" + csWindowWidth + ";path=/";
}
