<!--
function show_sub(input){

	input_b = input + '_sub';
	
	document.input_b.style.display = 'block';
	
}
//-->

