function LimparCampos(){for(var b=document.getElementsByTagName("input"),d=document.getElementsByTagName("select"),c=document.getElementsByTagName("textarea"),a=0;a<d.length;a++)d[a].selectedIndex=0;for(var a=0;a<c.length;a++)c[a].value="";for(var a=0;a<b.length;a++)switch(b[a].type){case"text":b[a].value="";break;case"radio":b[a].checked="";break;case"checkbox":b[a].checked=""}}function iframeAutoHeight(a){if(navigator.appName.indexOf("Internet Explorer")>-1){var b=function(){var b=a.contentWindow.document.body.scrollHeight+5;a.style.height=b+"px"};setTimeout(function(){b()},100)}else{var c=a.contentWindow.document.body.parentNode.offsetHeight+5;a.style.height=c+"px"}}function ready(b){var a=setInterval(function(){if(document.body){b();return clearInterval(a)}},30)}function returnRefresh(){window.document.reload()};
