function ChangeAboutusText(text){
    var about = document.getElementById('about-us');
    about.text = text;
}
