// JavaScript Document

function autoCargarFrames (menu) {
	if (window == top) {
		top.location.replace("quasabl.html?menu="+menu+"&pagina="+document.URL);
	}
}