function pop(file)
{
helpwindow = window.open(file,"pophelp", "toolbar=no, width=500, height=300, resizeable=yes; scrollbars=1");

helpwindow.focus();
return false;
}

function pop_impressum(file)
{
helpwindow = window.open(file,"pophelp", "toolbar=no, width=200, height=150, resizeable=yes;scrollbars=yes");


helpwindow.focus();
return false;
}

function pop_mail(file)
{
helpwindow = window.open(file,"pophelp", "toolbar=no, width=400, height=350, resizeable=yes;scrollbars=1");
if (helpwindow.scrollbars) {
    if (helpwindow.scrollbars.visible == false)
    }
    }

helpwindow.focus();
return false;
}
function pop_agb(file)
{
helpwindow = window.open(file,"pophelp", "toolbar=no, resizeable=yes; scrollbars=1,width=300, height=200");
if (helpwindow.scrollbars) {
    if (helpwindow.scrollbars.visible == false)
    }
    }
helpwindow.focus();
return false;
}
