function openPopUp() {
    var url = "http://www.hentai.de/?SID=hae-10615&exitctl=7:2:hae-10615:;";
    var style = "toolbar=yes, location=yes, directories=0, status=yes, menubar=yes, scrollbars=yes, resizable=yes, width="+(screen.width-10)+", height="+(screen.height-200)+", top=0, left=0";
    window.open(url,"popupwin",style);
}
