window.name="Main";
	var nav1 = 0;
	var nav2 = 0;
	var nav3 = 0;
	var url="../files/";
function openLegal()	{ openW("../popups/politicaPrivacidade.html", "LegalWindow", 1, 1, 430, 400); }
function openLegal1()	{ openW("../../popups/politicaPrivacidade.html", "LegalWindow", 1, 1, 430, 400); }
function openDisabled(link)    {
           DisabledWindow = window.open(link,"DisabledWindow",           "resizable=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,toolbar=0,width=456,height=550")
  }
function openW(url, title, resize, scrollbar, width, height)   {
	SmallWindow = window.open(url,title,
	"resizable=" + resize + ",location=0,directories=0,status=0,menubar=0,scrollbars=" + scrollbar + ",toolbar=0,width=" + width + ",height=" + height);
}
