<!--
// This script is called from the following webpage on DeMarche.com
//      expected_returns.htm
//      corp_rating_Stock_results.asp
//      corp_rating_stock_results_explanation.htm
//      corp_rating_stock_results_legend.htm

function Jump_Link()
{
	var strJump = new String(document.Chart_Jump.Chart_JumpLink.options[document.Chart_Jump.Chart_JumpLink.selectedIndex].value);
	if (strJump != "-1") location = strJump;
}  //  Jump_Link

function Jump_Link1()
{
	var strJump = new String(document.Chart_Jump1.Chart_JumpLink.options[document.Chart_Jump1.Chart_JumpLink.selectedIndex].value);
	if (strJump != "-1") location = strJump;
}  //  Jump_Link1

function Jump_Link2()
{
	var strJump = new String(document.Chart_Jump2.Chart_JumpLink.options[document.Chart_Jump2.Chart_JumpLink.selectedIndex].value);
	if (strJump != "-1") location = strJump;
}  //  Jump_Link2
//-->