function abrirIntranet(){
	window.open("http://www.recours.com.br/intranet",null,"status=yes,menubar=yes,scrollbars=yes,toolbar=yes,location=yes,resizable=yes,width=" + (window.screen.width - 15) + ",height=" + (window.screen.height - 170) + ",top=0,left=0");
}
