function isNull(el){
    return typeof(el) == 'undefined' || el == null;
}