diff --git a/help/content.json b/help/content.json
index 9961981..83dc077 100644
--- a/help/content.json
+++ b/help/content.json
@@ -68,6 +68,11 @@ children: [
         leaf:true
     },
     {
+        text:'Controlling Fonts',
+        id: 'fonts',        
+        leaf:true
+    },
+    {
         text:'Plot In Details',
         children:[{
 			text:'Plot Objects',
@@ -78,8 +83,7 @@ children: [
 			id: 'plotPage',        
 			leaf:true
         },{
-			text:'Plot Objects : Layout',
-			       
+			text:'Plot Objects : Layout',       
 			children:[{
 				text:'Auto and Vertical Layouts', 
 				id: 'plotLayout',
@@ -88,12 +92,26 @@ children: [
 				text:'Manual Layout (TBD)', 
 				id: 'ManualLayout',
 				leaf:true
-			}
-			] 
+			}] 
         },{
-			text:'Plot Objects : Panel (TBD)',
-			id: 'plotPanel',        
-			leaf:true
+			text:'Plot Objects : Panel',
+			children:[{
+				text:'Time and Scatter', 
+				id: 'plotPanel',
+				leaf:true
+			},{
+				text:'Epoch (TBD)', 
+				id: 'panelEpoch',
+				leaf:true
+			},{
+				text:'Instant (TBD)', 
+				id: 'panelInstant',
+				leaf:true
+			},{
+				text:'Status and TickMark (TBD)', 
+				id: 'panelStatus',
+				leaf:true
+			}] 
         },{
 			text:'Plot Objects : Axis (TBD)',
 			id: 'plotAxis',        
diff --git a/help/fonts b/help/fonts
new file mode 100644
index 0000000..e532ec9
--- /dev/null
+++ b/help/fonts
@@ -0,0 +1,2 @@
+<h2><img src="js/resources/images/16x16/plot.png" style="margin: 0px 10px 0px 0px;"/>Controlling Fonts</h2>
+<img class="centered" src="help/images/fonts.png" style="margin: 10px 0px 10px 0px;"/>
\ No newline at end of file
diff --git a/help/images/fonts.png b/help/images/fonts.png
new file mode 100644
index 0000000..8e72934
Binary files /dev/null and b/help/images/fonts.png differ
diff --git a/help/images/scatter.png b/help/images/scatter.png
new file mode 100644
index 0000000..12f4935
Binary files /dev/null and b/help/images/scatter.png differ
diff --git a/help/panelEpoch b/help/panelEpoch
new file mode 100644
index 0000000..f66abc4
--- /dev/null
+++ b/help/panelEpoch
@@ -0,0 +1,4 @@
+<h2><img src="js/resources/images/16x16/plot.png" style="margin: 0px 10px 0px 0px;"/>Plot Objects : Panel : Epoch</h2>
+TBD 
+<br/>
+       
\ No newline at end of file
diff --git a/help/panelInstant b/help/panelInstant
new file mode 100644
index 0000000..6c5da11
--- /dev/null
+++ b/help/panelInstant
@@ -0,0 +1,4 @@
+<h2><img src="js/resources/images/16x16/plot.png" style="margin: 0px 10px 0px 0px;"/>Plot Objects : Panel : Instant</h2>
+TBD
+<br/>
+       
\ No newline at end of file
diff --git a/help/panelStatus b/help/panelStatus
new file mode 100644
index 0000000..6955b84
--- /dev/null
+++ b/help/panelStatus
@@ -0,0 +1,4 @@
+<h2><img src="js/resources/images/16x16/plot.png" style="margin: 0px 10px 0px 0px;"/>Plot Objects : Panel : Status and TickMark</h2>
+TBD 
+<br/>
+       
\ No newline at end of file
diff --git a/help/plotPanel b/help/plotPanel
index 1bddcb5..628cdfa 100644
--- a/help/plotPanel
+++ b/help/plotPanel
@@ -1,4 +1,7 @@
-<h2><img src="js/resources/images/16x16/plot.png" style="margin: 0px 10px 0px 0px;"/>Plot Objects : Panel</h2>
- <img align="left"  src="help/images/plotPanel.png" style="margin: 10px 10px 0px 0px;"/>
+<h2><img src="js/resources/images/16x16/plot.png" style="margin: 0px 10px 0px 0px;"/>Plot Objects : Panel : Time and Scatter</h2>
+ <img class="centered"  src="help/images/plotPanel.png" style="margin: 10px 0px 10px 0px;"/>
+ <h3> TimePlot Panel</h">
+ <hr>
+ <img class="centered"  src="help/images/scatter.png" style="margin: 10px 0px 10px 0px;"/>
 <br/>
        
\ No newline at end of file
--
libgit2 0.21.2