function empresas(){ window.location='/secoes/empresa/pagina_empresa.aspx'; } function empresashistorico(){ window.location='/secoes/empresa/historico/pagina_historico.aspx'; } function empresasimagematual(){ window.location='/secoes/empresa/imagematual/pagina_imagematual.aspx'; } function empresasmercados(){ window.location='/secoes/empresa/mercado/pagina_mercado.aspx'; } function produtos(){ window.location='/secoes/produtos/pagina_produtos.aspx'; } function produtosfios(){ window.location='/secoes/produtos/fios/pagina_fios.aspx'; } function novidadesdicas(){ window.location='/secoes/novidades/dicas/pagina_dicas.aspx'; } function produtosfioscroche(){ window.location=''; } function produtosfiostrico(){ window.location=''; } function produtosagulhastapecaria(){ window.location='/secoes/produtos/agulhas/tapecaria/pagina_tapecaria.aspx'; } function produtosagulhas(){ produtosagulha(); } function produtosagulha(){ window.location='/secoes/produtos/agulhas/pagina_agulhas.aspx'; } function produtosagulhascroche(){ window.location='/secoes/produtos/agulhas/croche/pagina_croche.aspx'; } function produtosagulhastrico(){ window.location='/secoes/produtos/agulhas/trico/pagina_trico.aspx'; } function produtosagulhasbordado(){ window.location=''; } function produtostesouras(){ window.location='/secoes/produtos/tesouras/pagina_tesouras.aspx'; } function produtostesouraskids(){ window.location=''; } function produtostesourascostura(){ window.location=''; } function produtostesourasmultiuso(){ window.location=''; } function produtostesourasprofissional(){ window.location=''; } function produtostesourasartesanato(){ window.location=''; } function produtostesourasusogeral(){ window.location=''; } function produtosrevistas(){ window.location='/secoes/produtos/revistas/pagina_revistas.aspx'; } function produtoscores(){ window.location='/secoes/produtos/cores/pagina_cores.aspx'; } function receitas(){ window.location='/secoes/receitas/pagina_receitas.aspx'; } function receitasbordado(){ window.location='/secoes/receitas/bordado/pagina_bordado.aspx'; } function receitascroche(){ window.location='/secoes/receitas/croche/pagina_croche.aspx'; } function receitastrico(){ window.location='/secoes/receitas/trico/pagina_trico.aspx'; } function receitastearmanual(){ window.location='/secoes/receitas/tearmanual/pagina_tearmanual.aspx'; } function novidades(){ window.location='/secoes/novidades/pagina_novidades.aspx'; } function novidadeslancamento(){ window.location='/secoes/novidades/lancamentos/pagina_lancamentos.aspx'; } function novidadespromocoes(){ window.location='/secoes/novidades/promocoes/pagina_promocoes.aspx'; } function novidadesmoda(){ window.location='/secoes/novidades/moda/pagina_moda.aspx'; } function novidadesnoticias(){ window.location=''; } function novidadescursos(){ window.location='/secoes/novidades/cursos/pagina_cursos.aspx'; } function faleconosco(){ window.location='/secoes/faleconosco/pagina_faleconosco.aspx'; } function faleconoscoconsumidor(){ window.location='/secoes/faleconosco/consumidor/pagina_consumidor.aspx'; } function faleconoscolojista(){ window.location='/secoes/faleconosco/lojista/pagina_lojista.aspx'; } function faleconoscorepresentantes(){ // popup('/Repres_singe/default_antiga.asp',800,600); popup('/singe/repres/default.asp',800,600); // window.location='/Repres_singe/'; } function ondeachar(){ window.location = '/secoes/representantes/pagina_representantes.aspx'; } function profissionais_criativas(){ //var parametros = 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,fullscreen=0,width='+650+',height='+450+',left='+(screen.width/2-650/2)+',top='+(screen.height/2-450/2); // nova_janela2 = window.open('/profissionaiscriativas/index4.htm','profissionais_criativas',parametros); // nova_janela2.creator=self; // nova_janela2.focus(); } function popup(url,largura,altura){ var parametros = 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,fullscreen=0,width='+largura+',height='+altura+',left='+(screen.width/2-largura/2)+',top='+(screen.height/2-altura/2); nova_janela = window.open(url,'circulo_interno',parametros); nova_janela.creator=self; nova_janela.focus(); } function popup2(url,largura,altura){ var parametros = 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,fullscreen=0,width='+largura+',height='+altura+',left='+(screen.width/2-largura/2)+',top='+(screen.height/2-altura/2); nova_janela = window.open(url,'circulo_interno',parametros); nova_janela.creator=self; nova_janela.focus(); } function imagem(nome,url,l,a){ popup("/prog/include/popup_imagem.aspx?title=" + nome + "&imagem=" + url, l, a); } function imagem2(nome,url,l,a){ popup2("/prog/include/popup_imagem.aspx?title=" + nome + "&imagem=" + url, l, a); } function imagem3(nome,url,l,a){ popup2("/prog/include/popup_imagem.aspx?imp=1&title=" + nome + "&imagem=" + url, l, a); } function receita(id){ popup("/secoes/receitas/imprimir.aspx?pagina="+id,780,580); } function some(id){ if(document.getElementById(id).style.visibility == 'visible'||document.getElementById(id).style.visibility==''||document.getElementById(id).style.visibility==null){ document.getElementById(id).style.visibility = 'hidden'; document.getElementById(id).style.position = 'absolute'; }else{ document.getElementById(id).style.visibility = 'visible'; document.getElementById(id).style.position = 'static'; } }