﻿function agbopen()
{
    window.open("INC/AGB.aspx","Fenster1","width=593,height=300,left=0,top=0, scrollbars=yes");
    return false;
}

function clearText(control)
{
    document.aspnetForm[control].value = "";
    document.aspnetForm[control].focus();
}