YAHOO.namespace("site.container");
var site = {
dominio:"rajafitness.com.br",
endereco:"www.rajafitness.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();
},
mapa:function(texto, titulo){
texto = texto.split(":");
if(!texto[1]) texto[1] = "false";
texto = "http://mapas.showmaker.com.br/?endereco="+texto[0]+"&width=640&height=380&icone=padrao&imagem=http://labs.google.com/ridefinder/images/mm_20_shadow.png&imagemWidth=34&imagemHeight=23&label="+texto[1]+"&zoom=16&rand=0.005535828000027221";
texto = "";
YAHOO.site.container.mapa = new YAHOO.widget.SimpleDialog("mapa",
{ width: "650px",
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] = 34;
site.icone[2] = 23;
YAHOO.util.Event.addListener(window, "load", function(){
var cont = 0;
while(cont