function modelo(cod,categoria)
{
	window.open('modelo.php?cod=' + cod + '&nomecategoria=' + categoria, '', "Height=400px, Width= 520px, Top= 25px, Left= 25px, help= Yes, resizable= no, status= no, scrollbars=yes")
}
function servicos(cod)
{
	window.open('modelo_servico.php?cod=' + cod, '', "Height=400px, Width= 520px, Top= 25px, Left= 25px, help= Yes, resizable= no, status= no, scrollbars=yes")
}
function consulta(cod)
{
	window.open('consulta.php?cod=' + cod, '', "Height=450px, Width= 300px, Top= 25px, Left= 25px, help= Yes, resizable= no, status= no, scrollbars=no")
}
function esqueci()
{
	window.open('esqueci.php', '', "Height=220px, Width= 340px, Top= 25px, Left= 25px, help= Yes, resizable= no, status= no, scrollbars=no")
}
function jardim1cp()
{
	window.open('e_i_jardim1_cp.htm', '', "Height=500px, Width= 500px, Top= 25px, Left= 25px, help= Yes, resizable= no, status= no, scrollbars=yes")
}
function jardim2cp()
{
	window.open('e_i_jardim2_cp.htm', '', "Height=500px, Width= 500px, Top= 25px, Left= 25px, help= Yes, resizable= no, status= no, scrollbars=yes")
}
function precp()
{
	window.open('e_i_pre_cp.htm', '', "Height=500px, Width= 500px, Top= 25px, Left= 25px, help= Yes, resizable= no, status= no, scrollbars=yes")
}
function indique()
{
	window.open('indique.htm', '', "Height=150, Width=350, Top=10, Left=10, help=Yes, resizable=no, status=no")
}
function cadastrese()
{
	window.open('cadastrese.htm', '', "Height=110, Width=350, Top=10, Left=10, help=Yes, resizable=no, status=no")
}
function registered()
{
	window.open('registered.htm', '', "Height=110, Width=350, Top=10, Left=10, help=Yes, resizable=no, status=no")
}
function registrese()
{
	window.open('registrese.htm', '', "Height=110, Width=350, Top=10, Left=10, help=Yes, resizable=no, status=no")
}
function janela_fotos()
{
	window.open('fotos/fotos.php?min=0', '', "Height=350px, Width= 650px, Top= 25px, Left= 25px, help= Yes, resizable= no, status= no")
}
var Aberto = ""
var Fechado = ""

function preload(){
if(document.images){
Aberto = new Image() 
Fechado = new Image()
Aberto.src = "images_gerais/zeta1.jpg"
Fechado.src = "images_gerais/zeta2.jpg"
}}
function mostra(item2){
item2.src=Aberto.src
}
function mostra1(item2){
item2.src=Fechado.src
}

preload();



