function isset(variable) { return (typeof(variable) != 'undefined');  }


