function SA_zoom( SA_SRC )
{
	document.fen_zoom = window.open( "http://www.burocash.ch/img/zoom.php?SA_SRC=" + SA_SRC,"zoom_photo","height=500,width=550,resizable=YES, dependent=0, toolbar=0,titlebar=0,status=0,scrollbars=0,location=0,hotkeys" );
	document.fen_zoom.window.focus();
}