//============================ function isEmpty(str) { var i; var len; if( str == null ) return true;
len = str.length; for( var i=0; i