function win_cru_hoch(url){
	var win;
	win=window.open(url,"bild","left=0,top=0,width=285,height=420,scrollbars=no");
	win.focus();
	}
	
	function win_cru_quer(url){
	var win;
	win=window.open(url,"bild","left=0,top=0,width=550,height=413,scrollbars=no");
	win.focus();
	}
	

function win(url){
	var win;
	win=window.open(url,"bild","left=0,top=0,width=550,height=420,scrollbars=no");
	win.focus();
	}
	
function releases(url){
	var win;
	win=window.open(url,"releases","left=0,top=0,width=700,height=620,scrollbars=yes,toolbar=yes");
	win.focus();
	}          
