function show_hide(item,action) 
{
	document.getElementById(item).style.display = action;
}