

// Login to and Open a 529 Account

function init2(){
	btnInit("btnOpenAccount",true,true);
	btnInit("btnLoginAccount",true,true);
}

// Pie Charts and Table data

function init3(){
	btnInit("btnSubmit",true,true);
	btnInit("btnCancel",true,true);
	if(roundCornersOK())roundCorners();
}

// close button
function init4(){
	btnInit("close",true,true);
	btnInit("findBranch",true,false);
	if(roundCornersOK())roundCorners();
}

function init5(){
	btnInit("btnSubmit",true,true);
	btnInit("btnCancel",true,true);
}
