function contato(caminho){
	Wwidth  = 480;
	Wheight = 450;

	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,'Procura',params);
}

function foto01(caminho){
	Wwidth  = 450;
	Wheight = 325;

	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,'Procura',params);
}

function foto02(caminho){
	Wwidth  = 300;
	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,'Procura',params);
}
