caminho = 'http://www.bollhoff.com.br/'; caminho_s = 'http://www.bollhoff.com.br/'; document.write(""); //document.write(""); document.write(""); document.write(""); function vai(url_link,tipo,qual){ if ( tipo == "seguro"){ document.location.href = 'http://www.bollhoff.com.br/' + url_link; }else{ document.location.href = 'http://www.bollhoff.com.br/' + url_link; } if(qual == "BSC"){ if (parent["rodape"].location.href == "http://www.bollhoff.com.br/rodape.htm"){ parent["rodape"].location.href = "http://www.bollhoff.com.br/rodape_bsc.htm"; } }else{ if (parent["rodape"].location.href == "http://www.bollhoff.com.br/rodape_bsc.htm"){ parent["rodape"].location.href = "http://www.bollhoff.com.br/rodape.htm"; } } } function titulo(texto){ var html = new String(); html += '

'; html += ''; html += texto; html += '

'; document.write(html); } function janela(pagina, largura, altura, nome_janela){ var desktop = window.open(pagina,nome_janela,"scrollbars=no,status=no,menubar=no,width="+largura+',height='+altura); desktop.moveTo((screen.availWidth/2)-(largura/2), (screen.availHeight/2)-(altura/2)); } function janela_certificados(pagina, largura, altura, nome_janela){ var desktop = window.open(pagina,nome_janela,"scrollbars=yes,status=no,menubar=no,width="+largura+',height='+altura); desktop.moveTo((screen.availWidth/2)-(largura/2), (screen.availHeight/2)-(altura/2)); } function pg_anterior(){ history.back(); }