function show_web_profile(section1,section2)
{

document.getElementById(section1).style.display="";
document.getElementById(section2).style.display="none";
}

function show_news_testimonial(section1,section2)
{
document.getElementById(section1).style.display="";
document.getElementById(section2).style.display="none";
}




