/* 
--------------------------------------------
@Developer		Leandro Carneiro Regal
@description	Funções para o site

@param				abreJanela(theURL,winName,features)
-------------------------------------------*/ 

 /**
 * @description 			Função para abrir janela POPUP
 * @author 						Leandro Carneiro Regal <leandro.regal@redeintegracao.com.br>
 * @version 					00.00.01
 * @modifications 		08/03/2007 11:39
 * @modify by 				Leandro Carneiro Regal
 */
	function abreJanela(theURL,winName,features) { 
		window.open(theURL,winName,features);
	}
