var targ;
function afdm(value)
{
    if(targ){
     parent.location.href = value;
    }
    else {
     top.location.href = value;
    }
    return true;
}
