function news_panel(newValue){    
    var highlight = document.getElementById('newsPanel');
    highlight.style.display = newValue;
}

function service_suspensions_panel(newValue){    
    var highlight = document.getElementById('suspendedServicesPanel');
    highlight.style.display = newValue;
}

function service_suspensions_panel_left(newValue){    
    var highlight = document.getElementById('suspendedServicesPanelLeft');
    highlight.style.display = newValue;
}


function service_details_panel(newValue){    
    var highlight = document.getElementById('serviceDetailsPanel');
    highlight.style.display = newValue;
}

function resources_panel(newValue){    
    var highlight = document.getElementById('resourcesPanel');
    highlight.style.display = newValue;	
}

function community_profile_panel(newValue){    
    var highlight = document.getElementById('communityProfilePanel');
    highlight.style.display = newValue;
}

function swapImage(imgN,imgU){
    if(document.images)document.images[imgN].src=imgU;
}



/*var image1="{site_url}images/tab_resources_current.png";
var image2="{site_url}images/tab_resources_current.png";
var image3="{site_url}images/tab_resources.png";
var image4="{site_url}images/tab_regional_profile_current.png";
var image5="{site_url}images/tab_regional_profile_current.png";
var image6="{site_url}images/tab_regional_profile.png";*/