function selectit(id){
    //var nfl = '/NFLRZ_rebuild';
    var nfl = '';
    switch (id) {
    case 'help1':
        window.location = nfl+'/footer/parent1';
        break;
    case 'help2':
        window.location = nfl+'/footer/parent2';
        break;
    case 'help3':
        window.location = nfl+'/footer/parent3';
        break;
    case 'help4':
        window.location = nfl+'/footer/parent4';
        break;
    }
}