function carrega_13v(){window.scroll(0,0);document.all.pchave.focus();window.scrollTo(0,0);return true;}
function obterURLPagina(){return window.location.href;}
function exibe_dom2(param){if(param!=0){var data=document.form.theDate.value;var quebra=data.split('/');var data=quebra[1]+'/'+quebra[0]+'/'+quebra[2];window.location="i73principal2.php?pagina=/dom/sdom/i7302012v.php?data="+data+"&pid=01201440";window.scroll(0,0);}else{window.location="../../dom/i73principal2.php?pagina=sdom/i7302012v.php";window.scroll(0,0);}
return true;}
function controle(param){exibe_dom2(param);}
function exibe_dom(param)
{if(param!=0){var data=document.form.theDate.value;}
try
{request=new XMLHttpRequest();}
catch(ee)
{try
{request=new ActiveXObject("Msxml2.XMLHTTP");}
catch(e)
{try
{request=new ActiveXObject("Microsoft.XMLHTTP");}
catch(E)
{request=false;}}}
if(param==0)
var param="?pid="+(Math.random()*11);else
var param="?data="+data+"&pid="+(Math.random()*11);var url="i7302012v.php"+param;request.open("GET",url,true);request.onreadystatechange=checkresult;request.send(null);}
function checkresult()
{if(request.readyState==4)
{var Div=document.getElementById('div_exibir');Div.innerHTML=request.responseText;}}
