document.write("<TITLE>MARTINBUBER</TITLE>");

function zoomImg(nomeImg){
	window.open(nomeImg,'zoom', 'toolbar,status,resizable,scrollbars,width=820,height=600');
}

function evidenzia(obj) {
	for (var i=0;  i<document.anchors.length; i++) {
		document.anchors[i].style.fontWeight='normal';
	}
	document.all[obj.name].style.fontWeight='bold';
}


