function showp(divIdp){
	document.getElementById(divIdp).style.display="block";
}