
function irPara(id)
{
	jQuery('html, body').animate(
			{ 'scrollTop' : jQuery('#'+id).offset().top - jQuery(window).height()+jQuery('#'+id).height() }, 'slow'
		);
}
