﻿var ToggleMoreInformation {

    ShowMoreInformation: function(elementID){

     elementID.style.visibility = "visible";

    },

    HideMoreInformation: function(elementID) {

    elementID.style.visibility = "hidden";
    }

};
//Get(contentPanel)  <--this is what will be hidden/shown