function getCenterLongitude(){
  var pnt;

  try{
    pnt = document.getElementById('cX');
	pnt.value;
  } catch(err){alert('getCenterLongitude is not available');}

  return pnt;
}