// JavaScript Document

function redim(){
	window.moveTo(0,0);
	if(document.getElementById || document.all){
		window.resizeTo(screen.availWidth, screen.availHeight);
	}else if(document.layers){
		if (window.outerHeight<screen.availHeight || window.outerWidth<screen.availWidth){
			window.outerHeight = screen.availHeight;
			window.outerWidth = screen.availWidth;
		}
	}
}

function mentionslegales(){
	window.open('mentionslegales.php','legales','width=500,height=500,SCROLLBARS=YES,RESIZABLE=YES');
}


AC_FL_RunContent = 0;