function Trim(str) {
	return str.replace(/^\s+|\s+$/, '');
}

function mostrar(id) {
	Effect.toggle(id,'slide');
	return false;
}
