function showAileron() {
    aileron_on.style.visibility="visible"
}
function hideAileron() {
    aileron_on.style.visibility="hidden"
}
