function showSun() { ge.getSun().setVisibility(true); } function hideSun() { ge.getSun().setVisibility(false); }