<!-- 
function openSite() {
 	W = screen.width
	H = screen.height
	T = 0
	L = 0
 
	window.open('principal.html','Furtacor','width='+W+',height='+H+',top='+T+', left='+L+',toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=yes');
  }



//--> 
