var newwindow;
function bilder_gross(url)
{
	newwindow=window.open(url,'name','height=420,width=800');
	if (window.focus) {newwindow.focus()}
}
