function show(what) {
    jQuery('#welcome').hide();
    jQuery('#mission').hide();
    jQuery('#deal').hide();
    jQuery('#' + what).show();
    return false;
}
