function gluggi()
{
MeinFenster =
 window.open("./ulfur.phtml", "Gluggi", "width=400,height=400,scrollbars=no");
MeinFenster.focus();
}

function logi()
{
MeinFenster =
 window.open("./logi.phtml", "logi", "width=400,height=400,scrollbars=no");
MeinFenster.focus();
}