//WATERLODGE
function show_accom(){
$("#accom_nav_active").show();
}
function hide_accom(){
$("#accom_nav_active").hide();
}

function show_accom_image(){
$("#accom_image_active").show();
}
function hide_accom_image(){
$("#accom_image_active").hide();
}

//events
function show_events(){
$("#events_nav_active").show();
}
function hide_events(){
$("#events_nav_active").hide();
}

function show_events_image(){
$("#events_image_active").show();
}
function hide_events_image(){
$("#events_image_active").hide();
}

//restaurant
function show_restaurant(){
$("#restaurant_nav_active").show();
}
function hide_restaurant(){
$("#restaurant_nav_active").hide();
}

function show_restaurant_image(){
$("#restaurant_image_active").show();
}
function hide_restaurant_image(){
$("#restaurant_image_active").hide();
}
