/* layout_compchart.cfm*/
function open_over(index)
{

	document.getElementById(index).src = "images/btn_viewtodaysrates_hover.jpg";
}
function open_down(index)
{
	document.getElementById(index).src = "images/btn_viewtodaysrates_down.jpg";
}
function open_off(index)
{
	document.getElementById(index).src = "images/btn_viewtodaysrates_off.jpg";
}

/* save_overview_header.cfm */

function over_image(parm_name)

{

document[parm_name].src = "images/learn_more_hover_save_overview.gif";

}

function out_image(parm_name)

{

document[parm_name].src = "images/learn_more_off_save_overview.gif";

}

/* ira_accounts_layout.cfm */
var SectionToHideList = ",";

function over_image_open()
{
document["img1"].src = "images/CTA_open_over.jpg";
}
function out_image_open()
{
document["img1"].src = "images/CTA_open.jpg";
}
function down_image_open()
{
document["img1"].src = "images/CTA_open_down.jpg";
}

function over_image_open_down()
{
document["img2"].src = "images/CTA_open_over.jpg";
}
function out_image_open_down()
{
document["img2"].src = "images/CTA_open.jpg";
}
function down_image_open_down()
{
document["img2"].src = "images/CTA_open_down.jpg";
}



/* ira_accounts_footer.cfm ,ktc_whatyouneed_wizard.cfm*/
function launchWinNoBrowserControlsSizeable(url,windowHeight,windowWidth,scrollable,resizable)
{
	if (windowHeight == undefined) {
	  windowHeight = 400;
	}
	if (windowWidth == undefined) {
	  windowWidth = 600;
	}
	if (scrollable == undefined) {
	   scrollable ='yes';
	}
	if (resizable == undefined) {
	   resizable ='yes';
	}

	newwin = open(url, 'newwin', 'width='+windowWidth+',height='+windowHeight+',scrollbars='+scrollable+',resizable='+resizable+',left=35,top=161');
}


/* index.cfm*/
function over_image_old()
{
	document["img0"].src = "images/open_an_account_on.gif";
}
function out_image_old()
{
	document["img0"].src = "images/open_an_account_off.gif";
}
function over_image_new()
{
	document["img1"].src = "images/open_an_account_on.gif";
}
function out_image_new()
{
	document["img1"].src = "images/open_an_account_off.gif";
}




