
function hide_bank_info(){
	$("#target").slideUp();
}
function show_bank_info(){
	$("#target").slideDown();
}
