function PopItemFromList(selector, value)
{
    $(selector +" option[value='"+value+"']").remove(); 
}

