﻿function ow(url,w,h)
{
    mf = window.open(url,'mf','toolbar=no,location=no,directories=no,status=no,resizable=yes,menubar=no,scrollbars=yes,copyhistory=no,top=0,left=0,width='+w+',height='+h);
    mf.focus();
}

function showAGB()
{
    agb = window.open('../agb.htm','agb','toolbar=no,location=no,directories=no,status=no,resizable=yes,menubar=no,scrollbars=yes,copyhistory=no,top=0,left=0,width=460,height=600');
    agb.focus();
}



