<!--	
function trimString (str) {
	return str.replace(/^\s+/g,'');
}
//-->
