// JavaScript Document

function chamaLink(link){
	//window.open(link,"_blank")
	document.form1.action=link;
	document.form1.submit();
}

function chamaLinkCidadao(link){
	window.open(link,"_blank")
	document.cidadao.action=link;
	document.cidadao.submit();
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function MM_jumpMenuGo(selName,targ,restore){ //v3.0
  var selObj = MM_findObj(selName); if (selObj) MM_jumpMenu(targ,selObj,restore);
}




