diff --git a/Documentation/dropdown.png b/Documentation/dropdown.png
deleted file mode 100644
index 1a8a9ed5..00000000
Binary files a/Documentation/dropdown.png and /dev/null differ
diff --git a/Doxygen/dsp.dxy.in b/Doxygen/dsp.dxy.in
index 86e92a5d..f8d0bb66 100644
--- a/Doxygen/dsp.dxy.in
+++ b/Doxygen/dsp.dxy.in
@@ -1324,8 +1324,9 @@ HTML_EXTRA_FILES = templates/tabs.css \
templates/search.css \
templates/navtree.css \
templates/tab_b.png \
- templates/printComponentTabs.js \
templates/navtree.js \
+ templates/version.css \
+ templates/dropdown.png \
../LICENSE.txt
# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
diff --git a/Doxygen/templates/dropdown.png b/Doxygen/templates/dropdown.png
new file mode 100644
index 00000000..6ff29b58
Binary files /dev/null and b/Doxygen/templates/dropdown.png differ
diff --git a/Doxygen/templates/header.html b/Doxygen/templates/header.html
index 8d075281..3491cbfb 100644
--- a/Doxygen/templates/header.html
+++ b/Doxygen/templates/header.html
@@ -16,13 +16,14 @@
-
$treeview
$search
$mathjax
$extrastylesheet
+
+
@@ -43,7 +44,13 @@ $extrastylesheet
$projectname
- $projectnumber
+
+
$projectbrief
@@ -67,12 +74,3 @@ $extrastylesheet
-
-
-
-
-
diff --git a/Doxygen/templates/printComponentTabs.js b/Doxygen/templates/printComponentTabs.js
deleted file mode 100644
index 46b80661..00000000
--- a/Doxygen/templates/printComponentTabs.js
+++ /dev/null
@@ -1,28 +0,0 @@
-var strgURL = location.pathname; // path of current component
-
-// constuctor for the array of objects
-function tabElement(id, folderName, tabTxt ) {
- this.id = id; // elementID as needed in html;
- this.folderName = folderName; // folder name of the component
- this.tabTxt = tabTxt; // Text displayed as menu on the web
- this.currentListItem = '