function OpenBild(Bild,width,height)   
{    
window.open(Bild, "Bild", "width="+width+",height="+height+",topmargin=0,leftmargin=0,top=50,left=50");
}
