jQuery(document).ready(function(){jQuery("#botpais").click(function(){jQuery("#visto").html('<img src="imagens/103.gif" />')
var sel=jQuery("#sel").val();var selpais=jQuery("#selpais").val();if(sel==200){var tabela=selpais;}else{var tabela=sel;}
var tipoVis=$("input:radio[name=tipoVis]:checked").val();url='paginas/vistos/ajaxVisto.php';jQuery.get(url,{pais:tabela,tipo:tipoVis},function(vistopais){jQuery("#visto").html(vistopais);});});jQuery("#selpais").change(function(){var id=jQuery(this).val();if(id=="200"){jQuery("#sel").val("0");}});jQuery("#sel").change(function(){var id=jQuery(this).val();if(id=="200"){jQuery("#selpais").val("0");}});jQuery("#selEmb").change(function(){var urlEmb=jQuery("#selEmb").val();var url="visto/";var urlcomp=url+urlEmb;jQuery("#botUrl").attr({href:urlcomp});});});
