function valida_Combo_Diretor(form)
{		
	if (form.options[form.selectedIndex].value != '' )
	{	
		document.frmMSGDiretor.action = 'index.asp?controle=2&idioma=1&opcao=2&MSGDiretor=' + form.options[form.selectedIndex].value
		document.frmMSGDiretor.submit();
	}
}
function valida_Combo_Diretor2(form)
{		
	if (form.options[form.selectedIndex].value != '' )
	{	
		document.frmBlogDiretor.action = 'index.asp?controle=2&idioma=1&opcao=4&MSGDiretor=' + form.options[form.selectedIndex].value
		document.frmBlogDiretor.submit();
	}
}
function valida_Combo_Visitadora(form)
{		
	if (form.options[form.selectedIndex].value != '' )
	{	
		document.frmMSGVisitadora.action = 'index.asp?controle=2&idioma=1&opcao=1&MSGVisitadora=' + form.options[form.selectedIndex].value
		document.frmMSGVisitadora.submit();
	}
}

