function popUp(url)
{
newwindow=window.open(url,'Bild','height=500,width=600');
if (window.focus) {newwindow.focus()}
return false;
}
