function togSec(secId)
{
	$("#"+secId).animate({height: 'toggle'}, "normal");	
}

