var newwindow;

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