function open_gmap(name) {
	window.open('/gps/' + name + '.htm', '',
		'width=400,height=400,resizable=yes,status=yes');
}
