function janela(caminho){
	Wwidth  = 517;
	Wheight = 350;

	tamW = screen.width;
	tamH = screen.height;

	posW = (tamW/2) - (Wwidth/2);
	posH = (tamH/2) - (Wheight/2);	

	params = ",left="+posW+",top="+posH+",width="+Wwidth+",height="+Wheight+",scrollbars=1,status=0";
	
	window.open(caminho,'janela',params);
}


function calendario(caminho){
	Wwidth  = 800;
	Wheight = 420;

	tamW = screen.width;
	tamH = screen.height;

	posW = (tamW/2) - (Wwidth/2);
	posH = (tamH/2) - (Wheight/2);	

	params = ",left="+posW+",top="+posH+",width="+Wwidth+",height="+Wheight+",scrollbars=1,status=0";
	
	window.open(caminho,'calendario',params);
}

function altura(caminho){
	Wwidth  = 620;
	Wheight = 400;

	tamW = screen.width;
	tamH = screen.height;

	posW = (tamW/2) - (Wwidth/2);
	posH = (tamH/2) - (Wheight/2);	

	params = ",left="+posW+",top="+posH+",width="+Wwidth+",height="+Wheight+",scrollbars=1,status=0";
	
	window.open(caminho,'altura',params);
}

function alfabeto(caminho){
	Wwidth  = 470;
	Wheight = 400;

	tamW = screen.width;
	tamH = screen.height;

	posW = (tamW/2) - (Wwidth/2);
	posH = (tamH/2) - (Wheight/2);	

	params = ",left="+posW+",top="+posH+",width="+Wwidth+",height="+Wheight+",scrollbars=1,status=0";
	
	window.open(caminho,'alfabeto',params);
}

function galeria1(caminho){
	Wwidth  = 600;
	Wheight = 475;

	tamW = screen.width;
	tamH = screen.height;

	posW = (tamW/2) - (Wwidth/2);
	posH = (tamH/2) - (Wheight/2);

	params = ",left="+posW+",top="+posH+",width="+Wwidth+",height="+Wheight+",scrollbars=0,status=0";

	window.open(caminho,'galeria1',params);
}
function galeria2(caminho){
	Wwidth  = 475;
	Wheight = 600;

	tamW = screen.width;
	tamH = screen.height;

	posW = (tamW/2) - (Wwidth/2);
	posH = (tamH/2) - (Wheight/2);

	params = ",left="+posW+",top="+posH+",width="+Wwidth+",height="+Wheight+",scrollbars=0,status=0";

	window.open(caminho,'galeria2',params);
}

function contato(caminho){
	Wwidth  = 490;
	Wheight = 430;

	tamW = screen.width;
	tamH = screen.height;

	posW = (tamW/2) - (Wwidth/2);
	posH = (tamH/2) - (Wheight/2);

	params = ",left="+posW+",top="+posH+",width="+Wwidth+",height="+Wheight+",scrollbars=0,status=0";

	window.open(caminho,'contato',params);
}

function mapa(caminho){
	Wwidth  = 568;
	Wheight = 384;

	tamW = screen.width;
	tamH = screen.height;

	posW = (tamW/2) - (Wwidth/2);
	posH = (tamH/2) - (Wheight/2);

	params = ",left="+posW+",top="+posH+",width="+Wwidth+",height="+Wheight+",scrollbars=0,status=0";

	window.open(caminho,'mapa',params);
}
