function getCoordinateSystem(){
    var rc = null;
    try{
        rc = document.getElementById('coordsystem');
        rc.value;

    }catch(err){
        alert('getCoordinateSystem: element coordsystem is not available');
    }
    return rc;
}
	  