function new_window(HTM) {
	window.open(HTM,"","scrollbars=yes,resizable=yes,width=660,height=460");
}

function new_window_foto(HTM) {
	window.open(HTM,"","scrollbars=yes,resizable=yes,width=560,height=740");
}

