function show(d)
{
	  //alert(d);
	 document.getElementById('show'+d).style.display='block';
}