var point = Class.create();

point.prototype = {
	uid:"0",
	pid:"0",
	tstamp:"0",
	hidden:"0",
	name:" noname ",
	first_name:"noname",
	middle_name:"noname",
	last_name
	:"noname",
	title:"",
	email:"",
	phone:"",
	mobile:"",
	www:"",
	address:"",
	company:"",
	city:"",
	zip:"",
	region:"",
	country:"",
	image:"",
	fax:"",
	deleted:"0",
	description:"",
	addressgroup:"0",
	tx_rggooglemap_lng:"",
	tx_rggooglemap_lat:"",
	tx_rggooglemap_display:"0",
	tx_rggooglemap_cat:"0",
	tx_rggooglemap_tab:"0",
	tx_addressgroups_group:"0",
	trackuid:"0",
	marker:undefined,
	initialize: function() {
		
	},
	getPhoto:function(){}
};
