// JavaScript Document
function img_maior(id) {
		window.parent.document.getElementById('loader').style.display = 'block';
		window.parent.document.getElementById('foto').src=id;
}