function show_text(id,i,src)
{
	
	document.getElementById('img_'+id).style.display= 'block';

}
function hide_text(id,i)
{
document.getElementById('img_'+id).style.display= 'none';

}
