function wcatalogo(nome){
altura = screen.height;
altura = altura - 88;
largura = screen.width;
largura = largura - 12;
wind=open("catalogo2008-01.html","colecao2008","height="+altura+",width="+largura+",scrollbars=1,resizable=0,toolbar=0,menubar=0,statusbar=0,status=1,top=0,left=0");
}


function wconsumidor(nome){
altura = screen.height;
altura = altura - 88;
largura = screen.width;
largura = largura - 12;
wind=open("http://www.doox.com.br/consumidor/index.html","navegacao","height="+altura+",width="+largura+",scrollbars=1,resizable=0,toolbar=0,menubar=0,statusbar=0,status=1,top=0,left=0");
}



function wlojista(nome){
altura = screen.height;
altura = altura - 88;
largura = screen.width;
largura = largura - 12;
wind=open("http://www.doox.com.br/revendedor/index.html","navegacao","height="+altura+",width="+largura+",scrollbars=1,resizable=0,toolbar=0,menubar=0,statusbar=0,status=1,top=0,left=0");
}






function wcontatolojista(nome){
wind=open("http://www.doox.com.br/fconosco-lojista.html","lojistas","height=600,width=440,scrollbars=1,resizable=0,toolbar=0,menubar=0,statusbar=0,status=1,top=0,left=0");
}


