	function cst_image_zoom(url) {
	  wi = window.open('','pop','width=600,height=480');
	  wi.document.write('<html><head><link rel="stylesheet" href="/static/css/style.css" type="text/css" /></head><body style="text-align: center" class="popup"><img src="'+url+'/600xq" onclick="window.close()" /><br><a href="javascript:window.close()" class="closelink">Fenster schliessen</a></body></html>');
	  return false;
	}