<!--
/* global functions */

function empty () { if (arguments[0] == null || typeof arguments[0] == "undefined" || arguments[0] == "undefined" || arguments[0] == "") return true; else return false;};


//-->
