function closedropdown(idd,prop)
{
	document.getElementById(idd).style.visibility=prop;
	return true;
}
