﻿function togglerepinfo() {
	//alert('togglerepinfo');
	$('[id$=lnkCollapseExpand]').click(function() {
		//alert('lnkCollapseExpand');
		$(this).next().toggle().end().find('a > span[id$=lbl_Close]').toggle();
	}).next().hide().end().find('a > span[id$=lbl_Close]').hide();
}
//if (typeof (Sys) !== 'undefined') Sys.Application.notifyScriptLoaded();
