<!--
var elemento_anterior="none";
var init=true;

function ShowHide(legal) {
	if(init==true) {
		//document.getElementById(elementid).style.visibility = 'visible';
		//elemento_anterior=elementid;
		init=false;
	} else {
		//document.getElementById("legales").src = "legales_esp/legales_"+legal+".htm";
		document.getElementById("legales").src = "http://cmsenjoy.popular.com/_services/disclaimers.php?lang=esp&section="+legal;
		/*
		document.getElementById(elementid).style.visibility = 'visible';
		document.getElementById(elemento_anterior).style.visibility = 'hidden';
		elemento_anterior=elementid;*/
	}
}

function winBRopen(theURL, Name, popW, popH, scroll) { // V 1.0
	var winleft = (screen.width - popW) / 2;
	var winUp = (screen.height - popH) / 2;
	winProp = 'width='+popW+',height='+popH+',left='+winleft+',top='+winUp+',scrollbars='+scroll+','
	Win = window.open(theURL, Name, winProp)
	if (parseInt(navigator.appVersion) >= 4) { Win.window.focus(); }
}
//-->
