var finalidade = "Venda"; YAHOO.namespace("site.container"); var site = { dominio:"secoviuberlandia.com.br", endereco:"www.secoviuberlandia.com.br", icone:new Array(), arrayOnload:new Array(), ponteiro:0, adicionarFuncao:function(argumento){ site.arrayOnload[site.ponteiro] = argumento; site.ponteiro++; }, erro:function(texto){ YAHOO.site.container.erro = new YAHOO.widget.SimpleDialog("erro", { width: "300px", fixedcenter: true, visible: false, modal: true, draggable: false, close: true, text: texto, icon: YAHOO.widget.SimpleDialog.ICON_WARN, constraintoviewport: true, buttons: [ { text:"Ok", handler:function(){this.hide();}, isDefault:true } ] } ); YAHOO.site.container.erro.setHeader("Atenção"); YAHOO.site.container.erro.render("body"); YAHOO.site.container.erro.show(); }, informacoes:function(texto){ YAHOO.site.container.informacoes = new YAHOO.widget.SimpleDialog("sucesso", { width: "300px", fixedcenter: true, visible: false, modal: true, draggable: false, close: true, text: texto, icon: YAHOO.widget.SimpleDialog.ICON_INFO, constraintoviewport: true, buttons: [ { text:"Ok", handler:function(){this.hide();}, isDefault:true } ] } ); YAHOO.site.container.informacoes.setHeader("Informações"); YAHOO.site.container.informacoes.render("body"); YAHOO.site.container.informacoes.show(); }, video:function(url,titulo){ var idIframe = "iframe"+(Math.round(Math.random() * 1000000)*(Math.round(Math.random() * 60))); YAHOO.site.container.video = new YAHOO.widget.SimpleDialog("video", { width: "270px", fixedcenter: true, visible: false, modal: true, draggable: false, close: true, text: "", constraintoviewport: true, buttons: [ { text:"Fechar", handler:function(){this.hide();}, isDefault:true } ] } ); YAHOO.site.container.video.idIframe = idIframe; YAHOO.site.container.video.setHeader(titulo); YAHOO.site.container.video.beforeHideEvent.subscribe(function() { document.getElementById(this.idIframe).src='about:blank'; }); YAHOO.site.container.video.render("body"); YAHOO.site.container.video.show(); }, mapa:function(texto, titulo){ texto = texto.replace('mapa://',''); texto = texto.split(":"); titulo = texto[1]; if(titulo.indexOf("Secovi") == 1){ icone = "imagem=http://"+site.endereco+"/outros/site/imagens/icone.png"; }else{ icone = "icone=padrao&imagem=http://labs.google.com/ridefinder/images/mm_20_shadow.png"; } if(!texto[1]) texto[1] = "false"; texto = "http://mapas.showmaker.com.br/?endereco="+texto[0]+"&width=640&height=380&"+icone+"&imagemWidth=42&imagemHeight=19&label="+texto[1]+"&zoom=16&rand=0.005535828000027221"; texto = ""; YAHOO.site.container.mapa = new YAHOO.widget.SimpleDialog("mapa", { width: "670px", fixedcenter: true, visible: false, modal: true, draggable: false, close: true, text: texto, icon: null, constraintoviewport: true, buttons: [ { text:"Fechar mapa", handler:function(){this.hide();}, isDefault:true } ] } ); if(titulo != "") YAHOO.site.container.mapa.setHeader(titulo); else YAHOO.site.container.mapa.setHeader("Mapa"); YAHOO.site.container.mapa.render("body"); YAHOO.site.container.mapa.show(); } }; site.icone = Array(); site.icone[0] = "http://"+site.endereco+"/outros/site/imagens/icone.png"; site.icone[1] = 23; site.icone[2] = 23; window.onload = function(){ var cont = 0; while(cont