function bilder(location,name,breite,hoehe)
{
ref = window.open(location, name, "toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=yes,scrollbars=yes,width="+breite+",height="+hoehe+",top=10,left=10");
ref.focus();
}

        function bild(location)
{

ref = window.open(location, "futur", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,width=500,height=430,top=50,left=50");
ref.focus();
}

