function inprp(pl, dftxt) {
    if (pl.value == dftxt) {
        pl.value = '';
    }
}
