function showw(d){
	if(obj=document.all(d))	{
			obj.style.display=""
	}
}

function hidee(d){
	if(obj=document.all(d))	obj.style.display="none"
}