function ShowDiv(sID, sPregunta)
{
	$("#" + sID).slideToggle('slow');
}

