function display_upload(n)
	{
	var id= "upload"+n;	
	document.getElementById(id).style.display="inline";				
	}	