var javaHelper = new function(){
	this.var2str = function(v)
	{
		if(v== null) return  null;
		return v+"";
	}
};



