function PopupFenster(linkurl, width, height) 
{
    F = window.open(linkurl,"Link", "width="+width+",height="+height);
}
