function show(x)
{ 
	document.getElementById(x).style.display='inline';
}

