var newwindow;
function bilder_gross_h(url)
{
	newwindow=window.open(url,'name','height=315,width=400');
	if (window.focus) {newwindow.focus()}
}

