function jsMapObj(id, img){
	this.id = id;
	this.txt = '';	// Set on 1st click
	this.img = "<img src=\""+img+"\" alt=\"Click to hide\">"
}
