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