			var txt="COMPALSA HOME____//___COMPALSA RENOVABLES___________________";
			var refresh=null;
			function titol() {
			document.title=txt;
			txt=txt.substring(1,txt.length)+txt.charAt(0); 
			refresh=setTimeout("titol()",200);}
			titol();
			
			function openWindow() 
			{ 
			window.open("main.asp?opc=1","loader",'toolbar=0,location=0,scrollbars=no,resizable=no,fullscreen=yes');
			location.href="main.asp?opc=2";
			}
