function showAbout(id,id1){
$(".accordion_headings").css("backgroundImage","url(/images/tab-normal.png)");
$(".cabout").css("display","none");
document.getElementById(id).style.display = "block";
document.getElementById(id1).style.backgroundImage = "url(/images/tab-hover.png)";
}
