function Trim(param) {
	return param.replace(/^\s*|\s*$/g,"");
}
