function bild(url,x,y)
{
size = "width=" + x + ",height=" + y; 
neuesFenster=window.open(url,"PopUp",size);
}