//script

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function ResizeMe(user_w,user_h){
	var uW= parseInt(user_w);
	var uH = parseInt(user_h);

	if (window.screen) {
    	var aw = screen.availWidth;
	    var ah = screen.availHeight;
		var nleft = (aw-uW)/2;
		var ntop = (ah-uH)/2;
    window.moveTo(nleft, ntop);
    window.resizeTo(uW, uH);
  }
}

function ChangeFrames(strDisc,strConteudo){
	var menu="";
	if (parent.frames[0].location.href.indexOf("brlata_"+strDisc+".htm") != -1){
		menu="a";
	}
	if (parent.frames[0].location.href.indexOf("brlatf_"+strDisc+".htm") != -1){
	 	menu="f";
	}
	if (menu == "") {
		var spath = parent.frames[0].location.href;
		var reg = new RegExp("brlata_");
		var x = spath.search(reg);
		if (x != -1){
			void(parent.frames[0].location.href='../../../../site/medio/'+strDisc+'/brlata_'+strDisc+'.htm');
		}
		var reg = new RegExp("brlatf_");
		var x = spath.search(reg);
		if (x != -1){
			void(parent.frames[0].location.href='../../../../site/medio/'+strDisc+'/brlatf_'+strDisc+'.htm');
		}
	}

	void(parent.frames[1].location.href='../../../../site/medio/'+strDisc+'/brtop_'+strDisc+'.asp?codconteudo='+strConteudo);
	return;
}

function ChangeFrames_S(strDisc,strConteudo){
	var menu="";
	if (parent.frames[0].location.href.indexOf("brlata_prof.htm") != -1){
		menu="a";
	}
	if (parent.frames[0].location.href.indexOf("brlatf_prof.htm") != -1){
	 	menu="f";
	}
	if (menu == "") {
		var spath = parent.frames[0].location.href;
		var reg = new RegExp("brlata_");
		var x = spath.search(reg);
		if (x != -1){
			void(parent.frames[0].location.href='../../../../site/prof/brlata_prof.htm');
		}
		var reg = new RegExp("brlatf_");
		var x = spath.search(reg);
		if (x != -1){
			void(parent.frames[0].location.href='../../../../site/prof/brlatf_prof.htm');
		}
	}

	void(parent.frames[1].location.href='../../../../site/prof/brtop_prof.asp?menu='+menu+'&codconteudo='+strConteudo);
}

function ChangeFrames_B(strDisc,strConteudo){
	var menu="";
	if (parent.frames[0].location.href.indexOf("brlata_prof.htm") != -1){
		menu="a";
	}
	if (parent.frames[0].location.href.indexOf("brlatf_prof.htm") != -1){
	 	menu="f";
	}
	if (menu == "") {
		var spath = parent.frames[0].location.href;
		var reg = new RegExp("brlata_");
		var x = spath.search(reg);
		if (x != -1){
			void(parent.frames[0].location.href='../../../../site/prof/brlata_prof.htm');
		}
		var reg = new RegExp("brlatf_");
		var x = spath.search(reg);
		if (x != -1){
			void(parent.frames[0].location.href='../../../../site/prof/brlatf_prof.htm');
		}
	}

	void(parent.frames[1].location.href='../../../../site/prof/brtop_prof.asp?menu='+menu+'&codconteudo='+strConteudo);
}


function ChangeFrames_H(strDir,strFile){
	var menu="";
	if (parent.frames[0].location.href.indexOf("brlat_home.htm") == -1){
		void(parent.frames[0].location.href='../../../../site/home/brlat_home.htm');
	}
	
	void(parent.frames[1].location.href='../../../../site/home/brtop_'+strFile+'.asp?codconteudo='+strFile);
}
