//PUMBA
function show_pumba(){
$("#pumba_nav_active").show();
}
function hide_pumba(){
$("#pumba_nav_active").hide();
}

function show_pumba_image(){
$("#pumba_image_active").show();
}
function hide_pumba_image(){
$("#pumba_image_active").hide();
}

//thesands
function show_thesands(){
$("#thesands_nav_active").show();
}
function hide_thesands(){
$("#thesands_nav_active").hide();
}

function show_thesands_image(){
$("#thesands_image_active").show();
}
function hide_thesands_image(){
$("#thesands_image_active").hide();
}

//hacklewood
function show_hacklewood(){
$("#hacklewood_nav_active").show();
}
function hide_hacklewood(){
$("#hacklewood_nav_active").hide();
}

function show_hacklewood_image(){
$("#hacklewood_image_active").show();
}
function hide_hacklewood_image(){
$("#hacklewood_image_active").hide();
}

//BEACH HOTEL
function show_beachhotel(){
$("#beachhotel_nav_active").show();
}
function hide_beachhotel(){
$("#beachhotel_nav_active").hide();
}

function show_beachhotel_image(){
$("#beachhotel_image_active").show();
}
function hide_beachhotel_image(){
$("#beachhotel_image_active").hide();
}

//GINGER HOTEL
function show_ginger(){
$("#ginger_nav_active").show();
}
function hide_ginger(){
$("#ginger_nav_active").hide();
}

function show_ginger_image(){
$("#ginger_image_active").show();
}
function hide_ginger_image(){
$("#ginger_image_active").hide();
}

