﻿function ToggleAnswer(obj){
    $(obj).find('.pnl_ans').toggle('slow');
}
