function sc_show(objId){
	document.getElementById(objId).className='sc_show';
}
function sc_hide(objId){
	document.getElementById(objId).className='';
}