function dotObj(){
	this.id=0;
	this.x=0;
	this.y=0;
	this.name="";
	this.desc="";
	this.nal="";
	this.move=null;
}

