function modelo(cod,categoria)
{
	window.open('modelo.php?cod=' + cod + '&nomecategoria=' + categoria, 'janela', "Height=550px, Width= 560px, Top= 25px, Left= 25px, help= Yes, resizable= no, status= no, scrollbars=yes")
}
function modeloEsp(cod,categoria)
{
	window.open('modeloEsp.php?cod=' + cod + '&nomecategoria=' + categoria, 'janela', "Height=550px, Width= 560px, Top= 25px, Left= 25px, help= Yes, resizable= no, status= no, scrollbars=yes")
}
function modeloIng(cod,categoria)
{
	window.open('modeloIng.php?cod=' + cod + '&nomecategoria=' + categoria, 'janela', "Height=550px, Width= 560px, Top= 25px, Left= 25px, help= Yes, resizable= no, status= no, scrollbars=yes")
}
function consulta(cod)
{
	window.open('consulta.php?cod=' + cod, '', "Height=340px, 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")
}
function desfile(cod)
{
	window.open('detalhe_desfile.php?cod=' + cod, '', "Height=360px, Width= 440px, Top= 25px, Left= 25px, help= Yes, resizable= no, status= no,scrollbars=no")
}
var Aberto = ""
var Fechado = ""

function preload(){
if(document.images){
Aberto = new Image() 
Fechado = new Image()
Aberto.src = "mais2.jpg"
Fechado.src = "menos2.jpg"
}}
function mostra(item,item2){
if (item.style.display=='none'){
item.style.display='';
item2.src=Fechado.src
}
else{
item.style.display='none'
item2.src=Aberto.src
}
}
preload();


