function toggleInfo (tdid) {
	$('tr.swt_pageinfo > td > div:visible').slideUp("normal");
	$('div#'+tdid+':hidden').slideToggle("normal");
}

