GW 2.1.0.RELEASE documentation
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/ch01.html b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/ch01.html
new file mode 100644
index 0000000..9dd172c
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/ch01.html
@@ -0,0 +1,17 @@
+<html><head>
+      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+   <title>1.&nbsp;Overview</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><link rel="home" href="index.html" title="Gemini Web Programmer Guide"><link rel="up" href="index.html" title="Gemini Web Programmer Guide"><link rel="prev" href="index.html" title="Gemini Web Programmer Guide"><!--Begin Google Analytics code--><script type="text/javascript">
+			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
+			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
+		</script><script type="text/javascript">
+			var pageTracker = _gat._getTracker("UA-2728886-3");
+			pageTracker._setDomainName("none");
+			pageTracker._setAllowLinker(true);
+			pageTracker._trackPageview();
+		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">1.&nbsp;Overview</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="index.html">Prev</a>&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;</td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="introduction"></a>1.&nbsp;Overview</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="intro"></a>1.1&nbsp;Introduction</h2></div></div></div><p>
+			Gemini Web Container implements the Web Container defined by the Web Applications Specification chapter of the OSGi Service Platform Release 4 Version 4.2 Enterprise Specification. 
+			This specification may be downloaded <a class="ulink" href="http://www.osgi.org/Download/Release4V42" target="_top">here</a>.
+		</p></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
+			_lf_cid = "LF_48be82fa";
+			_lf_remora();
+		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="index.html">Prev</a>&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right">&nbsp;</td></tr><tr><td width="40%" align="left" valign="top">Gemini Web Programmer Guide&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/css/highlight.css b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/css/highlight.css
new file mode 100644
index 0000000..2cb42fd
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/css/highlight.css
@@ -0,0 +1,35 @@
+/* 
+   code highlight CSS resembling the Eclipse IDE default color schema and the EclipseRT Virgo Website
+   @author Christopher Frost
+*/
+
+.hl-keyword {
+  color: #7F0055;
+  font-weight: bold; 
+}
+
+.hl-comment {
+  color: #646571;
+  font-style: italic;
+}
+
+.hl-multiline-comment {
+  color: #646571;
+  font-style: italic;
+}
+
+.hl-tag {
+  color: #646571;
+}
+
+.hl-attribute {
+  color: #7F0055;
+}
+
+.hl-value {
+  color: #0093CF;
+}
+
+.hl-string {
+  color: #0093CF;
+}
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/css/stylesheet.css b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/css/stylesheet.css
new file mode 100644
index 0000000..b02eca7
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/css/stylesheet.css
@@ -0,0 +1,77 @@
+@IMPORT url("highlight.css");
+
+/* 
+   code CSS resembling the EclipseRT Virgo Website
+   @author Christopher Frost
+*/
+
+html {
+  padding:       0pt;
+  margin:        0pt;
+}
+
+body {
+  margin-left:   10%;
+  margin-right:  10%;
+  color:         #111111;
+  font-family:   Arial, Sans-serif;
+}
+
+div {
+  margin:        0pt;
+}
+
+p {
+  text-align:    justify;
+}
+
+hr {
+  border:        1px solid gray;
+  background:    gray;
+}
+
+a {
+	color: #002E62; /* Dark Blue */
+}
+
+a:visited {
+	color: #646571; /* Gray */
+}
+
+a:hover, a:active {
+	color: #0093CF; /* Light Blue */
+}
+
+h1,h2,h3,h4 {
+  color:         #002E62;
+  font-family:   Arial, Sans-serif;
+}
+
+pre {
+  line-height:   1.0;
+  color:         black;
+}
+
+pre.programlisting {
+  font-size:     10pt;
+  padding:       7pt 3pt;
+  border:        1pt solid black;
+  background:    #eeeeee;
+  clear:         both;
+}
+
+div.table {
+  margin:        1em;
+  padding:       0.5em;
+  text-align:    center;
+}
+
+div.table table {
+  display:       table;
+  width:         100%;
+}
+
+div.table td {
+  padding-left:  7px;
+  padding-right: 7px;
+}
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/gemini-web-programmer-guide.zip b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/gemini-web-programmer-guide.zip
new file mode 100644
index 0000000..29c50b4
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/gemini-web-programmer-guide.zip
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/.images b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/.images
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/.images
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/annot-close.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/annot-close.png
new file mode 100644
index 0000000..b9e1a0d
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/annot-close.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/annot-open.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/annot-open.png
new file mode 100644
index 0000000..71040ec
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/annot-open.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/blank.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/blank.png
new file mode 100644
index 0000000..764bf4f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/blank.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/1.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/1.gif
new file mode 100644
index 0000000..9e7a87f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/1.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/1.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/1.png
new file mode 100644
index 0000000..7d47343
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/1.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/1.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/1.svg
new file mode 100644
index 0000000..e2e87dc
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/1.svg
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M10.428,10.411h0.56c3.78,0,4.788-1.96,4.872-3.444h3.22v19.88h-3.92V13.154h-4.732V10.411z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/10.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/10.gif
new file mode 100644
index 0000000..e80f7f8
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/10.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/10.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/10.png
new file mode 100644
index 0000000..997bbc8
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/10.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/10.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/10.svg
new file mode 100644
index 0000000..4740f58
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/10.svg
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M3.815,10.758h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.11H3.815V10.758z"/>
+		<path style="fill:#FFFFFF;" d="M22.175,7.806c4.009,0,5.904,2.76,5.904,8.736c0,5.975-1.896,8.76-5.904,8.76
+			c-4.008,0-5.904-2.785-5.904-8.76C16.271,10.566,18.167,7.806,22.175,7.806z M22.175,22.613c1.921,0,2.448-1.68,2.448-6.071
+			c0-4.393-0.527-6.049-2.448-6.049c-1.92,0-2.448,1.656-2.448,6.049C19.727,20.934,20.255,22.613,22.175,22.613z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/11.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/11.gif
new file mode 100644
index 0000000..67f91a2
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/11.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/11.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/11.png
new file mode 100644
index 0000000..ce47dac
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/11.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/11.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/11.svg
new file mode 100644
index 0000000..09a0b2c
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/11.svg
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M5.209,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H5.209V10.412z"/>
+		<path style="fill:#FFFFFF;" d="M18.553,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.359V12.764h-4.056V10.412z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/12.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/12.gif
new file mode 100644
index 0000000..54c4b42
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/12.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/12.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/12.png
new file mode 100644
index 0000000..31daf4e
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/12.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/12.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/12.svg
new file mode 100644
index 0000000..9794044
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/12.svg
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M4.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.813V10.412z"/>
+		<path style="fill:#FFFFFF;" d="M17.316,13.484c0-5.545,4.056-6.024,5.568-6.024c3.265,0,5.856,1.92,5.856,5.376
+			c0,2.928-1.896,4.416-3.553,5.544c-2.256,1.584-3.432,2.353-3.815,3.145h7.392V24.5h-11.64c0.12-1.992,0.264-4.08,3.96-6.768
+			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.353-2.424c-2.352,0-2.423,1.944-2.447,3.192H17.316z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/13.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/13.gif
new file mode 100644
index 0000000..dd5d7d9
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/13.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/13.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/13.png
new file mode 100644
index 0000000..14021a8
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/13.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/13.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/13.svg
new file mode 100644
index 0000000..64268bb
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/13.svg
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M3.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H3.813V10.412z"/>
+		<path style="fill:#FFFFFF;" d="M20.611,14.636h0.529c1.008,0,2.855-0.096,2.855-2.304c0-0.624-0.288-2.185-2.137-2.185
+			c-2.303,0-2.303,2.185-2.303,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.279,0,5.279,1.152,5.279,4.752
+			c0,1.728-1.08,2.808-2.039,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.377,5.496-5.809,5.496
+			c-1.607,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.52-0.911,2.52-2.808
+			c0-2.328-2.256-2.424-3.816-2.424V14.636z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/14.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/14.gif
new file mode 100644
index 0000000..3d7a952
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/14.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/14.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/14.png
new file mode 100644
index 0000000..64014b7
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/14.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/14.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/14.svg
new file mode 100644
index 0000000..469aa97
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/14.svg
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M4.146,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.146V10.412z"/>
+		<path style="fill:#FFFFFF;" d="M28.457,20.732h-1.896V24.5h-3.36v-3.768h-6.72v-2.904L22.746,7.46h3.815v10.656h1.896V20.732z
+			 M23.201,18.116c0-4.128,0.072-6.792,0.072-7.32h-0.048l-4.272,7.32H23.201z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/15.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/15.gif
new file mode 100644
index 0000000..1c9183d
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/15.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/15.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/15.png
new file mode 100644
index 0000000..0d65765
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/15.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/15.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/15.svg
new file mode 100644
index 0000000..8202233
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/15.svg
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M3.479,11.079h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.43H3.479V11.079z"/>
+		<path style="fill:#FFFFFF;" d="M19.342,14.943c0.625-0.433,1.392-0.937,3.048-0.937c2.279,0,5.16,1.584,5.16,5.496
+			c0,2.328-1.176,6.121-6.192,6.121c-2.664,0-5.376-1.584-5.544-5.016h3.36c0.144,1.391,0.888,2.326,2.376,2.326
+			c1.607,0,2.544-1.367,2.544-3.191c0-1.512-0.72-3.047-2.496-3.047c-0.456,0-1.608,0.023-2.256,1.223l-3-0.143l1.176-9.361h9.36
+			v2.832h-6.937L19.342,14.943z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/16.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/16.svg
new file mode 100644
index 0000000..01d6bf8
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/16.svg
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M3.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H3.813V10.412z"/>
+		<path style="fill:#FFFFFF;" d="M24.309,11.78c-0.097-0.96-0.721-1.633-1.969-1.633c-2.184,0-2.688,2.496-2.808,4.704L19.58,14.9
+			c0.456-0.624,1.296-1.416,3.191-1.416c3.529,0,5.209,2.712,5.209,5.256c0,3.72-2.28,6.216-5.568,6.216
+			c-5.16,0-6.168-4.32-6.168-8.568c0-3.24,0.432-8.928,6.336-8.928c0.695,0,2.641,0.264,3.48,1.104
+			c0.936,0.912,1.271,1.416,1.584,3.217H24.309z M22.172,16.172c-1.271,0-2.568,0.792-2.568,2.928c0,1.849,1.056,3.168,2.664,3.168
+			c1.225,0,2.353-0.936,2.353-3.239C24.62,16.868,23.229,16.172,22.172,16.172z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/17.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/17.svg
new file mode 100644
index 0000000..0a04c55
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/17.svg
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M3.479,11.079h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.43H3.479V11.079z"/>
+		<path style="fill:#FFFFFF;" d="M27.838,11.006c-1.631,1.776-5.807,6.816-6.215,14.16h-3.457c0.36-6.816,4.632-12.24,6.072-13.776
+			h-8.472l0.072-2.976h12V11.006z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/18.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/18.svg
new file mode 100644
index 0000000..1cb891b
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/18.svg
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M4.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.813V10.412z"/>
+		<path style="fill:#FFFFFF;" d="M23.172,24.956c-4.392,0-5.904-2.856-5.904-5.185c0-0.863,0-3.119,2.592-4.319
+			c-1.344-0.672-2.064-1.752-2.064-3.336c0-2.904,2.328-4.656,5.304-4.656c3.528,0,5.4,2.088,5.4,4.44
+			c0,1.464-0.6,2.712-1.968,3.432c1.632,0.815,2.544,1.896,2.544,4.104C29.076,21.596,27.684,24.956,23.172,24.956z M23.124,16.916
+			c-1.224,0-2.4,0.792-2.4,2.64c0,1.632,0.936,2.712,2.472,2.712c1.752,0,2.424-1.512,2.424-2.688
+			C25.62,18.38,24.996,16.916,23.124,16.916z M25.284,12.26c0-1.296-0.888-2.112-1.968-2.112c-1.512,0-2.305,0.864-2.305,2.112
+			c0,1.008,0.744,2.112,2.185,2.112C24.516,14.372,25.284,13.484,25.284,12.26z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/19.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/19.svg
new file mode 100644
index 0000000..e6fbb17
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/19.svg
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M4.146,10.746h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.041h-3.36V13.097H4.146V10.746z"/>
+		<path style="fill:#FFFFFF;" d="M20.225,20.898v0.023c0.192,1.176,0.936,1.68,1.968,1.68c1.392,0,2.783-1.176,2.808-4.752
+			l-0.048-0.049c-0.768,1.152-2.088,1.441-3.24,1.441c-3.264,0-5.16-2.473-5.16-5.329c0-4.176,2.472-6.12,5.808-6.12
+			c5.904,0,6,6.36,6,8.76c0,6.601-3.12,8.736-6.192,8.736c-2.904,0-4.992-1.68-5.28-4.391H20.225z M22.434,16.553
+			c1.176,0,2.472-0.84,2.472-2.855c0-1.944-0.841-3.145-2.568-3.145c-0.864,0-2.424,0.433-2.424,2.88
+			C19.913,16.001,21.161,16.553,22.434,16.553z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/2.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/2.gif
new file mode 100644
index 0000000..94d42a3
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/2.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/2.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/2.png
new file mode 100644
index 0000000..5d09341
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/2.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/2.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/2.svg
new file mode 100644
index 0000000..07d0339
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/2.svg
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M9.668,12.328c0-6.469,4.732-7.028,6.496-7.028c3.808,0,6.833,2.24,6.833,6.271
+			c0,3.416-2.213,5.152-4.145,6.469c-2.632,1.848-4.004,2.744-4.452,3.668h8.624v3.472H9.444c0.14-2.324,0.308-4.76,4.62-7.896
+			c3.584-2.604,5.012-3.612,5.012-5.853c0-1.315-0.84-2.828-2.744-2.828c-2.744,0-2.828,2.269-2.856,3.725H9.668z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/20.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/20.svg
new file mode 100644
index 0000000..ccbfd40
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/20.svg
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
+			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
+			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
+		<path style="fill:#FFFFFF;" d="M23.172,7.46c4.008,0,5.904,2.76,5.904,8.736c0,5.976-1.896,8.76-5.904,8.76
+			s-5.904-2.784-5.904-8.76C17.268,10.22,19.164,7.46,23.172,7.46z M23.172,22.268c1.92,0,2.448-1.68,2.448-6.071
+			c0-4.393-0.528-6.049-2.448-6.049s-2.448,1.656-2.448,6.049C20.724,20.588,21.252,22.268,23.172,22.268z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/21.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/21.svg
new file mode 100644
index 0000000..93ec53f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/21.svg
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M5.306,13.151c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
+			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392v2.976H5.114c0.12-1.992,0.264-4.08,3.96-6.768
+			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H5.306z"/>
+		<path style="fill:#FFFFFF;" d="M19.49,10.079h0.48c3.239,0,4.104-1.681,4.176-2.952h2.761v17.04h-3.361V12.431H19.49V10.079z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/22.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/22.svg
new file mode 100644
index 0000000..f48c5f3
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/22.svg
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
+			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
+			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
+		<path style="fill:#FFFFFF;" d="M17.316,13.484c0-5.545,4.056-6.024,5.568-6.024c3.265,0,5.856,1.92,5.856,5.376
+			c0,2.928-1.896,4.416-3.553,5.544c-2.256,1.584-3.432,2.353-3.815,3.145h7.392V24.5h-11.64c0.12-1.992,0.264-4.08,3.96-6.768
+			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.353-2.424c-2.352,0-2.423,1.944-2.447,3.192H17.316z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/23.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/23.svg
new file mode 100644
index 0000000..6624212
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/23.svg
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
+			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
+			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
+		<path style="fill:#FFFFFF;" d="M21.612,14.636h0.528c1.008,0,2.855-0.096,2.855-2.304c0-0.624-0.287-2.185-2.136-2.185
+			c-2.304,0-2.304,2.185-2.304,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.28,0,5.28,1.152,5.28,4.752
+			c0,1.728-1.08,2.808-2.04,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.377,5.496-5.809,5.496
+			c-1.607,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.521-0.911,2.521-2.808
+			c0-2.328-2.257-2.424-3.816-2.424V14.636z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/24.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/24.svg
new file mode 100644
index 0000000..a3d5525
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/24.svg
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M4.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
+			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H4.78c0.12-1.992,0.264-4.08,3.96-6.768
+			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H4.972z"/>
+		<path style="fill:#FFFFFF;" d="M30.124,20.732h-1.896V24.5h-3.36v-3.768h-6.72v-2.904L24.412,7.46h3.816v10.656h1.896V20.732z
+			 M24.868,18.116c0-4.128,0.071-6.792,0.071-7.32h-0.047l-4.272,7.32H24.868z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/25.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/25.svg
new file mode 100644
index 0000000..56614a9
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/25.svg
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
+			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
+			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
+		<path style="fill:#FFFFFF;" d="M20.676,14.276c0.624-0.433,1.393-0.937,3.049-0.937c2.279,0,5.16,1.584,5.16,5.496
+			c0,2.328-1.177,6.12-6.193,6.12c-2.664,0-5.375-1.584-5.543-5.016h3.36c0.144,1.392,0.889,2.327,2.376,2.327
+			c1.608,0,2.544-1.367,2.544-3.191c0-1.513-0.72-3.048-2.496-3.048c-0.455,0-1.607,0.023-2.256,1.224l-3-0.144l1.176-9.36h9.36
+			v2.832h-6.937L20.676,14.276z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/26.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/26.svg
new file mode 100644
index 0000000..56faeac
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/26.svg
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
+			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
+			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
+		<path style="fill:#FFFFFF;" d="M25.309,11.78c-0.097-0.96-0.721-1.633-1.969-1.633c-2.184,0-2.688,2.496-2.808,4.704L20.58,14.9
+			c0.456-0.624,1.296-1.416,3.191-1.416c3.529,0,5.209,2.712,5.209,5.256c0,3.72-2.28,6.216-5.568,6.216
+			c-5.16,0-6.168-4.32-6.168-8.568c0-3.24,0.432-8.928,6.336-8.928c0.695,0,2.641,0.264,3.48,1.104
+			c0.936,0.912,1.271,1.416,1.584,3.217H25.309z M23.172,16.172c-1.271,0-2.568,0.792-2.568,2.928c0,1.849,1.056,3.168,2.664,3.168
+			c1.225,0,2.353-0.936,2.353-3.239C25.62,16.868,24.229,16.172,23.172,16.172z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/27.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/27.svg
new file mode 100644
index 0000000..a75c812
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/27.svg
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
+			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
+			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
+		<path style="fill:#FFFFFF;" d="M29.172,10.34c-1.632,1.776-5.808,6.816-6.216,14.16H19.5c0.36-6.816,4.632-12.24,6.072-13.776
+			H17.1l0.072-2.976h12V10.34z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/28.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/28.svg
new file mode 100644
index 0000000..7f8cf1a
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/28.svg
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
+			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
+			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
+		<path style="fill:#FFFFFF;" d="M23.172,24.956c-4.392,0-5.904-2.856-5.904-5.185c0-0.863,0-3.119,2.592-4.319
+			c-1.344-0.672-2.064-1.752-2.064-3.336c0-2.904,2.328-4.656,5.304-4.656c3.528,0,5.4,2.088,5.4,4.44
+			c0,1.464-0.6,2.712-1.968,3.432c1.632,0.815,2.544,1.896,2.544,4.104C29.076,21.596,27.684,24.956,23.172,24.956z M23.124,16.916
+			c-1.224,0-2.4,0.792-2.4,2.64c0,1.632,0.936,2.712,2.472,2.712c1.752,0,2.424-1.512,2.424-2.688
+			C25.62,18.38,24.996,16.916,23.124,16.916z M25.284,12.26c0-1.296-0.888-2.112-1.968-2.112c-1.512,0-2.305,0.864-2.305,2.112
+			c0,1.008,0.744,2.112,2.185,2.112C24.516,14.372,25.284,13.484,25.284,12.26z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/29.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/29.svg
new file mode 100644
index 0000000..cb63adf
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/29.svg
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
+			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
+			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
+		<path style="fill:#FFFFFF;" d="M20.893,20.564v0.023c0.191,1.176,0.936,1.68,1.967,1.68c1.393,0,2.785-1.176,2.809-4.752
+			l-0.048-0.048c-0.769,1.152-2.088,1.44-3.24,1.44c-3.264,0-5.16-2.473-5.16-5.328c0-4.176,2.472-6.12,5.807-6.12
+			c5.904,0,6.001,6.36,6.001,8.76c0,6.601-3.12,8.736-6.192,8.736c-2.904,0-4.992-1.68-5.28-4.392H20.893z M23.1,16.22
+			c1.176,0,2.473-0.84,2.473-2.855c0-1.944-0.84-3.145-2.568-3.145c-0.863,0-2.424,0.433-2.424,2.88
+			C20.58,15.668,21.828,16.22,23.1,16.22z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/3.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/3.gif
new file mode 100644
index 0000000..dd3541a
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/3.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/3.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/3.png
new file mode 100644
index 0000000..ef7b700
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/3.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/3.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/3.svg
new file mode 100644
index 0000000..918be80
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/3.svg
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M15.127,14.005h0.616c1.176,0,3.332-0.112,3.332-2.688c0-0.728-0.336-2.548-2.492-2.548
+			c-2.688,0-2.688,2.548-2.688,3.248h-3.64c0-3.724,2.1-6.384,6.58-6.384c2.66,0,6.16,1.344,6.16,5.544
+			c0,2.016-1.261,3.276-2.38,3.78v0.056c0.699,0.196,2.996,1.232,2.996,4.62c0,3.752-2.772,6.412-6.776,6.412
+			c-1.876,0-6.916-0.42-6.916-6.636h3.836l-0.028,0.027c0,1.064,0.28,3.473,2.912,3.473c1.568,0,2.94-1.064,2.94-3.276
+			c0-2.716-2.632-2.828-4.452-2.828V14.005z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/30.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/30.svg
new file mode 100644
index 0000000..dc43ba1
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/30.svg
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M8.268,14.636h0.528c1.008,0,2.856-0.096,2.856-2.304c0-0.624-0.288-2.185-2.136-2.185
+			c-2.304,0-2.304,2.185-2.304,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.28,0,5.28,1.152,5.28,4.752
+			c0,1.728-1.08,2.808-2.04,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.376,5.496-5.808,5.496
+			c-1.608,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.52-0.911,2.52-2.808
+			c0-2.328-2.256-2.424-3.816-2.424V14.636z"/>
+		<path style="fill:#FFFFFF;" d="M23.172,7.46c4.008,0,5.904,2.76,5.904,8.736c0,5.976-1.896,8.76-5.904,8.76
+			s-5.904-2.784-5.904-8.76C17.268,10.22,19.164,7.46,23.172,7.46z M23.172,22.268c1.92,0,2.448-1.68,2.448-6.071
+			c0-4.393-0.528-6.049-2.448-6.049s-2.448,1.656-2.448,6.049C20.724,20.588,21.252,22.268,23.172,22.268z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/4.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/4.gif
new file mode 100644
index 0000000..4bcbf7e
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/4.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/4.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/4.png
new file mode 100644
index 0000000..adb8364
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/4.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/4.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/4.svg
new file mode 100644
index 0000000..8eb6a53
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/4.svg
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M21.891,20.784h-2.212v4.396h-3.92v-4.396h-7.84v-3.389L15.227,5.3h4.452v12.432h2.212V20.784z
+			 M15.759,17.731c0-4.815,0.084-7.924,0.084-8.54h-0.056l-4.984,8.54H15.759z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/5.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/5.gif
new file mode 100644
index 0000000..1c62b4f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/5.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/5.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/5.png
new file mode 100644
index 0000000..4d7eb46
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/5.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/5.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/5.svg
new file mode 100644
index 0000000..ca7a9f2
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/5.svg
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M14.035,14.252c0.728-0.504,1.624-1.092,3.556-1.092c2.66,0,6.02,1.848,6.02,6.411
+			c0,2.717-1.372,7.141-7.224,7.141c-3.108,0-6.272-1.849-6.468-5.853h3.92c0.168,1.624,1.036,2.717,2.772,2.717
+			c1.876,0,2.968-1.597,2.968-3.725c0-1.764-0.839-3.556-2.912-3.556c-0.532,0-1.876,0.028-2.632,1.428l-3.5-0.168l1.372-10.92
+			h10.919v3.304h-8.092L14.035,14.252z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/6.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/6.gif
new file mode 100644
index 0000000..23bc555
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/6.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/6.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/6.png
new file mode 100644
index 0000000..0ba694a
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/6.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/6.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/6.svg
new file mode 100644
index 0000000..783a0b9
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/6.svg
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M19.106,10.673c-0.112-1.12-0.84-1.904-2.296-1.904c-2.548,0-3.136,2.912-3.276,5.488l0.056,0.056
+			c0.532-0.728,1.512-1.651,3.724-1.651c4.116,0,6.077,3.164,6.077,6.131c0,4.34-2.66,7.252-6.497,7.252
+			c-6.02,0-7.196-5.039-7.196-9.996c0-3.78,0.504-10.416,7.392-10.416c0.812,0,3.08,0.308,4.061,1.288
+			c1.092,1.063,1.483,1.652,1.848,3.752H19.106z M16.614,15.797c-1.484,0-2.996,0.924-2.996,3.416c0,2.156,1.232,3.697,3.108,3.697
+			c1.428,0,2.745-1.094,2.745-3.781C19.471,16.609,17.846,15.797,16.614,15.797z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/7.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/7.gif
new file mode 100644
index 0000000..e55ce89
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/7.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/7.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/7.png
new file mode 100644
index 0000000..472e96f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/7.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/7.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/7.svg
new file mode 100644
index 0000000..59b3714
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/7.svg
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M24.28,9.66c-1.904,2.071-6.776,7.951-7.252,16.52h-4.032c0.42-7.952,5.404-14.28,7.084-16.072
+			h-9.884l0.084-3.472h14V9.66z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/8.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/8.gif
new file mode 100644
index 0000000..49375e0
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/8.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/8.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/8.png
new file mode 100644
index 0000000..5e60973
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/8.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/8.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/8.svg
new file mode 100644
index 0000000..c1803a3
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/8.svg
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M16.28,26.712c-5.124,0-6.888-3.332-6.888-6.048c0-1.009,0-3.641,3.024-5.04
+			c-1.568-0.784-2.408-2.044-2.408-3.893c0-3.388,2.716-5.432,6.188-5.432c4.116,0,6.3,2.436,6.3,5.18
+			c0,1.708-0.7,3.164-2.296,4.004c1.903,0.952,2.968,2.212,2.968,4.788C23.168,22.792,21.544,26.712,16.28,26.712z M16.224,17.332
+			c-1.428,0-2.8,0.924-2.8,3.08c0,1.903,1.092,3.164,2.884,3.164c2.043,0,2.829-1.765,2.829-3.137
+			C19.137,19.04,18.408,17.332,16.224,17.332z M18.744,11.899c0-1.512-1.036-2.464-2.296-2.464c-1.764,0-2.688,1.008-2.688,2.464
+			c0,1.177,0.868,2.464,2.548,2.464C17.848,14.363,18.744,13.328,18.744,11.899z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/9.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/9.gif
new file mode 100644
index 0000000..da12a4f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/9.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/9.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/9.png
new file mode 100644
index 0000000..a0676d2
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/9.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/9.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/9.svg
new file mode 100644
index 0000000..bc149d3
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/9.svg
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M13.953,21.921v0.027c0.224,1.372,1.092,1.961,2.296,1.961c1.624,0,3.248-1.372,3.276-5.545
+			l-0.057-0.056c-0.896,1.344-2.436,1.68-3.78,1.68c-3.808,0-6.02-2.884-6.02-6.216c0-4.872,2.884-7.14,6.776-7.14
+			c6.888,0,7,7.42,7,10.22c0,7.7-3.641,10.192-7.224,10.192c-3.388,0-5.824-1.96-6.16-5.124H13.953z M16.529,16.853
+			c1.372,0,2.884-0.979,2.884-3.332c0-2.268-0.98-3.668-2.996-3.668c-1.008,0-2.828,0.504-2.828,3.36
+			C13.589,16.209,15.045,16.853,16.529,16.853z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/caution.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/caution.gif
new file mode 100644
index 0000000..d9f5e5b
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/caution.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/caution.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/caution.png
new file mode 100644
index 0000000..5b7809c
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/caution.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/caution.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/caution.svg
new file mode 100644
index 0000000..dd84f3f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/caution.svg
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
+<!DOCTYPE svg [
+	<!ENTITY st0 "fill:#FFFFFF;stroke:none;">
+	<!ENTITY st1 "fill:#FFFFFF;stroke-width:6.6112;stroke-linecap:round;stroke-linejoin:round;">
+	<!ENTITY st2 "stroke:#FFFFFF;stroke-width:6.6112;">
+	<!ENTITY st3 "fill:none;stroke:none;">
+	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
+	<!ENTITY st5 "stroke:none;">
+]>
+<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
+	<g id="Layer_x0020_3" style="&st4;">
+		<g>
+			<path style="&st2;" d="M41.7,35.3L26.6,9.4c-0.6-1-1.7-1.7-2.9-1.6c-1.2,0-2.3,0.7-2.9,1.7L6.3,35.4c-0.6,1-0.6,2.3,0,3.3c0.6,1,1.7,1.6,2.9,1.6h29.6c1.2,0,2.3-0.6,2.9-1.7c0.6-1,0.6-2.3,0-3.3z"/>
+			<path style="&st1;" d="M23.7,11L9.2,37h29.6L23.7,11z"/>
+			<path style="&st0;" d="M23.7,11.9L10.3,36.1h27.5l-14-24.1z"/>
+			<g>
+				<path style="&st5;" d="M24.1,34c-1.1,0-1.8-0.8-1.8-1.8c0-1.1,0.7-1.8,1.8-1.8c1.1,0,1.8,0.7,1.8,1.8c0,1-0.7,1.8-1.8,1.8h0z M22.9,29.3l-0.4-9.1h3.2l-0.4,9.1h-2.3z"/>
+			</g>
+		</g>
+	</g>
+	<g id="crop_x0020_marks" style="&st4;">
+		<path style="&st3;" d="M48,48H0V0h48v48z"/>
+	</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/caution.tif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/caution.tif
new file mode 100644
index 0000000..4a28294
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/caution.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/draft.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/draft.png
new file mode 100644
index 0000000..59673fe
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/draft.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/home.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/home.gif
new file mode 100644
index 0000000..6784f5b
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/home.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/home.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/home.png
new file mode 100644
index 0000000..cbb711d
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/home.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/home.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/home.svg
new file mode 100644
index 0000000..e803a31
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/home.svg
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
+<!DOCTYPE svg [
+	<!ENTITY st0 "fill-rule:nonzero;clip-rule:nonzero;fill:#FFFFFF;stroke:#000000;stroke-miterlimit:4;">
+	<!ENTITY st1 "fill:none;stroke:none;">
+	<!ENTITY st2 "fill:#000000;">
+	<!ENTITY st3 "fill:none;stroke:#FFFFFF;stroke-width:6.3469;stroke-linejoin:round;">
+	<!ENTITY st4 "fill-rule:evenodd;clip-rule:evenodd;stroke:none;">
+	<!ENTITY st5 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
+]>
+<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
+	<g id="Layer_x0020_3" style="&st0;">
+		<g style="&st4;">
+			<path style="&st3;" d="M22.9,7.1L5.1,21.8l0,0c-0.3,0.3-0.5,0.8-0.5,1.2c0,0.2,0,0.4,0.1,0.6c0.3,0.6,0.9,1,1.6,1c0,0,1.1,0,2.2,0c0,2.4,0,14.2,0,14.2c0,1.1,0.8,1.9,1.8,1.9h27.4c1.1,0,1.9-0.9,1.9-2c0,0,0-11.8,0-14.2c1,0,2,0,2,0c0.8,0,1.4-0.5,1.7-1.2
+				c0.1-0.2,0.1-0.4,0.1-0.6c0-0.5-0.2-1-0.7-1.4c0,0-3.6-3-4.5-3.7c0-1.2,0-6.9,0-6.9c0-1.2-0.8-2-2-2h-4.8c-1,0-1.7,0.6-1.9,1.5c-1.9-1.6-4.1-3.5-4.1-3.5l0.1,0.1c-0.7-0.7-1.8-0.8-2.7-0.1z"/>
+			<path style="&st2;" d="M22.9,7.1L5.1,21.8l0,0c-0.3,0.3-0.5,0.8-0.5,1.2c0,0.2,0,0.4,0.1,0.6c0.3,0.6,0.9,1,1.6,1c0,0,1.1,0,2.2,0c0,2.4,0,14.2,0,14.2c0,1.1,0.8,1.9,1.8,1.9h27.4c1.1,0,1.9-0.9,1.9-2c0,0,0-11.8,0-14.2c1,0,2,0,2,0c0.8,0,1.4-0.5,1.7-1.2
+				c0.1-0.2,0.1-0.4,0.1-0.6c0-0.5-0.2-1-0.7-1.4c0,0-3.6-3-4.5-3.7c0-1.2,0-6.9,0-6.9c0-1.2-0.8-2-2-2h-4.8c-1,0-1.7,0.6-1.9,1.5c-1.9-1.6-4.1-3.5-4.1-3.5l0.1,0.1c-0.7-0.7-1.8-0.8-2.7-0.1z"/>
+			<path style="&st2;" d="M41.8,22.8l-5.1-4.2v-0.1L31,13.7v0l-6.5-5.5C24.2,8,24,8,23.8,8.2L6.2,22.9c-0.1,0.1-0.1,0.3,0.1,0.3h1.6H10h28.1h1.2h2.3c0.2,0,0.4-0.2,0.2-0.4z"/>
+			<path d="M35.8,16.8l0-5.1c0-0.2-0.1-0.4-0.3-0.4h-3.2c-0.2,0-0.3,0.1-0.3,0.3v2.2l3.9,2.9z"/>
+			<path d="M11.9,24.7V37c0,0.3,0.1,0.4,0.3,0.4h23.6c0.3,0,0.4-0.2,0.4-0.4V24.7H11.9z"/>
+		</g>
+	</g>
+	<g id="crop_x0020_marks" style="&st5;">
+		<path style="&st1;" d="M48,48H0V0h48v48z"/>
+	</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/important.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/important.gif
new file mode 100644
index 0000000..6795d9a
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/important.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/important.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/important.png
new file mode 100644
index 0000000..12c90f6
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/important.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/important.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/important.svg
new file mode 100644
index 0000000..dd84f3f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/important.svg
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
+<!DOCTYPE svg [
+	<!ENTITY st0 "fill:#FFFFFF;stroke:none;">
+	<!ENTITY st1 "fill:#FFFFFF;stroke-width:6.6112;stroke-linecap:round;stroke-linejoin:round;">
+	<!ENTITY st2 "stroke:#FFFFFF;stroke-width:6.6112;">
+	<!ENTITY st3 "fill:none;stroke:none;">
+	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
+	<!ENTITY st5 "stroke:none;">
+]>
+<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
+	<g id="Layer_x0020_3" style="&st4;">
+		<g>
+			<path style="&st2;" d="M41.7,35.3L26.6,9.4c-0.6-1-1.7-1.7-2.9-1.6c-1.2,0-2.3,0.7-2.9,1.7L6.3,35.4c-0.6,1-0.6,2.3,0,3.3c0.6,1,1.7,1.6,2.9,1.6h29.6c1.2,0,2.3-0.6,2.9-1.7c0.6-1,0.6-2.3,0-3.3z"/>
+			<path style="&st1;" d="M23.7,11L9.2,37h29.6L23.7,11z"/>
+			<path style="&st0;" d="M23.7,11.9L10.3,36.1h27.5l-14-24.1z"/>
+			<g>
+				<path style="&st5;" d="M24.1,34c-1.1,0-1.8-0.8-1.8-1.8c0-1.1,0.7-1.8,1.8-1.8c1.1,0,1.8,0.7,1.8,1.8c0,1-0.7,1.8-1.8,1.8h0z M22.9,29.3l-0.4-9.1h3.2l-0.4,9.1h-2.3z"/>
+			</g>
+		</g>
+	</g>
+	<g id="crop_x0020_marks" style="&st4;">
+		<path style="&st3;" d="M48,48H0V0h48v48z"/>
+	</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/important.tif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/important.tif
new file mode 100644
index 0000000..184de63
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/important.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/next.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/next.gif
new file mode 100644
index 0000000..aa1516e
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/next.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/next.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/next.png
new file mode 100644
index 0000000..45835bf
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/next.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/next.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/next.svg
new file mode 100644
index 0000000..75fa83e
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/next.svg
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
+<!DOCTYPE svg [
+	<!ENTITY st0 "fill:none;stroke:none;">
+	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
+	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
+	<!ENTITY st3 "stroke:none;">
+]>
+<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
+	<g id="Layer_x0020_3" style="&st2;">
+		<g>
+			<path style="&st1;" d="M22.4,41.1c0,0.3,0.3,0.3,0.5,0.2l16.6-16.9c0.5-0.5,0.4-0.7,0-1L22.9,6.7c-0.1-0.1-0.4-0.1-0.4,0.1v10H8.9c-0.3,0-0.5,0.2-0.5,0.4l0,13.3C8.4,30.9,8.6,31,9,31h13.5l-0.1,10.1z"/>
+			<path style="&st3;" d="M22.4,41.1c0,0.3,0.3,0.3,0.5,0.2l16.6-16.9c0.5-0.5,0.4-0.7,0-1L22.9,6.7c-0.1-0.1-0.4-0.1-0.4,0.1v10H8.9c-0.3,0-0.5,0.2-0.5,0.4l0,13.3C8.4,30.9,8.6,31,9,31h13.5l-0.1,10.1z"/>
+		</g>
+	</g>
+	<g id="crop_x0020_marks" style="&st2;">
+		<path style="&st0;" d="M48,48H0V0h48v48z"/>
+	</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/note.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/note.gif
new file mode 100644
index 0000000..f329d35
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/note.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/note.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/note.png
new file mode 100644
index 0000000..d0c3c64
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/note.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/note.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/note.svg
new file mode 100644
index 0000000..648299d
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/note.svg
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
+<!DOCTYPE svg [
+	<!ENTITY st0 "fill:none;stroke:#FFFFFF;stroke-width:12.1438;stroke-linejoin:round;">
+	<!ENTITY st1 "fill:none;stroke-width:1.2429;">
+	<!ENTITY st2 "fill:#FFFFFF;stroke:none;">
+	<!ENTITY st3 "fill:none;stroke:#FFFFFF;stroke-width:12.7649;stroke-linejoin:round;">
+	<!ENTITY st4 "fill:#FFFFFF;stroke-width:6.3824;stroke-linejoin:round;">
+	<!ENTITY st5 "fill:none;stroke:none;">
+	<!ENTITY st6 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
+	<!ENTITY st7 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:12.7649;stroke-linejoin:round;">
+	<!ENTITY st8 "stroke:none;">
+	<!ENTITY st9 "fill:none;stroke-width:4.9715;stroke-linejoin:round;">
+]>
+<svg  xmlns="http://www.w3.org/2000/svg" width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve">
+	<g id="Layer_x0020_1" style="&st6;">
+		<path style="&st0;" d="M35.7,19.8v18.9H11V8.8h13.9l10.8,11z"/>
+		<path style="&st3;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
+		<path style="&st7;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
+		<path style="&st4;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
+		<path style="&st2;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
+	</g>
+	<g id="Layer_x0020_4" style="&st6;">
+		<path style="&st9;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
+		<path style="&st8;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
+		<path style="&st8;" d="M20.6,14.7l-2.5,2.5L17,13.4l3.6,1.3z"/>
+		<path style="&st1;" d="M19.6,22.2l3-0.3l2.4-2.4l0.4-2.8"/>
+		<path style="&st2;" d="M20.4,14.9L18.3,17l1.6,5.2l2.7-0.3l2.4-2.4l0.3-2.4l-5-2.2z"/>
+	</g>
+	<g id="crop" style="&st6;">
+		<path style="&st5;" d="M48,48H0V0h48v48z"/>
+	</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/note.tif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/note.tif
new file mode 100644
index 0000000..08644d6
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/note.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/prev.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/prev.gif
new file mode 100644
index 0000000..64ca8f3
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/prev.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/prev.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/prev.png
new file mode 100644
index 0000000..cf24654
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/prev.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/prev.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/prev.svg
new file mode 100644
index 0000000..6d88ffd
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/prev.svg
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
+<!DOCTYPE svg [
+	<!ENTITY st0 "fill:none;stroke:none;">
+	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
+	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
+	<!ENTITY st3 "stroke:none;">
+]>
+<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
+	<g id="Layer_x0020_3" style="&st2;">
+		<g>
+			<path style="&st1;" d="M25.6,6.9c0-0.3-0.3-0.3-0.5-0.2L8.4,23.6c-0.5,0.5-0.4,0.7,0,1l16.6,16.6c0.1,0.1,0.4,0.1,0.4-0.1v-10h13.6c0.3,0,0.5-0.2,0.5-0.4l0-13.3c0-0.3-0.2-0.5-0.5-0.5H25.5l0.1-10.1z"/>
+			<path style="&st3;" d="M25.6,6.9c0-0.3-0.3-0.3-0.5-0.2L8.4,23.6c-0.5,0.5-0.4,0.7,0,1l16.6,16.6c0.1,0.1,0.4,0.1,0.4-0.1v-10h13.6c0.3,0,0.5-0.2,0.5-0.4l0-13.3c0-0.3-0.2-0.5-0.5-0.5H25.5l0.1-10.1z"/>
+		</g>
+	</g>
+	<g id="crop_x0020_marks" style="&st2;">
+		<path style="&st0;" d="M48,48H0V0h48v48z"/>
+	</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/tip.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/tip.gif
new file mode 100644
index 0000000..823f2b4
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/tip.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/tip.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/tip.png
new file mode 100644
index 0000000..5c4aab3
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/tip.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/tip.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/tip.svg
new file mode 100644
index 0000000..4a64a15
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/tip.svg
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
+<!DOCTYPE svg [
+	<!ENTITY st0 "fill:none;stroke:#000000;stroke-width:1.0944;">
+	<!ENTITY st1 "fill:#FFFFFF;stroke:none;">
+	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#FFFFFF;stroke-width:5.6139;stroke-miterlimit:4;">
+	<!ENTITY st3 "fill:none;stroke:none;">
+	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
+	<!ENTITY st5 "stroke:none;">
+]>
+<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
+	<g id="Layer_x0020_3" style="&st2;">
+		<g>
+			<path d="M9.5,18.6c0,8,6.5,14.4,14.4,14.4c8,0,14.4-6.5,14.4-14.4c0-8-6.5-14.4-14.4-14.4c-8,0-14.4,6.5-14.4,14.4z M12.8,18.6c0-6.2,5-11.2,11.2-11.2c6.2,0,11.2,5,11.2,11.2c0,6.2-5,11.2-11.2,11.2c-6.2,0-11.2-5-11.2-11.2z"/>
+			<path d="M28.1,37.9l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
+			<path d="M28.1,34.8l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
+			<path d="M28.1,31.6l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8s0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8s-0.9-1.5-1.8-1.4z"/>
+			<path d="M23.1,41.3v0.9c0,0.9,0.7,1.6,1.6,1.6c0.9,0,1.6-0.7,1.6-1.6v-0.9h-3.3z"/>
+			<path style="&st1;" d="M35.9,18.7c0,6.6-5.4,12-12,12c-6.6,0-12-5.4-12-12s5.4-12,12-12c6.6,0,12,5.4,12,12z"/>
+			<path style="&st5;" d="M9.6,18.6c0,8,6.5,14.4,14.4,14.4c8,0,14.4-6.5,14.4-14.4c0-8-6.5-14.4-14.4-14.4c-8,0-14.4,6.5-14.4,14.4z M12.9,18.6c0-6.2,5-11.2,11.2-11.2c6.2,0,11.2,5,11.2,11.2c0,6.2-5,11.2-11.2,11.2c-6.2,0-11.2-5-11.2-11.2z"/>
+			<path style="&st5;" d="M28.2,37.9l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
+			<path style="&st5;" d="M28.2,34.7l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
+			<path style="&st5;" d="M28.2,31.6l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
+			<path style="&st5;" d="M23.1,41.3v0.9c0,0.9,0.7,1.6,1.6,1.6s1.6-0.7,1.6-1.6v-0.9h-3.3z"/>
+			<path style="&st0;" d="M22.3,28.3l-3.5-10.7c0,0,6.6,3.9,10.5,0"/>
+		</g>
+	</g>
+	<g id="crop_x0020_marks" style="&st4;">
+		<path style="&st3;" d="M48,48H0V0h48v48z"/>
+	</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/tip.tif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/tip.tif
new file mode 100644
index 0000000..4a3d8c7
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/tip.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/toc-blank.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/toc-blank.png
new file mode 100644
index 0000000..6ffad17
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/toc-blank.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/toc-minus.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/toc-minus.png
new file mode 100644
index 0000000..abbb020
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/toc-minus.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/toc-plus.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/toc-plus.png
new file mode 100644
index 0000000..941312c
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/toc-plus.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/up.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/up.gif
new file mode 100644
index 0000000..aabc2d0
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/up.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/up.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/up.png
new file mode 100644
index 0000000..07634de
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/up.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/up.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/up.svg
new file mode 100644
index 0000000..d31aa9c
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/up.svg
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
+<!DOCTYPE svg [
+	<!ENTITY st0 "fill:none;stroke:none;">
+	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
+	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
+	<!ENTITY st3 "stroke:none;">
+]>
+<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
+	<g id="Layer_x0020_3" style="&st2;">
+		<g>
+			<path style="&st1;" d="M41.1,25.6c0.3,0,0.3-0.3,0.2-0.5L24.4,8.4c-0.5-0.5-0.7-0.4-1,0L6.7,25.1c-0.1,0.1-0.1,0.4,0.1,0.4h10v13.6c0,0.3,0.2,0.5,0.4,0.5l13.3,0c0.3,0,0.5-0.2,0.5-0.5V25.5l10.1,0.1z"/>
+			<path style="&st3;" d="M41.1,25.6c0.3,0,0.3-0.3,0.2-0.5L24.4,8.4c-0.5-0.5-0.7-0.4-1,0L6.7,25.1c-0.1,0.1-0.1,0.4,0.1,0.4h10v13.6c0,0.3,0.2,0.5,0.4,0.5l13.3,0c0.3,0,0.5-0.2,0.5-0.5V25.5l10.1,0.1z"/>
+		</g>
+	</g>
+	<g id="crop_x0020_marks" style="&st2;">
+		<path style="&st0;" d="M48,48H0V0h48v48z"/>
+	</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/warning.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/warning.gif
new file mode 100644
index 0000000..3adf191
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/warning.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/warning.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/warning.png
new file mode 100644
index 0000000..1c33db8
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/warning.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/warning.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/warning.svg
new file mode 100644
index 0000000..fc8d748
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/warning.svg
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
+<!DOCTYPE svg [
+	<!ENTITY st0 "fill:#000000;stroke:#FFFFFF;stroke-width:7.9139;stroke-linejoin:round;">
+	<!ENTITY st1 "fill-rule:nonzero;clip-rule:nonzero;fill:#FFFFFF;stroke:#000000;stroke-miterlimit:4;">
+	<!ENTITY st2 "fill:none;stroke:none;">
+	<!ENTITY st3 "fill:#000000;">
+	<!ENTITY st4 "fill-rule:evenodd;clip-rule:evenodd;stroke:none;">
+	<!ENTITY st5 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
+]>
+<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
+	<g id="Layer_x0020_4" style="&st1;">
+		<g style="&st4;">
+			<path style="&st0;" d="M16.4,42.3L5.7,31.6V16.4L16.4,5.7h15.2l10.7,10.7v15.2L31.6,42.3H16.4z"/>
+			<path style="&st3;" d="M16.4,42.3L5.7,31.6V16.4L16.4,5.7h15.2l10.7,10.7v15.2L31.6,42.3H16.4z"/>
+			<path d="M11.7,17.7l18.7,18.7l5.9-5.9L17.6,11.7l-5.9,5.9z"/>
+			<path d="M11.7,30.5l5.9,5.9l18.7-18.7l-5.9-5.9L11.7,30.5z"/>
+		</g>
+	</g>
+	<g id="crop_x0020_marks" style="&st5;">
+		<path style="&st2;" d="M48,48H0V0h48v48z"/>
+	</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/warning.tif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/warning.tif
new file mode 100644
index 0000000..7b6611e
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/warning.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/index.html b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/index.html
new file mode 100644
index 0000000..9a9afdf
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/index.html
@@ -0,0 +1,14 @@
+<html><head>
+      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+   <title>Gemini Web Programmer Guide</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><link rel="home" href="index.html" title="Gemini Web Programmer Guide"><link rel="next" href="ch01.html" title="1.&nbsp;Overview"><!--Begin Google Analytics code--><script type="text/javascript">
+			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
+			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
+		</script><script type="text/javascript">
+			var pageTracker = _gat._getTracker("UA-2728886-3");
+			pageTracker._setDomainName("none");
+			pageTracker._setAllowLinker(true);
+			pageTracker._trackPageview();
+		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Gemini Web Programmer Guide</th></tr><tr><td width="20%" align="left">&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch01.html">Next</a></td></tr></table><hr></div><div class="book" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="d0e1"></a>Gemini Web Programmer Guide</h1></div><div><span class="productname">Gemini Web<br></span></div><div><p class="releaseinfo">2.1.0.RELEASE</p></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="chapter"><a href="ch01.html">1. Overview</a></span></dt><dd><dl><dt><span class="section"><a href="ch01.html#intro">1.1. Introduction</a></span></dt></dl></dd></dl></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
+			_lf_cid = "LF_48be82fa";
+			_lf_remora();
+		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left">&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch01.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right" valign="top">&nbsp;1.&nbsp;Overview</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/ivy.xml b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/ivy.xml
new file mode 100644
index 0000000..54c1e5a
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/ivy.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?xml-stylesheet type="text/xsl" href="http://ivyrep.jayasoft.org/ivy-doc.xsl"?>
+<ivy-module xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://incubator.apache.org/ivy/schemas/ivy.xsd" version="1.3">
+
+	<info organisation="org.eclipse.gemini" module="gemini-web-programmer-guide" revision="2.1.0.RELEASE" status="release" publication="20120721063339"/>
+
+	<configurations>
+		<conf name="compile" visibility="public" extends="aspects" description="Maven compile dependencies"/>
+		<conf name="optional" visibility="public" extends="compile" description="Maven optional dependencies"/>
+		<conf name="provided" visibility="public" description="Maven provided dependencies"/>
+		<conf name="server-provided" visibility="public" description="Maven provided dependencies that already exist in the platform"/>
+		<conf name="runtime" visibility="public" extends="compile" description="Runtime dependencies"/>
+		<conf name="test" visibility="private" description="Test dependencies"/>
+		<conf name="aspects" visibility="private" description="Aspects to be woven"/>
+		<conf name="external" visibility="private" description="External candidates to be woven"/>
+		<conf name="additional" visibility="private" description="Additional candidates to be included in the PAR"/>
+		<conf name="doc" visibility="public" description="Documentation"/>
+	</configurations>
+
+	<publications>
+		<artifact name="gemini-web-programmer-guide" ext="zip" type="zip"/>
+		<artifact name="gemini-web-programmer-guide-single" ext="zip" type="zip"/>
+	</publications>
+
+	<dependencies/>
+
+</ivy-module>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/css/highlight.css b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/css/highlight.css
new file mode 100644
index 0000000..2cb42fd
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/css/highlight.css
@@ -0,0 +1,35 @@
+/* 
+   code highlight CSS resembling the Eclipse IDE default color schema and the EclipseRT Virgo Website
+   @author Christopher Frost
+*/
+
+.hl-keyword {
+  color: #7F0055;
+  font-weight: bold; 
+}
+
+.hl-comment {
+  color: #646571;
+  font-style: italic;
+}
+
+.hl-multiline-comment {
+  color: #646571;
+  font-style: italic;
+}
+
+.hl-tag {
+  color: #646571;
+}
+
+.hl-attribute {
+  color: #7F0055;
+}
+
+.hl-value {
+  color: #0093CF;
+}
+
+.hl-string {
+  color: #0093CF;
+}
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/css/stylesheet.css b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/css/stylesheet.css
new file mode 100644
index 0000000..b02eca7
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/css/stylesheet.css
@@ -0,0 +1,77 @@
+@IMPORT url("highlight.css");
+
+/* 
+   code CSS resembling the EclipseRT Virgo Website
+   @author Christopher Frost
+*/
+
+html {
+  padding:       0pt;
+  margin:        0pt;
+}
+
+body {
+  margin-left:   10%;
+  margin-right:  10%;
+  color:         #111111;
+  font-family:   Arial, Sans-serif;
+}
+
+div {
+  margin:        0pt;
+}
+
+p {
+  text-align:    justify;
+}
+
+hr {
+  border:        1px solid gray;
+  background:    gray;
+}
+
+a {
+	color: #002E62; /* Dark Blue */
+}
+
+a:visited {
+	color: #646571; /* Gray */
+}
+
+a:hover, a:active {
+	color: #0093CF; /* Light Blue */
+}
+
+h1,h2,h3,h4 {
+  color:         #002E62;
+  font-family:   Arial, Sans-serif;
+}
+
+pre {
+  line-height:   1.0;
+  color:         black;
+}
+
+pre.programlisting {
+  font-size:     10pt;
+  padding:       7pt 3pt;
+  border:        1pt solid black;
+  background:    #eeeeee;
+  clear:         both;
+}
+
+div.table {
+  margin:        1em;
+  padding:       0.5em;
+  text-align:    center;
+}
+
+div.table table {
+  display:       table;
+  width:         100%;
+}
+
+div.table td {
+  padding-left:  7px;
+  padding-right: 7px;
+}
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/gemini-web-programmer-guide-single.zip b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/gemini-web-programmer-guide-single.zip
new file mode 100644
index 0000000..c9b88da
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/gemini-web-programmer-guide-single.zip
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/gemini-web-programmer-guide.html b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/gemini-web-programmer-guide.html
new file mode 100644
index 0000000..d8172a8
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/gemini-web-programmer-guide.html
@@ -0,0 +1,17 @@
+<html><head>
+      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+   <title>Gemini Web Programmer Guide</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><!--Begin Google Analytics code--><script type="text/javascript">
+			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
+			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
+		</script><script type="text/javascript">
+			var pageTracker = _gat._getTracker("UA-2728886-3");
+			pageTracker._setDomainName("none");
+			pageTracker._setAllowLinker(true);
+			pageTracker._trackPageview();
+		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="book" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="d0e1"></a>Gemini Web Programmer Guide</h1></div><div><span class="productname">Gemini Web<br></span></div><div><p class="releaseinfo">2.1.0.RELEASE</p></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="chapter"><a href="#introduction">1. Overview</a></span></dt><dd><dl><dt><span class="section"><a href="#intro">1.1. Introduction</a></span></dt></dl></dd></dl></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="introduction"></a>1.&nbsp;Overview</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="intro"></a>1.1&nbsp;Introduction</h2></div></div></div><p>
+			Gemini Web Container implements the Web Container defined by the Web Applications Specification chapter of the OSGi Service Platform Release 4 Version 4.2 Enterprise Specification. 
+			This specification may be downloaded <a class="ulink" href="http://www.osgi.org/Download/Release4V42" target="_top">here</a>.
+		</p></div></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
+			_lf_cid = "LF_48be82fa";
+			_lf_remora();
+		</script><!--End LoopFuse code--></body></html>
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/.images b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/.images
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/.images
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/annot-close.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/annot-close.png
new file mode 100644
index 0000000..b9e1a0d
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/annot-close.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/annot-open.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/annot-open.png
new file mode 100644
index 0000000..71040ec
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/annot-open.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/blank.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/blank.png
new file mode 100644
index 0000000..764bf4f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/blank.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/1.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/1.gif
new file mode 100644
index 0000000..9e7a87f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/1.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/1.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/1.png
new file mode 100644
index 0000000..7d47343
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/1.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/1.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/1.svg
new file mode 100644
index 0000000..e2e87dc
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/1.svg
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M10.428,10.411h0.56c3.78,0,4.788-1.96,4.872-3.444h3.22v19.88h-3.92V13.154h-4.732V10.411z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/10.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/10.gif
new file mode 100644
index 0000000..e80f7f8
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/10.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/10.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/10.png
new file mode 100644
index 0000000..997bbc8
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/10.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/10.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/10.svg
new file mode 100644
index 0000000..4740f58
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/10.svg
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M3.815,10.758h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.11H3.815V10.758z"/>
+		<path style="fill:#FFFFFF;" d="M22.175,7.806c4.009,0,5.904,2.76,5.904,8.736c0,5.975-1.896,8.76-5.904,8.76
+			c-4.008,0-5.904-2.785-5.904-8.76C16.271,10.566,18.167,7.806,22.175,7.806z M22.175,22.613c1.921,0,2.448-1.68,2.448-6.071
+			c0-4.393-0.527-6.049-2.448-6.049c-1.92,0-2.448,1.656-2.448,6.049C19.727,20.934,20.255,22.613,22.175,22.613z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/11.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/11.gif
new file mode 100644
index 0000000..67f91a2
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/11.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/11.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/11.png
new file mode 100644
index 0000000..ce47dac
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/11.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/11.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/11.svg
new file mode 100644
index 0000000..09a0b2c
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/11.svg
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M5.209,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H5.209V10.412z"/>
+		<path style="fill:#FFFFFF;" d="M18.553,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.359V12.764h-4.056V10.412z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/12.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/12.gif
new file mode 100644
index 0000000..54c4b42
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/12.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/12.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/12.png
new file mode 100644
index 0000000..31daf4e
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/12.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/12.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/12.svg
new file mode 100644
index 0000000..9794044
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/12.svg
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M4.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.813V10.412z"/>
+		<path style="fill:#FFFFFF;" d="M17.316,13.484c0-5.545,4.056-6.024,5.568-6.024c3.265,0,5.856,1.92,5.856,5.376
+			c0,2.928-1.896,4.416-3.553,5.544c-2.256,1.584-3.432,2.353-3.815,3.145h7.392V24.5h-11.64c0.12-1.992,0.264-4.08,3.96-6.768
+			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.353-2.424c-2.352,0-2.423,1.944-2.447,3.192H17.316z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/13.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/13.gif
new file mode 100644
index 0000000..dd5d7d9
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/13.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/13.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/13.png
new file mode 100644
index 0000000..14021a8
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/13.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/13.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/13.svg
new file mode 100644
index 0000000..64268bb
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/13.svg
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M3.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H3.813V10.412z"/>
+		<path style="fill:#FFFFFF;" d="M20.611,14.636h0.529c1.008,0,2.855-0.096,2.855-2.304c0-0.624-0.288-2.185-2.137-2.185
+			c-2.303,0-2.303,2.185-2.303,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.279,0,5.279,1.152,5.279,4.752
+			c0,1.728-1.08,2.808-2.039,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.377,5.496-5.809,5.496
+			c-1.607,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.52-0.911,2.52-2.808
+			c0-2.328-2.256-2.424-3.816-2.424V14.636z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/14.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/14.gif
new file mode 100644
index 0000000..3d7a952
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/14.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/14.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/14.png
new file mode 100644
index 0000000..64014b7
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/14.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/14.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/14.svg
new file mode 100644
index 0000000..469aa97
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/14.svg
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M4.146,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.146V10.412z"/>
+		<path style="fill:#FFFFFF;" d="M28.457,20.732h-1.896V24.5h-3.36v-3.768h-6.72v-2.904L22.746,7.46h3.815v10.656h1.896V20.732z
+			 M23.201,18.116c0-4.128,0.072-6.792,0.072-7.32h-0.048l-4.272,7.32H23.201z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/15.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/15.gif
new file mode 100644
index 0000000..1c9183d
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/15.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/15.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/15.png
new file mode 100644
index 0000000..0d65765
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/15.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/15.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/15.svg
new file mode 100644
index 0000000..8202233
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/15.svg
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M3.479,11.079h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.43H3.479V11.079z"/>
+		<path style="fill:#FFFFFF;" d="M19.342,14.943c0.625-0.433,1.392-0.937,3.048-0.937c2.279,0,5.16,1.584,5.16,5.496
+			c0,2.328-1.176,6.121-6.192,6.121c-2.664,0-5.376-1.584-5.544-5.016h3.36c0.144,1.391,0.888,2.326,2.376,2.326
+			c1.607,0,2.544-1.367,2.544-3.191c0-1.512-0.72-3.047-2.496-3.047c-0.456,0-1.608,0.023-2.256,1.223l-3-0.143l1.176-9.361h9.36
+			v2.832h-6.937L19.342,14.943z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/16.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/16.svg
new file mode 100644
index 0000000..01d6bf8
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/16.svg
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M3.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H3.813V10.412z"/>
+		<path style="fill:#FFFFFF;" d="M24.309,11.78c-0.097-0.96-0.721-1.633-1.969-1.633c-2.184,0-2.688,2.496-2.808,4.704L19.58,14.9
+			c0.456-0.624,1.296-1.416,3.191-1.416c3.529,0,5.209,2.712,5.209,5.256c0,3.72-2.28,6.216-5.568,6.216
+			c-5.16,0-6.168-4.32-6.168-8.568c0-3.24,0.432-8.928,6.336-8.928c0.695,0,2.641,0.264,3.48,1.104
+			c0.936,0.912,1.271,1.416,1.584,3.217H24.309z M22.172,16.172c-1.271,0-2.568,0.792-2.568,2.928c0,1.849,1.056,3.168,2.664,3.168
+			c1.225,0,2.353-0.936,2.353-3.239C24.62,16.868,23.229,16.172,22.172,16.172z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/17.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/17.svg
new file mode 100644
index 0000000..0a04c55
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/17.svg
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M3.479,11.079h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.43H3.479V11.079z"/>
+		<path style="fill:#FFFFFF;" d="M27.838,11.006c-1.631,1.776-5.807,6.816-6.215,14.16h-3.457c0.36-6.816,4.632-12.24,6.072-13.776
+			h-8.472l0.072-2.976h12V11.006z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/18.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/18.svg
new file mode 100644
index 0000000..1cb891b
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/18.svg
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M4.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.813V10.412z"/>
+		<path style="fill:#FFFFFF;" d="M23.172,24.956c-4.392,0-5.904-2.856-5.904-5.185c0-0.863,0-3.119,2.592-4.319
+			c-1.344-0.672-2.064-1.752-2.064-3.336c0-2.904,2.328-4.656,5.304-4.656c3.528,0,5.4,2.088,5.4,4.44
+			c0,1.464-0.6,2.712-1.968,3.432c1.632,0.815,2.544,1.896,2.544,4.104C29.076,21.596,27.684,24.956,23.172,24.956z M23.124,16.916
+			c-1.224,0-2.4,0.792-2.4,2.64c0,1.632,0.936,2.712,2.472,2.712c1.752,0,2.424-1.512,2.424-2.688
+			C25.62,18.38,24.996,16.916,23.124,16.916z M25.284,12.26c0-1.296-0.888-2.112-1.968-2.112c-1.512,0-2.305,0.864-2.305,2.112
+			c0,1.008,0.744,2.112,2.185,2.112C24.516,14.372,25.284,13.484,25.284,12.26z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/19.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/19.svg
new file mode 100644
index 0000000..e6fbb17
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/19.svg
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M4.146,10.746h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.041h-3.36V13.097H4.146V10.746z"/>
+		<path style="fill:#FFFFFF;" d="M20.225,20.898v0.023c0.192,1.176,0.936,1.68,1.968,1.68c1.392,0,2.783-1.176,2.808-4.752
+			l-0.048-0.049c-0.768,1.152-2.088,1.441-3.24,1.441c-3.264,0-5.16-2.473-5.16-5.329c0-4.176,2.472-6.12,5.808-6.12
+			c5.904,0,6,6.36,6,8.76c0,6.601-3.12,8.736-6.192,8.736c-2.904,0-4.992-1.68-5.28-4.391H20.225z M22.434,16.553
+			c1.176,0,2.472-0.84,2.472-2.855c0-1.944-0.841-3.145-2.568-3.145c-0.864,0-2.424,0.433-2.424,2.88
+			C19.913,16.001,21.161,16.553,22.434,16.553z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/2.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/2.gif
new file mode 100644
index 0000000..94d42a3
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/2.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/2.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/2.png
new file mode 100644
index 0000000..5d09341
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/2.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/2.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/2.svg
new file mode 100644
index 0000000..07d0339
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/2.svg
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M9.668,12.328c0-6.469,4.732-7.028,6.496-7.028c3.808,0,6.833,2.24,6.833,6.271
+			c0,3.416-2.213,5.152-4.145,6.469c-2.632,1.848-4.004,2.744-4.452,3.668h8.624v3.472H9.444c0.14-2.324,0.308-4.76,4.62-7.896
+			c3.584-2.604,5.012-3.612,5.012-5.853c0-1.315-0.84-2.828-2.744-2.828c-2.744,0-2.828,2.269-2.856,3.725H9.668z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/20.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/20.svg
new file mode 100644
index 0000000..ccbfd40
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/20.svg
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
+			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
+			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
+		<path style="fill:#FFFFFF;" d="M23.172,7.46c4.008,0,5.904,2.76,5.904,8.736c0,5.976-1.896,8.76-5.904,8.76
+			s-5.904-2.784-5.904-8.76C17.268,10.22,19.164,7.46,23.172,7.46z M23.172,22.268c1.92,0,2.448-1.68,2.448-6.071
+			c0-4.393-0.528-6.049-2.448-6.049s-2.448,1.656-2.448,6.049C20.724,20.588,21.252,22.268,23.172,22.268z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/21.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/21.svg
new file mode 100644
index 0000000..93ec53f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/21.svg
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M5.306,13.151c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
+			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392v2.976H5.114c0.12-1.992,0.264-4.08,3.96-6.768
+			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H5.306z"/>
+		<path style="fill:#FFFFFF;" d="M19.49,10.079h0.48c3.239,0,4.104-1.681,4.176-2.952h2.761v17.04h-3.361V12.431H19.49V10.079z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/22.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/22.svg
new file mode 100644
index 0000000..f48c5f3
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/22.svg
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
+			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
+			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
+		<path style="fill:#FFFFFF;" d="M17.316,13.484c0-5.545,4.056-6.024,5.568-6.024c3.265,0,5.856,1.92,5.856,5.376
+			c0,2.928-1.896,4.416-3.553,5.544c-2.256,1.584-3.432,2.353-3.815,3.145h7.392V24.5h-11.64c0.12-1.992,0.264-4.08,3.96-6.768
+			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.353-2.424c-2.352,0-2.423,1.944-2.447,3.192H17.316z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/23.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/23.svg
new file mode 100644
index 0000000..6624212
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/23.svg
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
+			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
+			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
+		<path style="fill:#FFFFFF;" d="M21.612,14.636h0.528c1.008,0,2.855-0.096,2.855-2.304c0-0.624-0.287-2.185-2.136-2.185
+			c-2.304,0-2.304,2.185-2.304,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.28,0,5.28,1.152,5.28,4.752
+			c0,1.728-1.08,2.808-2.04,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.377,5.496-5.809,5.496
+			c-1.607,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.521-0.911,2.521-2.808
+			c0-2.328-2.257-2.424-3.816-2.424V14.636z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/24.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/24.svg
new file mode 100644
index 0000000..a3d5525
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/24.svg
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M4.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
+			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H4.78c0.12-1.992,0.264-4.08,3.96-6.768
+			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H4.972z"/>
+		<path style="fill:#FFFFFF;" d="M30.124,20.732h-1.896V24.5h-3.36v-3.768h-6.72v-2.904L24.412,7.46h3.816v10.656h1.896V20.732z
+			 M24.868,18.116c0-4.128,0.071-6.792,0.071-7.32h-0.047l-4.272,7.32H24.868z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/25.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/25.svg
new file mode 100644
index 0000000..56614a9
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/25.svg
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
+			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
+			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
+		<path style="fill:#FFFFFF;" d="M20.676,14.276c0.624-0.433,1.393-0.937,3.049-0.937c2.279,0,5.16,1.584,5.16,5.496
+			c0,2.328-1.177,6.12-6.193,6.12c-2.664,0-5.375-1.584-5.543-5.016h3.36c0.144,1.392,0.889,2.327,2.376,2.327
+			c1.608,0,2.544-1.367,2.544-3.191c0-1.513-0.72-3.048-2.496-3.048c-0.455,0-1.607,0.023-2.256,1.224l-3-0.144l1.176-9.36h9.36
+			v2.832h-6.937L20.676,14.276z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/26.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/26.svg
new file mode 100644
index 0000000..56faeac
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/26.svg
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
+			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
+			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
+		<path style="fill:#FFFFFF;" d="M25.309,11.78c-0.097-0.96-0.721-1.633-1.969-1.633c-2.184,0-2.688,2.496-2.808,4.704L20.58,14.9
+			c0.456-0.624,1.296-1.416,3.191-1.416c3.529,0,5.209,2.712,5.209,5.256c0,3.72-2.28,6.216-5.568,6.216
+			c-5.16,0-6.168-4.32-6.168-8.568c0-3.24,0.432-8.928,6.336-8.928c0.695,0,2.641,0.264,3.48,1.104
+			c0.936,0.912,1.271,1.416,1.584,3.217H25.309z M23.172,16.172c-1.271,0-2.568,0.792-2.568,2.928c0,1.849,1.056,3.168,2.664,3.168
+			c1.225,0,2.353-0.936,2.353-3.239C25.62,16.868,24.229,16.172,23.172,16.172z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/27.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/27.svg
new file mode 100644
index 0000000..a75c812
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/27.svg
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
+			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
+			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
+		<path style="fill:#FFFFFF;" d="M29.172,10.34c-1.632,1.776-5.808,6.816-6.216,14.16H19.5c0.36-6.816,4.632-12.24,6.072-13.776
+			H17.1l0.072-2.976h12V10.34z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/28.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/28.svg
new file mode 100644
index 0000000..7f8cf1a
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/28.svg
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
+			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
+			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
+		<path style="fill:#FFFFFF;" d="M23.172,24.956c-4.392,0-5.904-2.856-5.904-5.185c0-0.863,0-3.119,2.592-4.319
+			c-1.344-0.672-2.064-1.752-2.064-3.336c0-2.904,2.328-4.656,5.304-4.656c3.528,0,5.4,2.088,5.4,4.44
+			c0,1.464-0.6,2.712-1.968,3.432c1.632,0.815,2.544,1.896,2.544,4.104C29.076,21.596,27.684,24.956,23.172,24.956z M23.124,16.916
+			c-1.224,0-2.4,0.792-2.4,2.64c0,1.632,0.936,2.712,2.472,2.712c1.752,0,2.424-1.512,2.424-2.688
+			C25.62,18.38,24.996,16.916,23.124,16.916z M25.284,12.26c0-1.296-0.888-2.112-1.968-2.112c-1.512,0-2.305,0.864-2.305,2.112
+			c0,1.008,0.744,2.112,2.185,2.112C24.516,14.372,25.284,13.484,25.284,12.26z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/29.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/29.svg
new file mode 100644
index 0000000..cb63adf
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/29.svg
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
+			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
+			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
+		<path style="fill:#FFFFFF;" d="M20.893,20.564v0.023c0.191,1.176,0.936,1.68,1.967,1.68c1.393,0,2.785-1.176,2.809-4.752
+			l-0.048-0.048c-0.769,1.152-2.088,1.44-3.24,1.44c-3.264,0-5.16-2.473-5.16-5.328c0-4.176,2.472-6.12,5.807-6.12
+			c5.904,0,6.001,6.36,6.001,8.76c0,6.601-3.12,8.736-6.192,8.736c-2.904,0-4.992-1.68-5.28-4.392H20.893z M23.1,16.22
+			c1.176,0,2.473-0.84,2.473-2.855c0-1.944-0.84-3.145-2.568-3.145c-0.863,0-2.424,0.433-2.424,2.88
+			C20.58,15.668,21.828,16.22,23.1,16.22z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/3.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/3.gif
new file mode 100644
index 0000000..dd3541a
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/3.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/3.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/3.png
new file mode 100644
index 0000000..ef7b700
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/3.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/3.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/3.svg
new file mode 100644
index 0000000..918be80
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/3.svg
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M15.127,14.005h0.616c1.176,0,3.332-0.112,3.332-2.688c0-0.728-0.336-2.548-2.492-2.548
+			c-2.688,0-2.688,2.548-2.688,3.248h-3.64c0-3.724,2.1-6.384,6.58-6.384c2.66,0,6.16,1.344,6.16,5.544
+			c0,2.016-1.261,3.276-2.38,3.78v0.056c0.699,0.196,2.996,1.232,2.996,4.62c0,3.752-2.772,6.412-6.776,6.412
+			c-1.876,0-6.916-0.42-6.916-6.636h3.836l-0.028,0.027c0,1.064,0.28,3.473,2.912,3.473c1.568,0,2.94-1.064,2.94-3.276
+			c0-2.716-2.632-2.828-4.452-2.828V14.005z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/30.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/30.svg
new file mode 100644
index 0000000..dc43ba1
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/30.svg
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M8.268,14.636h0.528c1.008,0,2.856-0.096,2.856-2.304c0-0.624-0.288-2.185-2.136-2.185
+			c-2.304,0-2.304,2.185-2.304,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.28,0,5.28,1.152,5.28,4.752
+			c0,1.728-1.08,2.808-2.04,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.376,5.496-5.808,5.496
+			c-1.608,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.52-0.911,2.52-2.808
+			c0-2.328-2.256-2.424-3.816-2.424V14.636z"/>
+		<path style="fill:#FFFFFF;" d="M23.172,7.46c4.008,0,5.904,2.76,5.904,8.736c0,5.976-1.896,8.76-5.904,8.76
+			s-5.904-2.784-5.904-8.76C17.268,10.22,19.164,7.46,23.172,7.46z M23.172,22.268c1.92,0,2.448-1.68,2.448-6.071
+			c0-4.393-0.528-6.049-2.448-6.049s-2.448,1.656-2.448,6.049C20.724,20.588,21.252,22.268,23.172,22.268z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/4.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/4.gif
new file mode 100644
index 0000000..4bcbf7e
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/4.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/4.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/4.png
new file mode 100644
index 0000000..adb8364
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/4.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/4.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/4.svg
new file mode 100644
index 0000000..8eb6a53
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/4.svg
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M21.891,20.784h-2.212v4.396h-3.92v-4.396h-7.84v-3.389L15.227,5.3h4.452v12.432h2.212V20.784z
+			 M15.759,17.731c0-4.815,0.084-7.924,0.084-8.54h-0.056l-4.984,8.54H15.759z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/5.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/5.gif
new file mode 100644
index 0000000..1c62b4f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/5.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/5.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/5.png
new file mode 100644
index 0000000..4d7eb46
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/5.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/5.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/5.svg
new file mode 100644
index 0000000..ca7a9f2
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/5.svg
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M14.035,14.252c0.728-0.504,1.624-1.092,3.556-1.092c2.66,0,6.02,1.848,6.02,6.411
+			c0,2.717-1.372,7.141-7.224,7.141c-3.108,0-6.272-1.849-6.468-5.853h3.92c0.168,1.624,1.036,2.717,2.772,2.717
+			c1.876,0,2.968-1.597,2.968-3.725c0-1.764-0.839-3.556-2.912-3.556c-0.532,0-1.876,0.028-2.632,1.428l-3.5-0.168l1.372-10.92
+			h10.919v3.304h-8.092L14.035,14.252z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/6.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/6.gif
new file mode 100644
index 0000000..23bc555
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/6.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/6.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/6.png
new file mode 100644
index 0000000..0ba694a
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/6.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/6.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/6.svg
new file mode 100644
index 0000000..783a0b9
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/6.svg
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M19.106,10.673c-0.112-1.12-0.84-1.904-2.296-1.904c-2.548,0-3.136,2.912-3.276,5.488l0.056,0.056
+			c0.532-0.728,1.512-1.651,3.724-1.651c4.116,0,6.077,3.164,6.077,6.131c0,4.34-2.66,7.252-6.497,7.252
+			c-6.02,0-7.196-5.039-7.196-9.996c0-3.78,0.504-10.416,7.392-10.416c0.812,0,3.08,0.308,4.061,1.288
+			c1.092,1.063,1.483,1.652,1.848,3.752H19.106z M16.614,15.797c-1.484,0-2.996,0.924-2.996,3.416c0,2.156,1.232,3.697,3.108,3.697
+			c1.428,0,2.745-1.094,2.745-3.781C19.471,16.609,17.846,15.797,16.614,15.797z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/7.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/7.gif
new file mode 100644
index 0000000..e55ce89
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/7.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/7.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/7.png
new file mode 100644
index 0000000..472e96f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/7.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/7.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/7.svg
new file mode 100644
index 0000000..59b3714
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/7.svg
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M24.28,9.66c-1.904,2.071-6.776,7.951-7.252,16.52h-4.032c0.42-7.952,5.404-14.28,7.084-16.072
+			h-9.884l0.084-3.472h14V9.66z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/8.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/8.gif
new file mode 100644
index 0000000..49375e0
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/8.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/8.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/8.png
new file mode 100644
index 0000000..5e60973
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/8.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/8.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/8.svg
new file mode 100644
index 0000000..c1803a3
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/8.svg
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M16.28,26.712c-5.124,0-6.888-3.332-6.888-6.048c0-1.009,0-3.641,3.024-5.04
+			c-1.568-0.784-2.408-2.044-2.408-3.893c0-3.388,2.716-5.432,6.188-5.432c4.116,0,6.3,2.436,6.3,5.18
+			c0,1.708-0.7,3.164-2.296,4.004c1.903,0.952,2.968,2.212,2.968,4.788C23.168,22.792,21.544,26.712,16.28,26.712z M16.224,17.332
+			c-1.428,0-2.8,0.924-2.8,3.08c0,1.903,1.092,3.164,2.884,3.164c2.043,0,2.829-1.765,2.829-3.137
+			C19.137,19.04,18.408,17.332,16.224,17.332z M18.744,11.899c0-1.512-1.036-2.464-2.296-2.464c-1.764,0-2.688,1.008-2.688,2.464
+			c0,1.177,0.868,2.464,2.548,2.464C17.848,14.363,18.744,13.328,18.744,11.899z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/9.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/9.gif
new file mode 100644
index 0000000..da12a4f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/9.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/9.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/9.png
new file mode 100644
index 0000000..a0676d2
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/9.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/9.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/9.svg
new file mode 100644
index 0000000..bc149d3
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/9.svg
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M13.953,21.921v0.027c0.224,1.372,1.092,1.961,2.296,1.961c1.624,0,3.248-1.372,3.276-5.545
+			l-0.057-0.056c-0.896,1.344-2.436,1.68-3.78,1.68c-3.808,0-6.02-2.884-6.02-6.216c0-4.872,2.884-7.14,6.776-7.14
+			c6.888,0,7,7.42,7,10.22c0,7.7-3.641,10.192-7.224,10.192c-3.388,0-5.824-1.96-6.16-5.124H13.953z M16.529,16.853
+			c1.372,0,2.884-0.979,2.884-3.332c0-2.268-0.98-3.668-2.996-3.668c-1.008,0-2.828,0.504-2.828,3.36
+			C13.589,16.209,15.045,16.853,16.529,16.853z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.gif
new file mode 100644
index 0000000..d9f5e5b
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.png
new file mode 100644
index 0000000..5b7809c
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.svg
new file mode 100644
index 0000000..dd84f3f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.svg
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
+<!DOCTYPE svg [
+	<!ENTITY st0 "fill:#FFFFFF;stroke:none;">
+	<!ENTITY st1 "fill:#FFFFFF;stroke-width:6.6112;stroke-linecap:round;stroke-linejoin:round;">
+	<!ENTITY st2 "stroke:#FFFFFF;stroke-width:6.6112;">
+	<!ENTITY st3 "fill:none;stroke:none;">
+	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
+	<!ENTITY st5 "stroke:none;">
+]>
+<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
+	<g id="Layer_x0020_3" style="&st4;">
+		<g>
+			<path style="&st2;" d="M41.7,35.3L26.6,9.4c-0.6-1-1.7-1.7-2.9-1.6c-1.2,0-2.3,0.7-2.9,1.7L6.3,35.4c-0.6,1-0.6,2.3,0,3.3c0.6,1,1.7,1.6,2.9,1.6h29.6c1.2,0,2.3-0.6,2.9-1.7c0.6-1,0.6-2.3,0-3.3z"/>
+			<path style="&st1;" d="M23.7,11L9.2,37h29.6L23.7,11z"/>
+			<path style="&st0;" d="M23.7,11.9L10.3,36.1h27.5l-14-24.1z"/>
+			<g>
+				<path style="&st5;" d="M24.1,34c-1.1,0-1.8-0.8-1.8-1.8c0-1.1,0.7-1.8,1.8-1.8c1.1,0,1.8,0.7,1.8,1.8c0,1-0.7,1.8-1.8,1.8h0z M22.9,29.3l-0.4-9.1h3.2l-0.4,9.1h-2.3z"/>
+			</g>
+		</g>
+	</g>
+	<g id="crop_x0020_marks" style="&st4;">
+		<path style="&st3;" d="M48,48H0V0h48v48z"/>
+	</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.tif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.tif
new file mode 100644
index 0000000..4a28294
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/draft.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/draft.png
new file mode 100644
index 0000000..59673fe
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/draft.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/home.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/home.gif
new file mode 100644
index 0000000..6784f5b
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/home.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/home.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/home.png
new file mode 100644
index 0000000..cbb711d
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/home.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/home.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/home.svg
new file mode 100644
index 0000000..e803a31
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/home.svg
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
+<!DOCTYPE svg [
+	<!ENTITY st0 "fill-rule:nonzero;clip-rule:nonzero;fill:#FFFFFF;stroke:#000000;stroke-miterlimit:4;">
+	<!ENTITY st1 "fill:none;stroke:none;">
+	<!ENTITY st2 "fill:#000000;">
+	<!ENTITY st3 "fill:none;stroke:#FFFFFF;stroke-width:6.3469;stroke-linejoin:round;">
+	<!ENTITY st4 "fill-rule:evenodd;clip-rule:evenodd;stroke:none;">
+	<!ENTITY st5 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
+]>
+<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
+	<g id="Layer_x0020_3" style="&st0;">
+		<g style="&st4;">
+			<path style="&st3;" d="M22.9,7.1L5.1,21.8l0,0c-0.3,0.3-0.5,0.8-0.5,1.2c0,0.2,0,0.4,0.1,0.6c0.3,0.6,0.9,1,1.6,1c0,0,1.1,0,2.2,0c0,2.4,0,14.2,0,14.2c0,1.1,0.8,1.9,1.8,1.9h27.4c1.1,0,1.9-0.9,1.9-2c0,0,0-11.8,0-14.2c1,0,2,0,2,0c0.8,0,1.4-0.5,1.7-1.2
+				c0.1-0.2,0.1-0.4,0.1-0.6c0-0.5-0.2-1-0.7-1.4c0,0-3.6-3-4.5-3.7c0-1.2,0-6.9,0-6.9c0-1.2-0.8-2-2-2h-4.8c-1,0-1.7,0.6-1.9,1.5c-1.9-1.6-4.1-3.5-4.1-3.5l0.1,0.1c-0.7-0.7-1.8-0.8-2.7-0.1z"/>
+			<path style="&st2;" d="M22.9,7.1L5.1,21.8l0,0c-0.3,0.3-0.5,0.8-0.5,1.2c0,0.2,0,0.4,0.1,0.6c0.3,0.6,0.9,1,1.6,1c0,0,1.1,0,2.2,0c0,2.4,0,14.2,0,14.2c0,1.1,0.8,1.9,1.8,1.9h27.4c1.1,0,1.9-0.9,1.9-2c0,0,0-11.8,0-14.2c1,0,2,0,2,0c0.8,0,1.4-0.5,1.7-1.2
+				c0.1-0.2,0.1-0.4,0.1-0.6c0-0.5-0.2-1-0.7-1.4c0,0-3.6-3-4.5-3.7c0-1.2,0-6.9,0-6.9c0-1.2-0.8-2-2-2h-4.8c-1,0-1.7,0.6-1.9,1.5c-1.9-1.6-4.1-3.5-4.1-3.5l0.1,0.1c-0.7-0.7-1.8-0.8-2.7-0.1z"/>
+			<path style="&st2;" d="M41.8,22.8l-5.1-4.2v-0.1L31,13.7v0l-6.5-5.5C24.2,8,24,8,23.8,8.2L6.2,22.9c-0.1,0.1-0.1,0.3,0.1,0.3h1.6H10h28.1h1.2h2.3c0.2,0,0.4-0.2,0.2-0.4z"/>
+			<path d="M35.8,16.8l0-5.1c0-0.2-0.1-0.4-0.3-0.4h-3.2c-0.2,0-0.3,0.1-0.3,0.3v2.2l3.9,2.9z"/>
+			<path d="M11.9,24.7V37c0,0.3,0.1,0.4,0.3,0.4h23.6c0.3,0,0.4-0.2,0.4-0.4V24.7H11.9z"/>
+		</g>
+	</g>
+	<g id="crop_x0020_marks" style="&st5;">
+		<path style="&st1;" d="M48,48H0V0h48v48z"/>
+	</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.gif
new file mode 100644
index 0000000..6795d9a
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.png
new file mode 100644
index 0000000..12c90f6
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.svg
new file mode 100644
index 0000000..dd84f3f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.svg
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
+<!DOCTYPE svg [
+	<!ENTITY st0 "fill:#FFFFFF;stroke:none;">
+	<!ENTITY st1 "fill:#FFFFFF;stroke-width:6.6112;stroke-linecap:round;stroke-linejoin:round;">
+	<!ENTITY st2 "stroke:#FFFFFF;stroke-width:6.6112;">
+	<!ENTITY st3 "fill:none;stroke:none;">
+	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
+	<!ENTITY st5 "stroke:none;">
+]>
+<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
+	<g id="Layer_x0020_3" style="&st4;">
+		<g>
+			<path style="&st2;" d="M41.7,35.3L26.6,9.4c-0.6-1-1.7-1.7-2.9-1.6c-1.2,0-2.3,0.7-2.9,1.7L6.3,35.4c-0.6,1-0.6,2.3,0,3.3c0.6,1,1.7,1.6,2.9,1.6h29.6c1.2,0,2.3-0.6,2.9-1.7c0.6-1,0.6-2.3,0-3.3z"/>
+			<path style="&st1;" d="M23.7,11L9.2,37h29.6L23.7,11z"/>
+			<path style="&st0;" d="M23.7,11.9L10.3,36.1h27.5l-14-24.1z"/>
+			<g>
+				<path style="&st5;" d="M24.1,34c-1.1,0-1.8-0.8-1.8-1.8c0-1.1,0.7-1.8,1.8-1.8c1.1,0,1.8,0.7,1.8,1.8c0,1-0.7,1.8-1.8,1.8h0z M22.9,29.3l-0.4-9.1h3.2l-0.4,9.1h-2.3z"/>
+			</g>
+		</g>
+	</g>
+	<g id="crop_x0020_marks" style="&st4;">
+		<path style="&st3;" d="M48,48H0V0h48v48z"/>
+	</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.tif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.tif
new file mode 100644
index 0000000..184de63
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/next.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/next.gif
new file mode 100644
index 0000000..aa1516e
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/next.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/next.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/next.png
new file mode 100644
index 0000000..45835bf
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/next.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/next.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/next.svg
new file mode 100644
index 0000000..75fa83e
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/next.svg
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
+<!DOCTYPE svg [
+	<!ENTITY st0 "fill:none;stroke:none;">
+	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
+	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
+	<!ENTITY st3 "stroke:none;">
+]>
+<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
+	<g id="Layer_x0020_3" style="&st2;">
+		<g>
+			<path style="&st1;" d="M22.4,41.1c0,0.3,0.3,0.3,0.5,0.2l16.6-16.9c0.5-0.5,0.4-0.7,0-1L22.9,6.7c-0.1-0.1-0.4-0.1-0.4,0.1v10H8.9c-0.3,0-0.5,0.2-0.5,0.4l0,13.3C8.4,30.9,8.6,31,9,31h13.5l-0.1,10.1z"/>
+			<path style="&st3;" d="M22.4,41.1c0,0.3,0.3,0.3,0.5,0.2l16.6-16.9c0.5-0.5,0.4-0.7,0-1L22.9,6.7c-0.1-0.1-0.4-0.1-0.4,0.1v10H8.9c-0.3,0-0.5,0.2-0.5,0.4l0,13.3C8.4,30.9,8.6,31,9,31h13.5l-0.1,10.1z"/>
+		</g>
+	</g>
+	<g id="crop_x0020_marks" style="&st2;">
+		<path style="&st0;" d="M48,48H0V0h48v48z"/>
+	</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.gif
new file mode 100644
index 0000000..f329d35
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.png
new file mode 100644
index 0000000..d0c3c64
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.svg
new file mode 100644
index 0000000..648299d
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.svg
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
+<!DOCTYPE svg [
+	<!ENTITY st0 "fill:none;stroke:#FFFFFF;stroke-width:12.1438;stroke-linejoin:round;">
+	<!ENTITY st1 "fill:none;stroke-width:1.2429;">
+	<!ENTITY st2 "fill:#FFFFFF;stroke:none;">
+	<!ENTITY st3 "fill:none;stroke:#FFFFFF;stroke-width:12.7649;stroke-linejoin:round;">
+	<!ENTITY st4 "fill:#FFFFFF;stroke-width:6.3824;stroke-linejoin:round;">
+	<!ENTITY st5 "fill:none;stroke:none;">
+	<!ENTITY st6 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
+	<!ENTITY st7 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:12.7649;stroke-linejoin:round;">
+	<!ENTITY st8 "stroke:none;">
+	<!ENTITY st9 "fill:none;stroke-width:4.9715;stroke-linejoin:round;">
+]>
+<svg  xmlns="http://www.w3.org/2000/svg" width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve">
+	<g id="Layer_x0020_1" style="&st6;">
+		<path style="&st0;" d="M35.7,19.8v18.9H11V8.8h13.9l10.8,11z"/>
+		<path style="&st3;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
+		<path style="&st7;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
+		<path style="&st4;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
+		<path style="&st2;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
+	</g>
+	<g id="Layer_x0020_4" style="&st6;">
+		<path style="&st9;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
+		<path style="&st8;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
+		<path style="&st8;" d="M20.6,14.7l-2.5,2.5L17,13.4l3.6,1.3z"/>
+		<path style="&st1;" d="M19.6,22.2l3-0.3l2.4-2.4l0.4-2.8"/>
+		<path style="&st2;" d="M20.4,14.9L18.3,17l1.6,5.2l2.7-0.3l2.4-2.4l0.3-2.4l-5-2.2z"/>
+	</g>
+	<g id="crop" style="&st6;">
+		<path style="&st5;" d="M48,48H0V0h48v48z"/>
+	</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.tif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.tif
new file mode 100644
index 0000000..08644d6
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/prev.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/prev.gif
new file mode 100644
index 0000000..64ca8f3
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/prev.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/prev.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/prev.png
new file mode 100644
index 0000000..cf24654
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/prev.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/prev.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/prev.svg
new file mode 100644
index 0000000..6d88ffd
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/prev.svg
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
+<!DOCTYPE svg [
+	<!ENTITY st0 "fill:none;stroke:none;">
+	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
+	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
+	<!ENTITY st3 "stroke:none;">
+]>
+<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
+	<g id="Layer_x0020_3" style="&st2;">
+		<g>
+			<path style="&st1;" d="M25.6,6.9c0-0.3-0.3-0.3-0.5-0.2L8.4,23.6c-0.5,0.5-0.4,0.7,0,1l16.6,16.6c0.1,0.1,0.4,0.1,0.4-0.1v-10h13.6c0.3,0,0.5-0.2,0.5-0.4l0-13.3c0-0.3-0.2-0.5-0.5-0.5H25.5l0.1-10.1z"/>
+			<path style="&st3;" d="M25.6,6.9c0-0.3-0.3-0.3-0.5-0.2L8.4,23.6c-0.5,0.5-0.4,0.7,0,1l16.6,16.6c0.1,0.1,0.4,0.1,0.4-0.1v-10h13.6c0.3,0,0.5-0.2,0.5-0.4l0-13.3c0-0.3-0.2-0.5-0.5-0.5H25.5l0.1-10.1z"/>
+		</g>
+	</g>
+	<g id="crop_x0020_marks" style="&st2;">
+		<path style="&st0;" d="M48,48H0V0h48v48z"/>
+	</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.gif
new file mode 100644
index 0000000..823f2b4
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.png
new file mode 100644
index 0000000..5c4aab3
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.svg
new file mode 100644
index 0000000..4a64a15
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.svg
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
+<!DOCTYPE svg [
+	<!ENTITY st0 "fill:none;stroke:#000000;stroke-width:1.0944;">
+	<!ENTITY st1 "fill:#FFFFFF;stroke:none;">
+	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#FFFFFF;stroke-width:5.6139;stroke-miterlimit:4;">
+	<!ENTITY st3 "fill:none;stroke:none;">
+	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
+	<!ENTITY st5 "stroke:none;">
+]>
+<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
+	<g id="Layer_x0020_3" style="&st2;">
+		<g>
+			<path d="M9.5,18.6c0,8,6.5,14.4,14.4,14.4c8,0,14.4-6.5,14.4-14.4c0-8-6.5-14.4-14.4-14.4c-8,0-14.4,6.5-14.4,14.4z M12.8,18.6c0-6.2,5-11.2,11.2-11.2c6.2,0,11.2,5,11.2,11.2c0,6.2-5,11.2-11.2,11.2c-6.2,0-11.2-5-11.2-11.2z"/>
+			<path d="M28.1,37.9l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
+			<path d="M28.1,34.8l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
+			<path d="M28.1,31.6l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8s0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8s-0.9-1.5-1.8-1.4z"/>
+			<path d="M23.1,41.3v0.9c0,0.9,0.7,1.6,1.6,1.6c0.9,0,1.6-0.7,1.6-1.6v-0.9h-3.3z"/>
+			<path style="&st1;" d="M35.9,18.7c0,6.6-5.4,12-12,12c-6.6,0-12-5.4-12-12s5.4-12,12-12c6.6,0,12,5.4,12,12z"/>
+			<path style="&st5;" d="M9.6,18.6c0,8,6.5,14.4,14.4,14.4c8,0,14.4-6.5,14.4-14.4c0-8-6.5-14.4-14.4-14.4c-8,0-14.4,6.5-14.4,14.4z M12.9,18.6c0-6.2,5-11.2,11.2-11.2c6.2,0,11.2,5,11.2,11.2c0,6.2-5,11.2-11.2,11.2c-6.2,0-11.2-5-11.2-11.2z"/>
+			<path style="&st5;" d="M28.2,37.9l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
+			<path style="&st5;" d="M28.2,34.7l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
+			<path style="&st5;" d="M28.2,31.6l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
+			<path style="&st5;" d="M23.1,41.3v0.9c0,0.9,0.7,1.6,1.6,1.6s1.6-0.7,1.6-1.6v-0.9h-3.3z"/>
+			<path style="&st0;" d="M22.3,28.3l-3.5-10.7c0,0,6.6,3.9,10.5,0"/>
+		</g>
+	</g>
+	<g id="crop_x0020_marks" style="&st4;">
+		<path style="&st3;" d="M48,48H0V0h48v48z"/>
+	</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.tif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.tif
new file mode 100644
index 0000000..4a3d8c7
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/toc-blank.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/toc-blank.png
new file mode 100644
index 0000000..6ffad17
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/toc-blank.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/toc-minus.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/toc-minus.png
new file mode 100644
index 0000000..abbb020
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/toc-minus.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/toc-plus.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/toc-plus.png
new file mode 100644
index 0000000..941312c
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/toc-plus.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/up.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/up.gif
new file mode 100644
index 0000000..aabc2d0
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/up.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/up.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/up.png
new file mode 100644
index 0000000..07634de
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/up.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/up.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/up.svg
new file mode 100644
index 0000000..d31aa9c
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/up.svg
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
+<!DOCTYPE svg [
+	<!ENTITY st0 "fill:none;stroke:none;">
+	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
+	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
+	<!ENTITY st3 "stroke:none;">
+]>
+<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
+	<g id="Layer_x0020_3" style="&st2;">
+		<g>
+			<path style="&st1;" d="M41.1,25.6c0.3,0,0.3-0.3,0.2-0.5L24.4,8.4c-0.5-0.5-0.7-0.4-1,0L6.7,25.1c-0.1,0.1-0.1,0.4,0.1,0.4h10v13.6c0,0.3,0.2,0.5,0.4,0.5l13.3,0c0.3,0,0.5-0.2,0.5-0.5V25.5l10.1,0.1z"/>
+			<path style="&st3;" d="M41.1,25.6c0.3,0,0.3-0.3,0.2-0.5L24.4,8.4c-0.5-0.5-0.7-0.4-1,0L6.7,25.1c-0.1,0.1-0.1,0.4,0.1,0.4h10v13.6c0,0.3,0.2,0.5,0.4,0.5l13.3,0c0.3,0,0.5-0.2,0.5-0.5V25.5l10.1,0.1z"/>
+		</g>
+	</g>
+	<g id="crop_x0020_marks" style="&st2;">
+		<path style="&st0;" d="M48,48H0V0h48v48z"/>
+	</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.gif
new file mode 100644
index 0000000..3adf191
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.png
new file mode 100644
index 0000000..1c33db8
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.svg
new file mode 100644
index 0000000..fc8d748
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.svg
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
+<!DOCTYPE svg [
+	<!ENTITY st0 "fill:#000000;stroke:#FFFFFF;stroke-width:7.9139;stroke-linejoin:round;">
+	<!ENTITY st1 "fill-rule:nonzero;clip-rule:nonzero;fill:#FFFFFF;stroke:#000000;stroke-miterlimit:4;">
+	<!ENTITY st2 "fill:none;stroke:none;">
+	<!ENTITY st3 "fill:#000000;">
+	<!ENTITY st4 "fill-rule:evenodd;clip-rule:evenodd;stroke:none;">
+	<!ENTITY st5 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
+]>
+<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
+	<g id="Layer_x0020_4" style="&st1;">
+		<g style="&st4;">
+			<path style="&st0;" d="M16.4,42.3L5.7,31.6V16.4L16.4,5.7h15.2l10.7,10.7v15.2L31.6,42.3H16.4z"/>
+			<path style="&st3;" d="M16.4,42.3L5.7,31.6V16.4L16.4,5.7h15.2l10.7,10.7v15.2L31.6,42.3H16.4z"/>
+			<path d="M11.7,17.7l18.7,18.7l5.9-5.9L17.6,11.7l-5.9,5.9z"/>
+			<path d="M11.7,30.5l5.9,5.9l18.7-18.7l-5.9-5.9L11.7,30.5z"/>
+		</g>
+	</g>
+	<g id="crop_x0020_marks" style="&st5;">
+		<path style="&st2;" d="M48,48H0V0h48v48z"/>
+	</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.tif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.tif
new file mode 100644
index 0000000..7b6611e
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/pdf/gemini-web-programmer-guide.pdf b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/pdf/gemini-web-programmer-guide.pdf
new file mode 100644
index 0000000..f4929ca
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/pdf/gemini-web-programmer-guide.pdf
@@ -0,0 +1,284 @@
+%PDF-1.3
+%ª«¬­
+4 0 obj
+<< /Type /Info
+/Producer (FOP 0.20.5) >>
+endobj
+5 0 obj
+<< /Length 188 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+GaqdY4U]+\(^/b[^Z*7VnF]N(2T_m/$fW9IE"If)Z#kdg_#J?O)Tlp;*R?Ksq+="SA?A>2#pr-O#Y$HmG`7=*27^:a@hhRhODlc)R"kK7@]#)-BA#-j%e2Y5[e\>6/u=r5IJY"eZ,?rWrR#1Fe_C(Ub/eS&;*-,BqC@Ra1%"nY0D>Bhp-H=k8II%I~>
+endstream
+endobj
+6 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 5 0 R
+>>
+endobj
+7 0 obj
+<< /Length 21 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Garg^iGoCd!WWA\!CQ~>
+endstream
+endobj
+8 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 7 0 R
+>>
+endobj
+9 0 obj
+<< /Length 285 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Gb"/e9oHkB&;KZP'm$I3`_;g3F53#fMBHSMiaLH@90c_.>5u=#qLK^#MhE(Aj;meX%eEH0?.'hVJ;/m]\4sj!5=+57&1hH6['kolBa;i2rVUQV*b<,)Aedp/lcmmu=BA4"22<6S^eMmQ!=CS*j(D;iR#r1`AALS93M!S>^@gTEPan59:m"7;7Xbb%ZncIfRM*)?5RasD"]P//GRT@Iea2V:j1=c'eHLVTP6XNGINi,VC,a!Ur>;WMoVnKIj_S6sMm#P]=qd1bVRQ=!HFIk8)*5iX5l~>
+endstream
+endobj
+10 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 9 0 R
+/Annots 11 0 R
+>>
+endobj
+11 0 obj
+[
+12 0 R
+14 0 R
+]
+endobj
+12 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 90.0 653.936 149.316 641.936 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 13 0 R
+/H /I
+>>
+endobj
+14 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 114.0 640.736 194.328 628.736 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 15 0 R
+/H /I
+>>
+endobj
+16 0 obj
+<< /Length 121 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Garg^iR2p+<A68X1Je?Kj"aG%k;$!j!('$V;\PgkM7K4?V3sY@Y!TKbAsoNJY-EPWOX3gj,G6GL]dPTo2mio>C1M&Z&p#_N9M*c6LfF`Nic5Le!W]M7'nc~>
+endstream
+endobj
+17 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 16 0 R
+>>
+endobj
+18 0 obj
+<< /Length 511 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+GasbWbAMqd&4Q>@`@R3AVq>AcbG:k0X%I(.C)9kd"AH&<X$@Wsmq_JL8Z<E/_;dVtpQ"?\B\_HK5RBI_VM5BrK7Kpb!hP5q3$(B?i=Hdo4s;n>)p10e%eUZ4QJ\G4Q=;q0%gX8$+QBCJ"ZhFk(32a&&@/)'_T>0u2-'2^GHr\o'F'5N;2C4'[tcM&+\UL0=MH_='5P:kX3*&XV.asB(3M5:;0K(EFd]`\OGHjN&m\W>>XOt1FY;^QO4PHDSS'\anjB:I(9pODC5n%UW:#C@Wq;pIQbd,bP+]RZGd..:7pT:UKs%LF/u!M3Z1[RdB\G6a2H%6X94b)?ADd;D'm!YkA#W9<_FtI-U)hQd7"Zql#=anl>NSqMoJa';h[b]B@rDBK$SX-$UI/<uKqm`q!LDc??KY^jb;a;]0OB]`G\h4TE/LA%3_^riA)cHG3Pi*9`s0GLRNchIMMp)-'J`-2Q"5iMgelDN$RcWEETKF\ZbTX@ZA@h.ISN:lk81!nlb<~>
+endstream
+endobj
+19 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 18 0 R
+/Annots 20 0 R
+>>
+endobj
+20 0 obj
+[
+21 0 R
+]
+endobj
+21 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 347.628 596.786 368.28 584.786 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://www.osgi.org/Download/Release4V42)
+/S /URI >>
+/H /I
+>>
+endobj
+22 0 obj
+<< /Length 157 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Garg^iR2p+<A68X1Je?Kj"aG%k;$!j!('$V;\Pgk3KQ'Q[87.N<J]3[dT"RN2D@!G#>/Y4']l5/-0F?e('-j`9FX6rm\Q=#WL=1!$6``S`gE.Z)-NEE9gMWa@W%oQAmp:c`kO(4W%9a4*3.LGKF7c,lQtZ~>
+endstream
+endobj
+23 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 22 0 R
+>>
+endobj
+26 0 obj
+<<
+ /Title (\376\377\0\107\0\145\0\155\0\151\0\156\0\151\0\40\0\127\0\145\0\142\0\40\0\120\0\162\0\157\0\147\0\162\0\141\0\155\0\155\0\145\0\162\0\40\0\107\0\165\0\151\0\144\0\145)
+ /Parent 24 0 R
+ /Next 28 0 R
+ /A 25 0 R
+>> endobj
+28 0 obj
+<<
+ /Title (\376\377\0\124\0\141\0\142\0\154\0\145\0\40\0\157\0\146\0\40\0\103\0\157\0\156\0\164\0\145\0\156\0\164\0\163)
+ /Parent 24 0 R
+ /Prev 26 0 R
+ /Next 29 0 R
+ /A 27 0 R
+>> endobj
+29 0 obj
+<<
+ /Title (\376\377\0\61\0\56\0\240\0\117\0\166\0\145\0\162\0\166\0\151\0\145\0\167)
+ /Parent 24 0 R
+ /First 30 0 R
+ /Last 30 0 R
+ /Prev 28 0 R
+ /Count -1
+ /A 13 0 R
+>> endobj
+30 0 obj
+<<
+ /Title (\376\377\0\61\0\56\0\61\0\240\0\111\0\156\0\164\0\162\0\157\0\144\0\165\0\143\0\164\0\151\0\157\0\156)
+ /Parent 29 0 R
+ /A 15 0 R
+>> endobj
+31 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F1
+/BaseFont /Helvetica
+/Encoding /WinAnsiEncoding >>
+endobj
+32 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F5
+/BaseFont /Times-Roman
+/Encoding /WinAnsiEncoding >>
+endobj
+33 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F3
+/BaseFont /Helvetica-Bold
+/Encoding /WinAnsiEncoding >>
+endobj
+1 0 obj
+<< /Type /Pages
+/Count 6
+/Kids [6 0 R 8 0 R 10 0 R 17 0 R 19 0 R 23 0 R ] >>
+endobj
+2 0 obj
+<< /Type /Catalog
+/Pages 1 0 R
+ /Outlines 24 0 R
+ /PageMode /UseOutlines
+ /Names << /Dests << /Names [  (introduction) [ 19 0 R /XYZ 85.0 726.135 null ] (d0e1) [ 6 0 R /XYZ 85.0 726.135 null ] ] >> >>
+ >>
+endobj
+3 0 obj
+<< 
+/Font << /F1 31 0 R /F5 32 0 R /F3 33 0 R >> 
+/ProcSet [ /PDF /ImageC /Text ] >> 
+endobj
+13 0 obj
+<<
+/S /GoTo
+/D [19 0 R /XYZ 85.0 726.135 null]
+>>
+endobj
+15 0 obj
+<<
+/S /GoTo
+/D [19 0 R /XYZ 85.0 689.836 null]
+>>
+endobj
+24 0 obj
+<<
+ /First 26 0 R
+ /Last 29 0 R
+>> endobj
+25 0 obj
+<<
+/S /GoTo
+/D [6 0 R /XYZ 85.0 726.135 null]
+>>
+endobj
+27 0 obj
+<<
+/S /GoTo
+/D [10 0 R /XYZ 85.0 714.135 null]
+>>
+endobj
+xref
+0 34
+0000000000 65535 f 
+0000004217 00000 n 
+0000004309 00000 n 
+0000004529 00000 n 
+0000000015 00000 n 
+0000000071 00000 n 
+0000000350 00000 n 
+0000000456 00000 n 
+0000000567 00000 n 
+0000000673 00000 n 
+0000001049 00000 n 
+0000001171 00000 n 
+0000001205 00000 n 
+0000004630 00000 n 
+0000001341 00000 n 
+0000004696 00000 n 
+0000001478 00000 n 
+0000001691 00000 n 
+0000001799 00000 n 
+0000002402 00000 n 
+0000002525 00000 n 
+0000002552 00000 n 
+0000002745 00000 n 
+0000002994 00000 n 
+0000004762 00000 n 
+0000004813 00000 n 
+0000003102 00000 n 
+0000004878 00000 n 
+0000003343 00000 n 
+0000003539 00000 n 
+0000003725 00000 n 
+0000003886 00000 n 
+0000003994 00000 n 
+0000004104 00000 n 
+trailer
+<<
+/Size 34
+/Root 2 0 R
+/Info 4 0 R
+>>
+startxref
+4944
+%%EOF
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/ch01.html b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/ch01.html
new file mode 100644
index 0000000..9661e7f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/ch01.html
@@ -0,0 +1,17 @@
+<html><head>
+      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+   <title>1.&nbsp;Overview</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><link rel="home" href="index.html" title="Gemini Web User Guide"><link rel="up" href="index.html" title="Gemini Web User Guide"><link rel="prev" href="index.html" title="Gemini Web User Guide"><link rel="next" href="ch01s02.html" title="1.2&nbsp;About This Guide"><!--Begin Google Analytics code--><script type="text/javascript">
+			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
+			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
+		</script><script type="text/javascript">
+			var pageTracker = _gat._getTracker("UA-2728886-3");
+			pageTracker._setDomainName("none");
+			pageTracker._setAllowLinker(true);
+			pageTracker._trackPageview();
+		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">1.&nbsp;Overview</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="index.html">Prev</a>&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch01s02.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="introduction"></a>1.&nbsp;Overview</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="intro"></a>1.1&nbsp;Introduction</h2></div></div></div><p>
+			Gemini Web Container implements the Web Container defined by the Web Applications Specification chapter of the OSGi Service Platform Release 4 Version 4.2 Enterprise Specification. 
+			This specification may be downloaded <a class="ulink" href="http://www.osgi.org/Download/Release4V42" target="_top">here</a>.
+		</p></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
+			_lf_cid = "LF_48be82fa";
+			_lf_remora();
+		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="index.html">Prev</a>&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch01s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Gemini Web User Guide&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;1.2&nbsp;About This Guide</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/ch01s02.html b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/ch01s02.html
new file mode 100644
index 0000000..2a096d1
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/ch01s02.html
@@ -0,0 +1,25 @@
+<html><head>
+      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+   <title>1.2&nbsp;About This Guide</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><link rel="home" href="index.html" title="Gemini Web User Guide"><link rel="up" href="ch01.html" title="1.&nbsp;Overview"><link rel="prev" href="ch01.html" title="1.&nbsp;Overview"><link rel="next" href="ch02.html" title="2.&nbsp;Installing Gemini Web"><!--Begin Google Analytics code--><script type="text/javascript">
+			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
+			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
+		</script><script type="text/javascript">
+			var pageTracker = _gat._getTracker("UA-2728886-3");
+			pageTracker._setDomainName("none");
+			pageTracker._setAllowLinker(true);
+			pageTracker._trackPageview();
+		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">1.2&nbsp;About This Guide</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01.html">Prev</a>&nbsp;</td><th width="60%" align="center">1.&nbsp;Overview</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch02.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="about-this-guide"></a>1.2&nbsp;About This Guide</h2></div></div></div><p>
+			This User Guide contains step-by-step instructions on how to use Gemini Web Container. This User Guide will enable you to:
+			</p><div class="itemizedlist"><ul type="disc"><li><p>
+						Install Gemini Web Container
+					</p></li><li><p>
+						Deploy and request a simple web application
+					</p></li><li><p>
+						Configure Apache Tomcat
+					</p></li><li><p>
+						Configure OSGi Framework
+					</p></li></ul></div><p>
+		</p></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
+			_lf_cid = "LF_48be82fa";
+			_lf_remora();
+		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch01.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="u" href="ch01.html">Up</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">1.&nbsp;Overview&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;2.&nbsp;Installing Gemini Web</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/ch02.html b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/ch02.html
new file mode 100644
index 0000000..2286060
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/ch02.html
@@ -0,0 +1,17 @@
+<html><head>
+      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+   <title>2.&nbsp;Installing Gemini Web</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><link rel="home" href="index.html" title="Gemini Web User Guide"><link rel="up" href="index.html" title="Gemini Web User Guide"><link rel="prev" href="ch01s02.html" title="1.2&nbsp;About This Guide"><link rel="next" href="ch02s02.html" title="2.2&nbsp;Installing from the ZIP Download"><!--Begin Google Analytics code--><script type="text/javascript">
+			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
+			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
+		</script><script type="text/javascript">
+			var pageTracker = _gat._getTracker("UA-2728886-3");
+			pageTracker._setDomainName("none");
+			pageTracker._setAllowLinker(true);
+			pageTracker._trackPageview();
+		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">2.&nbsp;Installing Gemini Web</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s02.html">Prev</a>&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch02s02.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="installation"></a>2.&nbsp;Installing Gemini Web</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="installation-prereqs"></a>2.1&nbsp;Prerequisites</h2></div></div></div><p>
+			The Gemini Web Container, or GW for short, requires Java SE 6 or later to be installed. Java is available from
+			<a class="ulink" href="http://www.java.com/" target="_top">http://www.java.com/</a> and elsewhere.
+		</p></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
+			_lf_cid = "LF_48be82fa";
+			_lf_remora();
+		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch01s02.html">Prev</a>&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch02s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">1.2&nbsp;About This Guide&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;2.2&nbsp;Installing from the ZIP Download</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/ch02s02.html b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/ch02s02.html
new file mode 100644
index 0000000..0a5230e
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/ch02s02.html
@@ -0,0 +1,38 @@
+<html><head>
+      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+   <title>2.2&nbsp;Installing from the ZIP Download</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><link rel="home" href="index.html" title="Gemini Web User Guide"><link rel="up" href="ch02.html" title="2.&nbsp;Installing Gemini Web"><link rel="prev" href="ch02.html" title="2.&nbsp;Installing Gemini Web"><link rel="next" href="ch03.html" title="3.&nbsp;Configuration"><!--Begin Google Analytics code--><script type="text/javascript">
+			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
+			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
+		</script><script type="text/javascript">
+			var pageTracker = _gat._getTracker("UA-2728886-3");
+			pageTracker._setDomainName("none");
+			pageTracker._setAllowLinker(true);
+			pageTracker._trackPageview();
+		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">2.2&nbsp;Installing from the ZIP Download</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02.html">Prev</a>&nbsp;</td><th width="60%" align="center">2.&nbsp;Installing Gemini Web</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch03.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="installation-zip"></a>2.2&nbsp;Installing from the ZIP Download</h2></div></div></div><div class="itemizedlist"><ul type="disc"><li><p>
+					<a class="ulink" href="http://download.eclipse.org/equinox/" target="_top">Download</a> the Equinox JAR, for example <a class="ulink" href="http://download.eclipse.org/equinox/drops/R-3.7.2-201202080800/download.php?dropFile=org.eclipse.osgi_3.7.2.v20120110-1415.jar" target="_top">org.eclipse.osgi_3.7.2.v20120110-1415.jar</a>, and move it to a suitable directory (e.g. ~/gemini-web-test). 
+					On the <a class="ulink" href="http://download.eclipse.org/equinox/" target="_top">Download</a> page, first choose the desired Release or Build, then download the JAR from the Framework section. 
+				</p></li><li><p>
+					Gemini Web Container is distributed as a ZIP file.
+					<a class="ulink" href="http://www.eclipse.org/gemini/web/download" target="_top">Download</a> Gemini Web Container and unzip it to ~/gemini-web-test/gemini-web. 
+				</p></li><li><p>
+					Configure Equinox by creating a directory ~/gemini-web-test/configuration and create a file config.ini in the configuration directory. 
+					Example file which works with 2.1.0.RELEASE is available in <a class="ulink" href="http://wiki.eclipse.org/images/2/23/Config.ini.2.1.0.zip" target="_top">config.ini.zip</a>. 
+					Essentially config.ini ensures that the dependencies of Gemini Web Container, which come in the dep directory, are installed and then the Gemini Web Container bundles are installed and started. 
+				</p></li><li><p>
+					Start Equinox as follows:
+					</p><pre class="programlisting">java -jar org.eclipse.osgi_3.7.2.v20120110-1415.jar -console</pre></li><li><p>
+					You can then deploy WAR files (a trivial example is available in <a class="ulink" href="http://wiki.eclipse.org/images/a/a0/Simple-war.war.zip" target="_top">Simple-war.war.zip</a>) and web bundles using the install and start commands from the console.
+					</p><pre class="programlisting">osgi&gt; install file:simple-war.war
+Bundle id is 40
+osgi&gt; start 40</pre></li><li><p>
+					Drive the WAR or web bundle using a web browser, e.g. http://localhost:8080/simple-war should display "Hello World!". 
+				</p></li><li><p>
+					Stop Gemini Web Container as follows:
+					</p><pre class="programlisting">osgi&gt; close</pre><p>
+					</p><div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Tip"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="images/tip.gif"></td><th align="left">Tip</th></tr><tr><td align="left" valign="top">
+						You need to stop any old instance of Gemini Web before starting it again. Otherwise, the new instance will not start correctly, because the old one still occupies the http port (and, perhaps, other system resources).
+					</td></tr></table></div><p>
+				</p></li></ul></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
+			_lf_cid = "LF_48be82fa";
+			_lf_remora();
+		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="u" href="ch02.html">Up</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch03.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">2.&nbsp;Installing Gemini Web&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;3.&nbsp;Configuration</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/ch03.html b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/ch03.html
new file mode 100644
index 0000000..3e26faf
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/ch03.html
@@ -0,0 +1,203 @@
+<html><head>
+      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+   <title>3.&nbsp;Configuration</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><link rel="home" href="index.html" title="Gemini Web User Guide"><link rel="up" href="index.html" title="Gemini Web User Guide"><link rel="prev" href="ch02s02.html" title="2.2&nbsp;Installing from the ZIP Download"><link rel="next" href="ch03s02.html" title="3.2&nbsp;Configuring the OSGi Framework"><!--Begin Google Analytics code--><script type="text/javascript">
+			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
+			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
+		</script><script type="text/javascript">
+			var pageTracker = _gat._getTracker("UA-2728886-3");
+			pageTracker._setDomainName("none");
+			pageTracker._setAllowLinker(true);
+			pageTracker._trackPageview();
+		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3.&nbsp;Configuration</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s02.html">Prev</a>&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch03s02.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="configuring"></a>3.&nbsp;Configuration</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="configuring-tomcat"></a>3.1&nbsp;Configuring the Embedded Apache Tomcat Servlet Container</h2></div></div></div><p>
+			Gemini Web Container
+			embeds an OSGi-enhanced version of the <a class="ulink" href="http://tomcat.apache.org/" target="_top">Apache Tomcat Servlet Container</a>
+			in order to provide support for deploying Java EE WARs and OSGi <span class="emphasis"><em>Web Application Bundles</em></span>. 
+			You configure the embedded Servlet container using the standard Apache Tomcat configuration.
+			The main difference is that the configuration file is called <code class="filename">tomcat-server.xml</code> rather than <code class="literal">server.xml</code>.  
+			Another difference is that not all standard Apache Tomcat configuration is supported in Gemini Web Container: the restrictions are described in the remainder of this section.
+			If you do not want to use the default settings, you can provide the <code class="literal">tomcat-server.xml</code> file located in the <code class="literal">$GW_HOME/config</code> directory. 
+		</p><p>Here's an extract of the default configuration distributed with the GW.</p><pre class="programlisting">&lt;<span class="hl-tag">?xml version='1.0' encoding='utf-8'?</span>&gt;
+&lt;<span class="hl-tag">Server</span> <span class="hl-attribute">port</span>=<span class="hl-value">"8005"</span> <span class="hl-attribute">shutdown</span>=<span class="hl-value">"SHUTDOWN"</span>&gt;
+  &lt;<span class="hl-tag">Listener</span> <span class="hl-attribute">className</span>=<span class="hl-value">"org.apache.catalina.core.JasperListener"</span> /&gt;
+
+  &lt;<span class="hl-tag">Service</span> <span class="hl-attribute">name</span>=<span class="hl-value">"Catalina"</span>&gt;
+    
+    &lt;<span class="hl-tag">Connector</span> <span class="hl-attribute">port</span>=<span class="hl-value">"8080"</span> <span class="hl-attribute">protocol</span>=<span class="hl-value">"HTTP/1.1"</span> 
+               <span class="hl-attribute">connectionTimeout</span>=<span class="hl-value">"20000"</span> 
+               <span class="hl-attribute">redirectPort</span>=<span class="hl-value">"8443"</span> /&gt;
+
+    &lt;<span class="hl-tag">Connector</span> <span class="hl-attribute">port</span>=<span class="hl-value">"8009"</span> <span class="hl-attribute">protocol</span>=<span class="hl-value">"AJP/1.3"</span> <span class="hl-attribute">redirectPort</span>=<span class="hl-value">"8443"</span> /&gt;
+
+    &lt;<span class="hl-tag">Engine</span> <span class="hl-attribute">name</span>=<span class="hl-value">"Catalina"</span> <span class="hl-attribute">defaultHost</span>=<span class="hl-value">"localhost"</span>&gt;
+
+      &lt;<span class="hl-tag">Host</span> <span class="hl-attribute">name</span>=<span class="hl-value">"localhost"</span> <span class="hl-attribute">deployOnStartup</span>=<span class="hl-value">"false"</span> <span class="hl-attribute">autoDeploy</span>=<span class="hl-value">"false"</span>
+            <span class="hl-attribute">unpackWARs</span>=<span class="hl-value">"false"</span> <span class="hl-attribute">createDirs</span>=<span class="hl-value">"false"</span>&gt;
+
+      &lt;<span class="hl-tag">/Host</span>&gt;
+    &lt;<span class="hl-tag">/Engine</span>&gt;
+  &lt;<span class="hl-tag">/Service</span>&gt;
+&lt;<span class="hl-tag">/Server</span>&gt;</pre><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="overview-tomcat-servlet-container"></a>Description of the Default Apache Tomcat Configuration</h3></div></div></div><p>
+				The following bullets describe the main elements and attributes in the default <code class="literal">tomcat-server.xml</code> file; for details about updating this file to further configure the embedded Apache Tomcat server, see the <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/config/index.html" target="_top">Apache Tomcat Configuration Reference</a>.
+			</p><div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Tip: Relative paths"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="images/tip.gif"></td><th align="left">Relative paths</th></tr><tr><td align="left" valign="top"><p>If the configured path to a directory or file does not represent an absolute path, GW typically interprets it as a path relative to the <code class="filename">$GW_HOME</code> directory.</p></td></tr></table></div><div class="itemizedlist"><ul type="disc"><li><p>The root element of the <code class="literal">tomcat-server.xml</code> file is <code class="literal">&lt;Server&gt;</code>. The attributes of this element represent the characteristics of the entire embedded Apache Tomcat servlet container. The <code class="literal">shutdown</code> attribute specifies the command string that the shutdown port number receives via a TCP/IP connection in order to shut down the servlet container. The <code class="literal">port</code> attribute specifies the TCP/IP port number that listens for a shutdown message.</p></li><li><p>The <code class="literal">&lt;Listener&gt;</code> XML elements specify the list of lifecycle listeners that monitor and manage the embedded Apache Tomcat servlet container. Each listener class is a Java Management Extensions (JMX) MBean that listens to a specific component of the servlet container and has been programmed to do something at certain lifecycle events of the component, such as before starting up, after stopping, and so on.</p></li><li><p>The <code class="literal">&lt;Service&gt;</code> XML element groups together one or more connectors and a single engine. Connectors define a transport mechanism, such as HTTP, that clients use to send and receive messages to and from the associated service. There are many transports that a client can use, which is why a <code class="literal">&lt;Service&gt;</code> element can have many <code class="literal">&lt;Connector&gt;</code> elements. The engine then defines how these requests and responses that the connector receives and sends are in turn handled by the servlet container; you can define only a single <code class="literal">&lt;Engine&gt;</code> element for any given <code class="literal">&lt;Service&gt;</code> element.</p><p>The sample <code class="literal">tomcat-server.xml</code> file above includes two <code class="literal">&lt;Connector&gt;</code> elements: one for the HTTP transport, and one for the AJP transport. The file also includes a single <code class="literal">&lt;Engine&gt;</code> element, as required.</p></li><li><p>The first connector listens for HTTP requests at the <code class="literal">8080</code> TCP/IP port. The connector, after accepting a connection from a client, waits for a maximum of 20000 milliseconds for a request URI; if it does not receive one from the client by then, the connector times out. If this connector receives a request from the client that requires the SSL transport, the servlet container automatically redirects the request to port <code class="literal">8443</code>. </p></li><li><p>The second AJP Connector element represents a Connector component that communicates with a web connector via the AJP protocol. </p></li><li><p>
+						The engine has a logical name of <code class="literal">Catalina</code>; this is the name used in all log and error messages so you can easily identify problems. 
+						The value of the <code class="literal">defaultHost</code> attribute refers to the name of a <code class="literal">&lt;Host&gt;</code> child element of <code class="literal">&lt;Engine&gt;</code>; this host processes requests directed to host names on this servlet container.
+					</p></li><li><p>
+						The <code class="literal">&lt;Host&gt;</code> child element represents a virtual host, which is an association of a network name for a server (such as <code class="literal">www.mycompany.com</code>) with the particular server on which Catalina is running.  
+					</p></li><li><p>
+						Note that multiple <code class="literal">&lt;Host&gt;</code> elements are not supported in Gemini Web Container.
+					</p></li></ul></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-tomcat-connectors"></a>Connector Configuration</h3></div></div></div><p>The Gemini Web Container supports the configuration of any connector supported by Apache Tomcat. 
+				See the default configuration above for syntax examples, and for further details of the configuration properties supported for various <code class="literal">&lt;Connector&gt;</code> implementations, consult the official <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/config/http.html" target="_top">Apache Tomcat HTTP Connector</a> documentation.
+				For detailed instructions on how to configure Apache Tomcat's SSL support, consult the official <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html" target="_top">Apache Tomcat SSL Configuration HOW-TO</a>.
+			</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-tomcat-clustering"></a>Cluster Configuration</h3></div></div></div><p>
+				Gemini Web Container supports standard Apache Tomcat cluster configuration.
+				By default, clustering of the embedded servlet container is disabled, and the default configuration does not include any clustering information.  
+				See <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/cluster-howto.html" target="_top">Apache Tomcat Clustering/Session Replication HOW-TO</a> for detailed information about enabling and configuring clustering.
+			</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-default-web-xml"></a>Default web.xml Configuration</h3></div></div></div><p>
+				Java Servlet specification enables web applications to provide deployment descriptor (<code class="literal">web.xml</code>) in the <code class="literal">WEB-INF</code> directory.
+				Apache Tomcat introduces a default <code class="literal">web.xml</code> which is similar to web application's <code class="literal">web.xml</code>, but provides configurations that are applied to all web applications.
+				When deploying a web application, Apache Tomcat uses the default <code class="literal">web.xml</code> file as a base configuration. 
+				If the web application provides its own configurations via <code class="literal">web.xml</code> (the one located in the web application's <code class="literal">WEB-INF</code>) or annotations, they overwrite the default ones.
+				In Gemini Web Container you can also provide default configurations for all web applications.
+				If you want to change/extend the default configurations, you can provide the default <code class="literal">web.xml</code> file located in the <code class="literal">$GW_HOME/config</code> directory. 
+			</p><p>
+				</p><div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Tip"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="images/tip.gif"></td><th align="left">Tip</th></tr><tr><td align="left" valign="top">Be careful when changing/extending the default <code class="literal">web.xml</code> as this will affect all web applications.</td></tr></table></div><p>
+			</p><p>
+				Here's an extract of the default configuration distributed with the GW.
+			</p><pre class="programlisting">&lt;<span class="hl-tag">?xml version="1.0" encoding="ISO-8859-1"?</span>&gt;
+&lt;<span class="hl-tag">web-app</span> <span class="hl-attribute">xmlns</span>=<span class="hl-value">"http://java.sun.com/xml/ns/javaee"</span>
+    <span class="hl-attribute">xmlns:xsi</span>=<span class="hl-value">"http://www.w3.org/2001/XMLSchema-instance"</span>
+    <span class="hl-attribute">xsi:schemaLocation</span>=<span class="hl-value">"http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"</span>
+    <span class="hl-attribute">version</span>=<span class="hl-value">"3.0"</span>&gt;
+
+    &lt;<span class="hl-tag">servlet</span>&gt;
+        &lt;<span class="hl-tag">servlet-name</span>&gt;default&lt;<span class="hl-tag">/servlet-name</span>&gt;
+        &lt;<span class="hl-tag">servlet-class</span>&gt;org.apache.catalina.servlets.DefaultServlet&lt;<span class="hl-tag">/servlet-class</span>&gt;
+        &lt;<span class="hl-tag">init-param</span>&gt;
+            &lt;<span class="hl-tag">param-name</span>&gt;debug&lt;<span class="hl-tag">/param-name</span>&gt;
+            &lt;<span class="hl-tag">param-value</span>&gt;0&lt;<span class="hl-tag">/param-value</span>&gt;
+        &lt;<span class="hl-tag">/init-param</span>&gt;
+        &lt;<span class="hl-tag">init-param</span>&gt;
+            &lt;<span class="hl-tag">param-name</span>&gt;listings&lt;<span class="hl-tag">/param-name</span>&gt;
+            &lt;<span class="hl-tag">param-value</span>&gt;false&lt;<span class="hl-tag">/param-value</span>&gt;
+        &lt;<span class="hl-tag">/init-param</span>&gt;
+        &lt;<span class="hl-tag">load-on-startup</span>&gt;1&lt;<span class="hl-tag">/load-on-startup</span>&gt;
+    &lt;<span class="hl-tag">/servlet</span>&gt;
+
+    &lt;<span class="hl-tag">servlet</span>&gt;
+        &lt;<span class="hl-tag">servlet-name</span>&gt;jsp&lt;<span class="hl-tag">/servlet-name</span>&gt;
+        &lt;<span class="hl-tag">servlet-class</span>&gt;org.apache.jasper.servlet.JspServlet&lt;<span class="hl-tag">/servlet-class</span>&gt;
+        &lt;<span class="hl-tag">init-param</span>&gt;
+            &lt;<span class="hl-tag">param-name</span>&gt;fork&lt;<span class="hl-tag">/param-name</span>&gt;
+            &lt;<span class="hl-tag">param-value</span>&gt;false&lt;<span class="hl-tag">/param-value</span>&gt;
+        &lt;<span class="hl-tag">/init-param</span>&gt;
+        &lt;<span class="hl-tag">init-param</span>&gt;
+            &lt;<span class="hl-tag">param-name</span>&gt;xpoweredBy&lt;<span class="hl-tag">/param-name</span>&gt;
+            &lt;<span class="hl-tag">param-value</span>&gt;false&lt;<span class="hl-tag">/param-value</span>&gt;
+        &lt;<span class="hl-tag">/init-param</span>&gt;
+        &lt;<span class="hl-tag">load-on-startup</span>&gt;3&lt;<span class="hl-tag">/load-on-startup</span>&gt;
+    &lt;<span class="hl-tag">/servlet</span>&gt;
+
+    &lt;<span class="hl-tag">servlet-mapping</span>&gt;
+        &lt;<span class="hl-tag">servlet-name</span>&gt;default&lt;<span class="hl-tag">/servlet-name</span>&gt;
+        &lt;<span class="hl-tag">url-pattern</span>&gt;/&lt;<span class="hl-tag">/url-pattern</span>&gt;
+    &lt;<span class="hl-tag">/servlet-mapping</span>&gt;
+
+    &lt;<span class="hl-tag">servlet-mapping</span>&gt;
+        &lt;<span class="hl-tag">servlet-name</span>&gt;jsp&lt;<span class="hl-tag">/servlet-name</span>&gt;
+        &lt;<span class="hl-tag">url-pattern</span>&gt;*.jsp&lt;<span class="hl-tag">/url-pattern</span>&gt;
+    &lt;<span class="hl-tag">/servlet-mapping</span>&gt;
+
+    &lt;<span class="hl-tag">servlet-mapping</span>&gt;
+        &lt;<span class="hl-tag">servlet-name</span>&gt;jsp&lt;<span class="hl-tag">/servlet-name</span>&gt;
+        &lt;<span class="hl-tag">url-pattern</span>&gt;*.jspx&lt;<span class="hl-tag">/url-pattern</span>&gt;
+    &lt;<span class="hl-tag">/servlet-mapping</span>&gt;
+
+    &lt;<span class="hl-tag">session-config</span>&gt;
+        &lt;<span class="hl-tag">session-timeout</span>&gt;30&lt;<span class="hl-tag">/session-timeout</span>&gt;
+    &lt;<span class="hl-tag">/session-config</span>&gt;
+
+    &lt;<span class="hl-tag">mime-mapping</span>&gt;
+        &lt;<span class="hl-tag">extension</span>&gt;abs&lt;<span class="hl-tag">/extension</span>&gt;
+        &lt;<span class="hl-tag">mime-type</span>&gt;audio/x-mpeg&lt;<span class="hl-tag">/mime-type</span>&gt;
+    &lt;<span class="hl-tag">/mime-mapping</span>&gt;
+    ......
+    &lt;<span class="hl-tag">mime-mapping</span>&gt;
+        &lt;<span class="hl-tag">extension</span>&gt;ppt&lt;<span class="hl-tag">/extension</span>&gt;
+        &lt;<span class="hl-tag">mime-type</span>&gt;application/vnd.ms-powerpoint&lt;<span class="hl-tag">/mime-type</span>&gt;
+    &lt;<span class="hl-tag">/mime-mapping</span>&gt;
+
+    &lt;<span class="hl-tag">welcome-file-list</span>&gt;
+        &lt;<span class="hl-tag">welcome-file</span>&gt;index.html&lt;<span class="hl-tag">/welcome-file</span>&gt;
+        &lt;<span class="hl-tag">welcome-file</span>&gt;index.htm&lt;<span class="hl-tag">/welcome-file</span>&gt;
+        &lt;<span class="hl-tag">welcome-file</span>&gt;index.jsp&lt;<span class="hl-tag">/welcome-file</span>&gt;
+    &lt;<span class="hl-tag">/welcome-file-list</span>&gt;
+
+&lt;<span class="hl-tag">/web-app</span>&gt;
+</pre><p>
+				The following bullets describe the main elements in the default <code class="literal">web.xml</code> file.
+				</p><div class="itemizedlist"><ul type="disc"><li><p>The <code class="literal">&lt;Servlet&gt;</code> XML element declares a given servlet and its configurations. The sample <code class="literal">web.xml</code> file above includes two &lt;Servlet&gt; elements.</p><div class="itemizedlist"><ul type="circle"><li><p>
+									The default servlet serves static resources and processes the requests that are not mapped to any servlet.
+									For details about default servlet configuration, see the <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/default-servlet.html" target="_top">Apache Tomcat Default Servlet Reference.</a>.
+								</p></li><li><p>
+									The jsp servlet serves the requests to JavaServer Pages. It is mapped to the URL pattern "*.jsp" and "*.jspx".
+									For details about jsp servlet configuration, see the <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/jasper-howto.html" target="_top">Apache Tomcat Jasper 2 JSP Engine.</a>.
+								</p></li></ul></div></li><li><p>The <code class="literal">&lt;servlet-mapping&gt;</code> XML element specifies the mapping between the servlet and URL pattern.</p></li><li><p>
+							The <code class="literal">&lt;session-config&gt;</code> XML element defines the session configuration for one web application. 
+							The sample <code class="literal">web.xml</code> file above specifies that the session timeout for all web applications will be 30 minutes by default.
+						</p></li><li><p>
+							The <code class="literal">&lt;mime-mapping&gt;</code> XML element defines a mapping between a filename extension and a mime type. 
+							When serving static resources, a "Content-Type" header will be generated based on these mappings.
+						</p></li><li><p>
+							The <code class="literal">&lt;welcome-file-list&gt;</code> XML element specifies a list of welcome files. 
+							When a request URI refers to a directory, the default servlet looks for a "welcome file" within that directory.
+							If the "welcome file" exists it will be served, otherwise 404 status or directory listing will be returned, depending on the default servlet configuration.
+						</p></li></ul></div><p>
+			</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-tomcat-contexts"></a>Context Configuration</h3></div></div></div><p>
+				Gemini Web Container supports standard Apache Tomcat web application context configuration.
+				The <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/config/index.html" target="_top">Apache Tomcat Configuration Reference</a> has a section on
+				<a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/config/context.html" target="_top">The Context Container</a> which describes the mechanism that
+				is used in GW for searching context configuration files and details the context configuration properties.
+			</p><p>
+				Context configuration files may be placed in the following locations,
+				where <code class="literal">[enginename]</code> is the name of Apache Tomcat's engine ('Catalina' by default) and <code class="literal">[hostname]</code> names
+				a virtual host ('localhost' by default), both of which are configured in <code class="literal">tomcat-server.xml</code>:
+				</p><div class="itemizedlist"><ul type="disc"><li><p><code class="literal">$GW_HOME/config/context.xml</code> provides the default context configuration file for all web applications.</p></li><li><p>
+							The <code class="literal">$GW_HOME/config/[enginename]/[hostname]</code> directory may contain:
+					  		</p><div class="itemizedlist"><ul type="circle"><li><p>
+										The default context configuration for all web applications of a given virtual host in the file <code class="literal">context.xml.default</code>.
+									</p></li><li><p>
+										Individual web applications' context configuration files as described in the Apache Tomcat Configuration Reference.
+										For example, the context for a web application with
+										context path <code class="literal">foo</code> may be configured in <code class="literal">foo.xml</code>.
+									</p></li></ul></div><p>
+						</p></li></ul></div><p>
+			</p><p>
+				Note that the following context configuration features are not supported in Gemini Web Container:
+				</p><div class="itemizedlist"><ul type="disc"><li><p>Custom class loaders.</p></li><li><p>Specifying the context path. This is specified using the <code class="literal">Web-ContextPath</code> header in the web application's <code class="literal">MANIFEST.MF</code> file.</p></li><li><p>Specifying the document base directory.</p></li></ul></div><p>
+			</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-naming"></a>JNDI Resources</h3></div></div></div><p>
+				By default Gemini Web Container supports standard Apache Tomcat JNDI Resources handling.
+				The <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/jndi-resources-howto.html" target="_top">Apache Tomcat JDNI Resources How-To</a> 
+				describes in details how the JNDI resources can be configured and used.
+			</p><p>
+				In addition to that feature Gemini Web Container provides a possibility to switch off the standard Apache Tomcat JNDI Resources handling or to use the OSGi one.
+				One can specify the preferred option using <code class="literal">-DuseNaming</code> with one of the following options:
+				</p><div class="itemizedlist"><ul type="disc"><li><code class="literal">tomcat</code> - the default value: this is the standard Apache Tomcat JNDI Resources handling.</li><li><code class="literal">disabled</code> - there is no JNDI Resources handling provided by Gemini Web Container.</li><li><code class="literal">osgi</code> - the OSGi JNDI Resource handling will be enabled. 
+						(<a class="ulink" href="http://eclipse.org/gemini/naming/" target="_top">Gemini Naming</a> can be used as implementation for OSGi JNDI Services Specification)
+						The <a class="ulink" href="http://www.osgi.org/download/r4v42/r4.enterprise.pdf" target="_top">OSGi JNDI Services Specification</a>
+						describes in details how JNDI can be utilized from within an OSGi framework.
+						One can use either <code class="literal">osgi URL scheme</code> in order to look up an OSGi service, or <code class="literal">java URL scheme</code> - a feature provided by Gemini Web Container.
+						If <code class="literal">java URL scheme</code> is chosen then additional configuration is necessary to be provided via context.xml.
+<pre class="programlisting">&lt;<span class="hl-tag">Context</span>&gt;
+&lt;<span class="hl-tag">Resource</span> <span class="hl-attribute">name</span>=<span class="hl-value">"LogService"</span>
+          <span class="hl-attribute">type</span>=<span class="hl-value">"org.osgi.service.log.LogService"</span>
+          <span class="hl-attribute">mappedName</span>=<span class="hl-value">"service/org.osgi.service.log.LogService"</span>
+          <span class="hl-attribute">factory</span>=<span class="hl-value">"org.eclipse.gemini.web.tomcat.naming.factory.OsgiServiceFactory"</span>/&gt;
+&lt;<span class="hl-tag">/Context</span>&gt;</pre>
+						The list below describes in details the different properties:
+						<div class="itemizedlist"><ul type="circle"><li><code class="literal">name</code> - The name of the resource that will be created. The name should be relative to the java:comp/env context.</li><li><code class="literal">type</code> - The fully qualified Java class name of the resource (OSGi service) that web application will expect when it performs a lookup or when it uses @Resource annotation.</li><li><code class="literal">mappedName</code> - the service/s that should be looked up and the filter details if any. 
+								The syntax can be seen in <a class="ulink" href="http://www.osgi.org/download/r4v42/r4.enterprise.pdf" target="_top">OSGi JNDI Services Specification: 126.6 OSGi URL Scheme</a>.
+							</li><li><code class="literal">factory</code> - The class name for the JNDI object factory. Gemini Web Container provides a special JNDI object factory in order to be able to obtain an OSGi service.</li></ul></div></li></ul></div><p>
+			</p></div></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
+			_lf_cid = "LF_48be82fa";
+			_lf_remora();
+		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02s02.html">Prev</a>&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch03s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">2.2&nbsp;Installing from the ZIP Download&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;3.2&nbsp;Configuring the OSGi Framework</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/ch03s02.html b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/ch03s02.html
new file mode 100644
index 0000000..9eed45c
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/ch03s02.html
@@ -0,0 +1,58 @@
+<html><head>
+      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+   <title>3.2&nbsp;Configuring the OSGi Framework</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><link rel="home" href="index.html" title="Gemini Web User Guide"><link rel="up" href="ch03.html" title="3.&nbsp;Configuration"><link rel="prev" href="ch03.html" title="3.&nbsp;Configuration"><!--Begin Google Analytics code--><script type="text/javascript">
+			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
+			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
+		</script><script type="text/javascript">
+			var pageTracker = _gat._getTracker("UA-2728886-3");
+			pageTracker._setDomainName("none");
+			pageTracker._setAllowLinker(true);
+			pageTracker._trackPageview();
+		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3.2&nbsp;Configuring the OSGi Framework</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch03.html">Prev</a>&nbsp;</td><th width="60%" align="center">3.&nbsp;Configuration</th><td width="20%" align="right">&nbsp;</td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="configuring-osgi-framework"></a>3.2&nbsp;Configuring the OSGi Framework</h2></div></div></div><p>
+			This section provides information about configuring the OSGi framework by updating the following files in the
+			<code class="literal">$GW_HOME/configuration</code> directory:
+		</p><div class="table"><a name="configuring-osgi-framework-table"></a><p class="title"><b>Table&nbsp;3.1.&nbsp;OSGi Framework Configuration Files </b></p><div class="table-contents"><table summary="OSGi Framework Configuration Files " style="border-collapse: collapse;border-top: 1.0pt solid ; border-bottom: 1.0pt solid ; border-left: 1.0pt solid ; border-right: 1.0pt solid ; "><colgroup><col><col></colgroup><thead><tr><th style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">Property File</th><th style="border-bottom: 1.0pt solid ; ">Description</th></tr></thead><tbody><tr><td style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">
+							<code class="literal">config.ini</code>
+						</td><td style="border-bottom: 1.0pt solid ; ">Configures the <a class="link" href="ch03s02.html#configuring-framework-properties" title="Configuring OSGi Framework Properties">OSGi framework properties</a>.</td></tr><tr><td style="border-right: 1.0pt solid ; ">
+							<code class="literal">java6-server.profile</code>
+						</td><td style="">Configures the <a class="link" href="ch03s02.html#configuring-framework-profile" title="Configuring OSGi Framework Profile">OSGi framework profile</a>.</td></tr></tbody></table></div></div><br class="table-break"><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-framework-properties"></a>Configuring OSGi Framework Properties</h3></div></div></div><p>
+				You specify the framework properties in the <code class="literal">$GW_HOME/configuration/config.ini</code> file. 
+				The properties relevant to users are described in the following table.
+			</p><div class="table"><a name="configuring-framework-properties-table"></a><p class="title"><b>Table&nbsp;3.2.&nbsp;Framework Properties</b></p><div class="table-contents"><table summary="Framework Properties" style="border-collapse: collapse;border-top: 1.0pt solid ; border-bottom: 1.0pt solid ; border-left: 1.0pt solid ; border-right: 1.0pt solid ; "><colgroup><col><col></colgroup><thead><tr><th style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">Property</th><th style="border-bottom: 1.0pt solid ; ">Description</th></tr></thead><tbody><tr><td style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">
+								<code class="literal">osgi.bundles</code>
+							</td><td style="border-bottom: 1.0pt solid ; ">
+								The comma-separated list of bundles which are automatically installed and optionally started once the system is up and running.
+							</td></tr><tr><td style="border-right: 1.0pt solid ; ">
+								<code class="literal">osgi.java.profile</code>
+							</td><td style="">
+								Specifies the profile to use using a <code class="literal">file:</code> URI with default value
+								<code class="literal">file:configuration/java6-server.profile</code>.
+							</td></tr></tbody></table></div></div><br class="table-break"></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-framework-profile"></a>Configuring OSGi Framework Profile</h3></div></div></div><p>
+				You specify the framework profile in the <code class="literal">$GW_HOME/configuration/java6-server.profile</code> file. 
+				The properties relevant to users are described in the following table.
+			</p><p>
+				<span class="bold"><strong>WARNING:</strong></span> We advise you not to change the framework profile unless you are sure you know exactly what
+				you are doing; updating the profile could cause GW to fail.
+			</p><div class="table"><a name="configuring-framework-profile-table"></a><p class="title"><b>Table&nbsp;3.3.&nbsp;Framework Profile Properties</b></p><div class="table-contents"><table summary="Framework Profile Properties" style="border-collapse: collapse;border-top: 1.0pt solid ; border-bottom: 1.0pt solid ; border-left: 1.0pt solid ; border-right: 1.0pt solid ; "><colgroup><col><col></colgroup><thead><tr><th style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">Property</th><th style="border-bottom: 1.0pt solid ; ">Description</th></tr></thead><tbody><tr><td style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">
+								<code class="literal">org.osgi.framework.bootdelegation</code>
+							</td><td style="border-bottom: 1.0pt solid ; ">
+								<p>
+									This property specifies the packages which are loaded by delegation to the application class loader.
+									Bundles can load classes belonging to these packages without importing the packages.
+									The <code class="literal">.*</code> wildcard matches any package suffix. 
+									<code class="literal">java.*</code> is always boot delegated and must not be specified in this property.
+									Note that the ordering of the packages does not matter.
+								</p>
+							</td></tr><tr><td style="border-right: 1.0pt solid ; ">
+								<code class="literal">org.osgi.framework.system.packages</code>
+							</td><td style="">
+								<p>
+									This property specifies the packages which are exported by the system bundle.
+								</p>
+								<p>
+									It is very occasionally necessary to extend the set, for example when configuring email logging appenders since the implementation of <code class="literal">javax.mail</code>	is intimately related to the implementation of <code class="literal">javax.activation</code>.
+								</p>
+							</td></tr></tbody></table></div></div><br class="table-break"></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
+			_lf_cid = "LF_48be82fa";
+			_lf_remora();
+		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch03.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="u" href="ch03.html">Up</a></td><td width="40%" align="right">&nbsp;</td></tr><tr><td width="40%" align="left" valign="top">3.&nbsp;Configuration&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/css/highlight.css b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/css/highlight.css
new file mode 100644
index 0000000..2cb42fd
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/css/highlight.css
@@ -0,0 +1,35 @@
+/* 
+   code highlight CSS resembling the Eclipse IDE default color schema and the EclipseRT Virgo Website
+   @author Christopher Frost
+*/
+
+.hl-keyword {
+  color: #7F0055;
+  font-weight: bold; 
+}
+
+.hl-comment {
+  color: #646571;
+  font-style: italic;
+}
+
+.hl-multiline-comment {
+  color: #646571;
+  font-style: italic;
+}
+
+.hl-tag {
+  color: #646571;
+}
+
+.hl-attribute {
+  color: #7F0055;
+}
+
+.hl-value {
+  color: #0093CF;
+}
+
+.hl-string {
+  color: #0093CF;
+}
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/css/stylesheet.css b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/css/stylesheet.css
new file mode 100644
index 0000000..b02eca7
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/css/stylesheet.css
@@ -0,0 +1,77 @@
+@IMPORT url("highlight.css");
+
+/* 
+   code CSS resembling the EclipseRT Virgo Website
+   @author Christopher Frost
+*/
+
+html {
+  padding:       0pt;
+  margin:        0pt;
+}
+
+body {
+  margin-left:   10%;
+  margin-right:  10%;
+  color:         #111111;
+  font-family:   Arial, Sans-serif;
+}
+
+div {
+  margin:        0pt;
+}
+
+p {
+  text-align:    justify;
+}
+
+hr {
+  border:        1px solid gray;
+  background:    gray;
+}
+
+a {
+	color: #002E62; /* Dark Blue */
+}
+
+a:visited {
+	color: #646571; /* Gray */
+}
+
+a:hover, a:active {
+	color: #0093CF; /* Light Blue */
+}
+
+h1,h2,h3,h4 {
+  color:         #002E62;
+  font-family:   Arial, Sans-serif;
+}
+
+pre {
+  line-height:   1.0;
+  color:         black;
+}
+
+pre.programlisting {
+  font-size:     10pt;
+  padding:       7pt 3pt;
+  border:        1pt solid black;
+  background:    #eeeeee;
+  clear:         both;
+}
+
+div.table {
+  margin:        1em;
+  padding:       0.5em;
+  text-align:    center;
+}
+
+div.table table {
+  display:       table;
+  width:         100%;
+}
+
+div.table td {
+  padding-left:  7px;
+  padding-right: 7px;
+}
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/gemini-web-user-guide.zip b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/gemini-web-user-guide.zip
new file mode 100644
index 0000000..bf1033a
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/gemini-web-user-guide.zip
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/.images b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/.images
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/.images
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/annot-close.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/annot-close.png
new file mode 100644
index 0000000..b9e1a0d
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/annot-close.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/annot-open.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/annot-open.png
new file mode 100644
index 0000000..71040ec
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/annot-open.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/blank.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/blank.png
new file mode 100644
index 0000000..764bf4f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/blank.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/1.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/1.gif
new file mode 100644
index 0000000..9e7a87f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/1.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/1.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/1.png
new file mode 100644
index 0000000..7d47343
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/1.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/1.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/1.svg
new file mode 100644
index 0000000..e2e87dc
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/1.svg
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M10.428,10.411h0.56c3.78,0,4.788-1.96,4.872-3.444h3.22v19.88h-3.92V13.154h-4.732V10.411z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/10.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/10.gif
new file mode 100644
index 0000000..e80f7f8
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/10.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/10.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/10.png
new file mode 100644
index 0000000..997bbc8
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/10.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/10.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/10.svg
new file mode 100644
index 0000000..4740f58
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/10.svg
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M3.815,10.758h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.11H3.815V10.758z"/>
+		<path style="fill:#FFFFFF;" d="M22.175,7.806c4.009,0,5.904,2.76,5.904,8.736c0,5.975-1.896,8.76-5.904,8.76
+			c-4.008,0-5.904-2.785-5.904-8.76C16.271,10.566,18.167,7.806,22.175,7.806z M22.175,22.613c1.921,0,2.448-1.68,2.448-6.071
+			c0-4.393-0.527-6.049-2.448-6.049c-1.92,0-2.448,1.656-2.448,6.049C19.727,20.934,20.255,22.613,22.175,22.613z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/11.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/11.gif
new file mode 100644
index 0000000..67f91a2
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/11.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/11.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/11.png
new file mode 100644
index 0000000..ce47dac
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/11.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/11.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/11.svg
new file mode 100644
index 0000000..09a0b2c
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/11.svg
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M5.209,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H5.209V10.412z"/>
+		<path style="fill:#FFFFFF;" d="M18.553,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.359V12.764h-4.056V10.412z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/12.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/12.gif
new file mode 100644
index 0000000..54c4b42
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/12.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/12.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/12.png
new file mode 100644
index 0000000..31daf4e
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/12.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/12.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/12.svg
new file mode 100644
index 0000000..9794044
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/12.svg
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M4.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.813V10.412z"/>
+		<path style="fill:#FFFFFF;" d="M17.316,13.484c0-5.545,4.056-6.024,5.568-6.024c3.265,0,5.856,1.92,5.856,5.376
+			c0,2.928-1.896,4.416-3.553,5.544c-2.256,1.584-3.432,2.353-3.815,3.145h7.392V24.5h-11.64c0.12-1.992,0.264-4.08,3.96-6.768
+			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.353-2.424c-2.352,0-2.423,1.944-2.447,3.192H17.316z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/13.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/13.gif
new file mode 100644
index 0000000..dd5d7d9
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/13.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/13.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/13.png
new file mode 100644
index 0000000..14021a8
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/13.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/13.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/13.svg
new file mode 100644
index 0000000..64268bb
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/13.svg
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M3.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H3.813V10.412z"/>
+		<path style="fill:#FFFFFF;" d="M20.611,14.636h0.529c1.008,0,2.855-0.096,2.855-2.304c0-0.624-0.288-2.185-2.137-2.185
+			c-2.303,0-2.303,2.185-2.303,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.279,0,5.279,1.152,5.279,4.752
+			c0,1.728-1.08,2.808-2.039,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.377,5.496-5.809,5.496
+			c-1.607,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.52-0.911,2.52-2.808
+			c0-2.328-2.256-2.424-3.816-2.424V14.636z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/14.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/14.gif
new file mode 100644
index 0000000..3d7a952
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/14.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/14.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/14.png
new file mode 100644
index 0000000..64014b7
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/14.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/14.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/14.svg
new file mode 100644
index 0000000..469aa97
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/14.svg
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M4.146,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.146V10.412z"/>
+		<path style="fill:#FFFFFF;" d="M28.457,20.732h-1.896V24.5h-3.36v-3.768h-6.72v-2.904L22.746,7.46h3.815v10.656h1.896V20.732z
+			 M23.201,18.116c0-4.128,0.072-6.792,0.072-7.32h-0.048l-4.272,7.32H23.201z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/15.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/15.gif
new file mode 100644
index 0000000..1c9183d
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/15.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/15.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/15.png
new file mode 100644
index 0000000..0d65765
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/15.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/15.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/15.svg
new file mode 100644
index 0000000..8202233
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/15.svg
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M3.479,11.079h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.43H3.479V11.079z"/>
+		<path style="fill:#FFFFFF;" d="M19.342,14.943c0.625-0.433,1.392-0.937,3.048-0.937c2.279,0,5.16,1.584,5.16,5.496
+			c0,2.328-1.176,6.121-6.192,6.121c-2.664,0-5.376-1.584-5.544-5.016h3.36c0.144,1.391,0.888,2.326,2.376,2.326
+			c1.607,0,2.544-1.367,2.544-3.191c0-1.512-0.72-3.047-2.496-3.047c-0.456,0-1.608,0.023-2.256,1.223l-3-0.143l1.176-9.361h9.36
+			v2.832h-6.937L19.342,14.943z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/16.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/16.svg
new file mode 100644
index 0000000..01d6bf8
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/16.svg
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M3.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H3.813V10.412z"/>
+		<path style="fill:#FFFFFF;" d="M24.309,11.78c-0.097-0.96-0.721-1.633-1.969-1.633c-2.184,0-2.688,2.496-2.808,4.704L19.58,14.9
+			c0.456-0.624,1.296-1.416,3.191-1.416c3.529,0,5.209,2.712,5.209,5.256c0,3.72-2.28,6.216-5.568,6.216
+			c-5.16,0-6.168-4.32-6.168-8.568c0-3.24,0.432-8.928,6.336-8.928c0.695,0,2.641,0.264,3.48,1.104
+			c0.936,0.912,1.271,1.416,1.584,3.217H24.309z M22.172,16.172c-1.271,0-2.568,0.792-2.568,2.928c0,1.849,1.056,3.168,2.664,3.168
+			c1.225,0,2.353-0.936,2.353-3.239C24.62,16.868,23.229,16.172,22.172,16.172z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/17.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/17.svg
new file mode 100644
index 0000000..0a04c55
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/17.svg
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M3.479,11.079h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.43H3.479V11.079z"/>
+		<path style="fill:#FFFFFF;" d="M27.838,11.006c-1.631,1.776-5.807,6.816-6.215,14.16h-3.457c0.36-6.816,4.632-12.24,6.072-13.776
+			h-8.472l0.072-2.976h12V11.006z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/18.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/18.svg
new file mode 100644
index 0000000..1cb891b
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/18.svg
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M4.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.813V10.412z"/>
+		<path style="fill:#FFFFFF;" d="M23.172,24.956c-4.392,0-5.904-2.856-5.904-5.185c0-0.863,0-3.119,2.592-4.319
+			c-1.344-0.672-2.064-1.752-2.064-3.336c0-2.904,2.328-4.656,5.304-4.656c3.528,0,5.4,2.088,5.4,4.44
+			c0,1.464-0.6,2.712-1.968,3.432c1.632,0.815,2.544,1.896,2.544,4.104C29.076,21.596,27.684,24.956,23.172,24.956z M23.124,16.916
+			c-1.224,0-2.4,0.792-2.4,2.64c0,1.632,0.936,2.712,2.472,2.712c1.752,0,2.424-1.512,2.424-2.688
+			C25.62,18.38,24.996,16.916,23.124,16.916z M25.284,12.26c0-1.296-0.888-2.112-1.968-2.112c-1.512,0-2.305,0.864-2.305,2.112
+			c0,1.008,0.744,2.112,2.185,2.112C24.516,14.372,25.284,13.484,25.284,12.26z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/19.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/19.svg
new file mode 100644
index 0000000..e6fbb17
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/19.svg
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M4.146,10.746h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.041h-3.36V13.097H4.146V10.746z"/>
+		<path style="fill:#FFFFFF;" d="M20.225,20.898v0.023c0.192,1.176,0.936,1.68,1.968,1.68c1.392,0,2.783-1.176,2.808-4.752
+			l-0.048-0.049c-0.768,1.152-2.088,1.441-3.24,1.441c-3.264,0-5.16-2.473-5.16-5.329c0-4.176,2.472-6.12,5.808-6.12
+			c5.904,0,6,6.36,6,8.76c0,6.601-3.12,8.736-6.192,8.736c-2.904,0-4.992-1.68-5.28-4.391H20.225z M22.434,16.553
+			c1.176,0,2.472-0.84,2.472-2.855c0-1.944-0.841-3.145-2.568-3.145c-0.864,0-2.424,0.433-2.424,2.88
+			C19.913,16.001,21.161,16.553,22.434,16.553z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/2.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/2.gif
new file mode 100644
index 0000000..94d42a3
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/2.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/2.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/2.png
new file mode 100644
index 0000000..5d09341
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/2.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/2.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/2.svg
new file mode 100644
index 0000000..07d0339
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/2.svg
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M9.668,12.328c0-6.469,4.732-7.028,6.496-7.028c3.808,0,6.833,2.24,6.833,6.271
+			c0,3.416-2.213,5.152-4.145,6.469c-2.632,1.848-4.004,2.744-4.452,3.668h8.624v3.472H9.444c0.14-2.324,0.308-4.76,4.62-7.896
+			c3.584-2.604,5.012-3.612,5.012-5.853c0-1.315-0.84-2.828-2.744-2.828c-2.744,0-2.828,2.269-2.856,3.725H9.668z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/20.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/20.svg
new file mode 100644
index 0000000..ccbfd40
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/20.svg
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
+			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
+			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
+		<path style="fill:#FFFFFF;" d="M23.172,7.46c4.008,0,5.904,2.76,5.904,8.736c0,5.976-1.896,8.76-5.904,8.76
+			s-5.904-2.784-5.904-8.76C17.268,10.22,19.164,7.46,23.172,7.46z M23.172,22.268c1.92,0,2.448-1.68,2.448-6.071
+			c0-4.393-0.528-6.049-2.448-6.049s-2.448,1.656-2.448,6.049C20.724,20.588,21.252,22.268,23.172,22.268z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/21.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/21.svg
new file mode 100644
index 0000000..93ec53f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/21.svg
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M5.306,13.151c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
+			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392v2.976H5.114c0.12-1.992,0.264-4.08,3.96-6.768
+			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H5.306z"/>
+		<path style="fill:#FFFFFF;" d="M19.49,10.079h0.48c3.239,0,4.104-1.681,4.176-2.952h2.761v17.04h-3.361V12.431H19.49V10.079z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/22.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/22.svg
new file mode 100644
index 0000000..f48c5f3
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/22.svg
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
+			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
+			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
+		<path style="fill:#FFFFFF;" d="M17.316,13.484c0-5.545,4.056-6.024,5.568-6.024c3.265,0,5.856,1.92,5.856,5.376
+			c0,2.928-1.896,4.416-3.553,5.544c-2.256,1.584-3.432,2.353-3.815,3.145h7.392V24.5h-11.64c0.12-1.992,0.264-4.08,3.96-6.768
+			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.353-2.424c-2.352,0-2.423,1.944-2.447,3.192H17.316z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/23.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/23.svg
new file mode 100644
index 0000000..6624212
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/23.svg
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
+			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
+			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
+		<path style="fill:#FFFFFF;" d="M21.612,14.636h0.528c1.008,0,2.855-0.096,2.855-2.304c0-0.624-0.287-2.185-2.136-2.185
+			c-2.304,0-2.304,2.185-2.304,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.28,0,5.28,1.152,5.28,4.752
+			c0,1.728-1.08,2.808-2.04,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.377,5.496-5.809,5.496
+			c-1.607,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.521-0.911,2.521-2.808
+			c0-2.328-2.257-2.424-3.816-2.424V14.636z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/24.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/24.svg
new file mode 100644
index 0000000..a3d5525
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/24.svg
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M4.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
+			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H4.78c0.12-1.992,0.264-4.08,3.96-6.768
+			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H4.972z"/>
+		<path style="fill:#FFFFFF;" d="M30.124,20.732h-1.896V24.5h-3.36v-3.768h-6.72v-2.904L24.412,7.46h3.816v10.656h1.896V20.732z
+			 M24.868,18.116c0-4.128,0.071-6.792,0.071-7.32h-0.047l-4.272,7.32H24.868z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/25.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/25.svg
new file mode 100644
index 0000000..56614a9
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/25.svg
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
+			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
+			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
+		<path style="fill:#FFFFFF;" d="M20.676,14.276c0.624-0.433,1.393-0.937,3.049-0.937c2.279,0,5.16,1.584,5.16,5.496
+			c0,2.328-1.177,6.12-6.193,6.12c-2.664,0-5.375-1.584-5.543-5.016h3.36c0.144,1.392,0.889,2.327,2.376,2.327
+			c1.608,0,2.544-1.367,2.544-3.191c0-1.513-0.72-3.048-2.496-3.048c-0.455,0-1.607,0.023-2.256,1.224l-3-0.144l1.176-9.36h9.36
+			v2.832h-6.937L20.676,14.276z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/26.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/26.svg
new file mode 100644
index 0000000..56faeac
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/26.svg
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
+			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
+			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
+		<path style="fill:#FFFFFF;" d="M25.309,11.78c-0.097-0.96-0.721-1.633-1.969-1.633c-2.184,0-2.688,2.496-2.808,4.704L20.58,14.9
+			c0.456-0.624,1.296-1.416,3.191-1.416c3.529,0,5.209,2.712,5.209,5.256c0,3.72-2.28,6.216-5.568,6.216
+			c-5.16,0-6.168-4.32-6.168-8.568c0-3.24,0.432-8.928,6.336-8.928c0.695,0,2.641,0.264,3.48,1.104
+			c0.936,0.912,1.271,1.416,1.584,3.217H25.309z M23.172,16.172c-1.271,0-2.568,0.792-2.568,2.928c0,1.849,1.056,3.168,2.664,3.168
+			c1.225,0,2.353-0.936,2.353-3.239C25.62,16.868,24.229,16.172,23.172,16.172z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/27.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/27.svg
new file mode 100644
index 0000000..a75c812
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/27.svg
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
+			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
+			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
+		<path style="fill:#FFFFFF;" d="M29.172,10.34c-1.632,1.776-5.808,6.816-6.216,14.16H19.5c0.36-6.816,4.632-12.24,6.072-13.776
+			H17.1l0.072-2.976h12V10.34z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/28.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/28.svg
new file mode 100644
index 0000000..7f8cf1a
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/28.svg
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
+			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
+			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
+		<path style="fill:#FFFFFF;" d="M23.172,24.956c-4.392,0-5.904-2.856-5.904-5.185c0-0.863,0-3.119,2.592-4.319
+			c-1.344-0.672-2.064-1.752-2.064-3.336c0-2.904,2.328-4.656,5.304-4.656c3.528,0,5.4,2.088,5.4,4.44
+			c0,1.464-0.6,2.712-1.968,3.432c1.632,0.815,2.544,1.896,2.544,4.104C29.076,21.596,27.684,24.956,23.172,24.956z M23.124,16.916
+			c-1.224,0-2.4,0.792-2.4,2.64c0,1.632,0.936,2.712,2.472,2.712c1.752,0,2.424-1.512,2.424-2.688
+			C25.62,18.38,24.996,16.916,23.124,16.916z M25.284,12.26c0-1.296-0.888-2.112-1.968-2.112c-1.512,0-2.305,0.864-2.305,2.112
+			c0,1.008,0.744,2.112,2.185,2.112C24.516,14.372,25.284,13.484,25.284,12.26z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/29.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/29.svg
new file mode 100644
index 0000000..cb63adf
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/29.svg
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
+			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
+			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
+		<path style="fill:#FFFFFF;" d="M20.893,20.564v0.023c0.191,1.176,0.936,1.68,1.967,1.68c1.393,0,2.785-1.176,2.809-4.752
+			l-0.048-0.048c-0.769,1.152-2.088,1.44-3.24,1.44c-3.264,0-5.16-2.473-5.16-5.328c0-4.176,2.472-6.12,5.807-6.12
+			c5.904,0,6.001,6.36,6.001,8.76c0,6.601-3.12,8.736-6.192,8.736c-2.904,0-4.992-1.68-5.28-4.392H20.893z M23.1,16.22
+			c1.176,0,2.473-0.84,2.473-2.855c0-1.944-0.84-3.145-2.568-3.145c-0.863,0-2.424,0.433-2.424,2.88
+			C20.58,15.668,21.828,16.22,23.1,16.22z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/3.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/3.gif
new file mode 100644
index 0000000..dd3541a
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/3.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/3.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/3.png
new file mode 100644
index 0000000..ef7b700
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/3.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/3.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/3.svg
new file mode 100644
index 0000000..918be80
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/3.svg
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M15.127,14.005h0.616c1.176,0,3.332-0.112,3.332-2.688c0-0.728-0.336-2.548-2.492-2.548
+			c-2.688,0-2.688,2.548-2.688,3.248h-3.64c0-3.724,2.1-6.384,6.58-6.384c2.66,0,6.16,1.344,6.16,5.544
+			c0,2.016-1.261,3.276-2.38,3.78v0.056c0.699,0.196,2.996,1.232,2.996,4.62c0,3.752-2.772,6.412-6.776,6.412
+			c-1.876,0-6.916-0.42-6.916-6.636h3.836l-0.028,0.027c0,1.064,0.28,3.473,2.912,3.473c1.568,0,2.94-1.064,2.94-3.276
+			c0-2.716-2.632-2.828-4.452-2.828V14.005z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/30.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/30.svg
new file mode 100644
index 0000000..dc43ba1
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/30.svg
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M8.268,14.636h0.528c1.008,0,2.856-0.096,2.856-2.304c0-0.624-0.288-2.185-2.136-2.185
+			c-2.304,0-2.304,2.185-2.304,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.28,0,5.28,1.152,5.28,4.752
+			c0,1.728-1.08,2.808-2.04,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.376,5.496-5.808,5.496
+			c-1.608,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.52-0.911,2.52-2.808
+			c0-2.328-2.256-2.424-3.816-2.424V14.636z"/>
+		<path style="fill:#FFFFFF;" d="M23.172,7.46c4.008,0,5.904,2.76,5.904,8.736c0,5.976-1.896,8.76-5.904,8.76
+			s-5.904-2.784-5.904-8.76C17.268,10.22,19.164,7.46,23.172,7.46z M23.172,22.268c1.92,0,2.448-1.68,2.448-6.071
+			c0-4.393-0.528-6.049-2.448-6.049s-2.448,1.656-2.448,6.049C20.724,20.588,21.252,22.268,23.172,22.268z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/4.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/4.gif
new file mode 100644
index 0000000..4bcbf7e
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/4.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/4.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/4.png
new file mode 100644
index 0000000..adb8364
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/4.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/4.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/4.svg
new file mode 100644
index 0000000..8eb6a53
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/4.svg
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M21.891,20.784h-2.212v4.396h-3.92v-4.396h-7.84v-3.389L15.227,5.3h4.452v12.432h2.212V20.784z
+			 M15.759,17.731c0-4.815,0.084-7.924,0.084-8.54h-0.056l-4.984,8.54H15.759z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/5.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/5.gif
new file mode 100644
index 0000000..1c62b4f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/5.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/5.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/5.png
new file mode 100644
index 0000000..4d7eb46
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/5.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/5.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/5.svg
new file mode 100644
index 0000000..ca7a9f2
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/5.svg
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M14.035,14.252c0.728-0.504,1.624-1.092,3.556-1.092c2.66,0,6.02,1.848,6.02,6.411
+			c0,2.717-1.372,7.141-7.224,7.141c-3.108,0-6.272-1.849-6.468-5.853h3.92c0.168,1.624,1.036,2.717,2.772,2.717
+			c1.876,0,2.968-1.597,2.968-3.725c0-1.764-0.839-3.556-2.912-3.556c-0.532,0-1.876,0.028-2.632,1.428l-3.5-0.168l1.372-10.92
+			h10.919v3.304h-8.092L14.035,14.252z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/6.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/6.gif
new file mode 100644
index 0000000..23bc555
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/6.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/6.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/6.png
new file mode 100644
index 0000000..0ba694a
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/6.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/6.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/6.svg
new file mode 100644
index 0000000..783a0b9
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/6.svg
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M19.106,10.673c-0.112-1.12-0.84-1.904-2.296-1.904c-2.548,0-3.136,2.912-3.276,5.488l0.056,0.056
+			c0.532-0.728,1.512-1.651,3.724-1.651c4.116,0,6.077,3.164,6.077,6.131c0,4.34-2.66,7.252-6.497,7.252
+			c-6.02,0-7.196-5.039-7.196-9.996c0-3.78,0.504-10.416,7.392-10.416c0.812,0,3.08,0.308,4.061,1.288
+			c1.092,1.063,1.483,1.652,1.848,3.752H19.106z M16.614,15.797c-1.484,0-2.996,0.924-2.996,3.416c0,2.156,1.232,3.697,3.108,3.697
+			c1.428,0,2.745-1.094,2.745-3.781C19.471,16.609,17.846,15.797,16.614,15.797z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/7.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/7.gif
new file mode 100644
index 0000000..e55ce89
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/7.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/7.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/7.png
new file mode 100644
index 0000000..472e96f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/7.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/7.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/7.svg
new file mode 100644
index 0000000..59b3714
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/7.svg
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M24.28,9.66c-1.904,2.071-6.776,7.951-7.252,16.52h-4.032c0.42-7.952,5.404-14.28,7.084-16.072
+			h-9.884l0.084-3.472h14V9.66z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/8.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/8.gif
new file mode 100644
index 0000000..49375e0
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/8.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/8.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/8.png
new file mode 100644
index 0000000..5e60973
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/8.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/8.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/8.svg
new file mode 100644
index 0000000..c1803a3
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/8.svg
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M16.28,26.712c-5.124,0-6.888-3.332-6.888-6.048c0-1.009,0-3.641,3.024-5.04
+			c-1.568-0.784-2.408-2.044-2.408-3.893c0-3.388,2.716-5.432,6.188-5.432c4.116,0,6.3,2.436,6.3,5.18
+			c0,1.708-0.7,3.164-2.296,4.004c1.903,0.952,2.968,2.212,2.968,4.788C23.168,22.792,21.544,26.712,16.28,26.712z M16.224,17.332
+			c-1.428,0-2.8,0.924-2.8,3.08c0,1.903,1.092,3.164,2.884,3.164c2.043,0,2.829-1.765,2.829-3.137
+			C19.137,19.04,18.408,17.332,16.224,17.332z M18.744,11.899c0-1.512-1.036-2.464-2.296-2.464c-1.764,0-2.688,1.008-2.688,2.464
+			c0,1.177,0.868,2.464,2.548,2.464C17.848,14.363,18.744,13.328,18.744,11.899z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/9.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/9.gif
new file mode 100644
index 0000000..da12a4f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/9.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/9.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/9.png
new file mode 100644
index 0000000..a0676d2
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/9.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/9.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/9.svg
new file mode 100644
index 0000000..bc149d3
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/9.svg
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M13.953,21.921v0.027c0.224,1.372,1.092,1.961,2.296,1.961c1.624,0,3.248-1.372,3.276-5.545
+			l-0.057-0.056c-0.896,1.344-2.436,1.68-3.78,1.68c-3.808,0-6.02-2.884-6.02-6.216c0-4.872,2.884-7.14,6.776-7.14
+			c6.888,0,7,7.42,7,10.22c0,7.7-3.641,10.192-7.224,10.192c-3.388,0-5.824-1.96-6.16-5.124H13.953z M16.529,16.853
+			c1.372,0,2.884-0.979,2.884-3.332c0-2.268-0.98-3.668-2.996-3.668c-1.008,0-2.828,0.504-2.828,3.36
+			C13.589,16.209,15.045,16.853,16.529,16.853z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/caution.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/caution.gif
new file mode 100644
index 0000000..d9f5e5b
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/caution.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/caution.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/caution.png
new file mode 100644
index 0000000..5b7809c
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/caution.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/caution.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/caution.svg
new file mode 100644
index 0000000..dd84f3f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/caution.svg
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
+<!DOCTYPE svg [
+	<!ENTITY st0 "fill:#FFFFFF;stroke:none;">
+	<!ENTITY st1 "fill:#FFFFFF;stroke-width:6.6112;stroke-linecap:round;stroke-linejoin:round;">
+	<!ENTITY st2 "stroke:#FFFFFF;stroke-width:6.6112;">
+	<!ENTITY st3 "fill:none;stroke:none;">
+	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
+	<!ENTITY st5 "stroke:none;">
+]>
+<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
+	<g id="Layer_x0020_3" style="&st4;">
+		<g>
+			<path style="&st2;" d="M41.7,35.3L26.6,9.4c-0.6-1-1.7-1.7-2.9-1.6c-1.2,0-2.3,0.7-2.9,1.7L6.3,35.4c-0.6,1-0.6,2.3,0,3.3c0.6,1,1.7,1.6,2.9,1.6h29.6c1.2,0,2.3-0.6,2.9-1.7c0.6-1,0.6-2.3,0-3.3z"/>
+			<path style="&st1;" d="M23.7,11L9.2,37h29.6L23.7,11z"/>
+			<path style="&st0;" d="M23.7,11.9L10.3,36.1h27.5l-14-24.1z"/>
+			<g>
+				<path style="&st5;" d="M24.1,34c-1.1,0-1.8-0.8-1.8-1.8c0-1.1,0.7-1.8,1.8-1.8c1.1,0,1.8,0.7,1.8,1.8c0,1-0.7,1.8-1.8,1.8h0z M22.9,29.3l-0.4-9.1h3.2l-0.4,9.1h-2.3z"/>
+			</g>
+		</g>
+	</g>
+	<g id="crop_x0020_marks" style="&st4;">
+		<path style="&st3;" d="M48,48H0V0h48v48z"/>
+	</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/caution.tif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/caution.tif
new file mode 100644
index 0000000..4a28294
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/caution.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/draft.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/draft.png
new file mode 100644
index 0000000..59673fe
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/draft.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/home.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/home.gif
new file mode 100644
index 0000000..6784f5b
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/home.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/home.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/home.png
new file mode 100644
index 0000000..cbb711d
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/home.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/home.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/home.svg
new file mode 100644
index 0000000..e803a31
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/home.svg
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
+<!DOCTYPE svg [
+	<!ENTITY st0 "fill-rule:nonzero;clip-rule:nonzero;fill:#FFFFFF;stroke:#000000;stroke-miterlimit:4;">
+	<!ENTITY st1 "fill:none;stroke:none;">
+	<!ENTITY st2 "fill:#000000;">
+	<!ENTITY st3 "fill:none;stroke:#FFFFFF;stroke-width:6.3469;stroke-linejoin:round;">
+	<!ENTITY st4 "fill-rule:evenodd;clip-rule:evenodd;stroke:none;">
+	<!ENTITY st5 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
+]>
+<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
+	<g id="Layer_x0020_3" style="&st0;">
+		<g style="&st4;">
+			<path style="&st3;" d="M22.9,7.1L5.1,21.8l0,0c-0.3,0.3-0.5,0.8-0.5,1.2c0,0.2,0,0.4,0.1,0.6c0.3,0.6,0.9,1,1.6,1c0,0,1.1,0,2.2,0c0,2.4,0,14.2,0,14.2c0,1.1,0.8,1.9,1.8,1.9h27.4c1.1,0,1.9-0.9,1.9-2c0,0,0-11.8,0-14.2c1,0,2,0,2,0c0.8,0,1.4-0.5,1.7-1.2
+				c0.1-0.2,0.1-0.4,0.1-0.6c0-0.5-0.2-1-0.7-1.4c0,0-3.6-3-4.5-3.7c0-1.2,0-6.9,0-6.9c0-1.2-0.8-2-2-2h-4.8c-1,0-1.7,0.6-1.9,1.5c-1.9-1.6-4.1-3.5-4.1-3.5l0.1,0.1c-0.7-0.7-1.8-0.8-2.7-0.1z"/>
+			<path style="&st2;" d="M22.9,7.1L5.1,21.8l0,0c-0.3,0.3-0.5,0.8-0.5,1.2c0,0.2,0,0.4,0.1,0.6c0.3,0.6,0.9,1,1.6,1c0,0,1.1,0,2.2,0c0,2.4,0,14.2,0,14.2c0,1.1,0.8,1.9,1.8,1.9h27.4c1.1,0,1.9-0.9,1.9-2c0,0,0-11.8,0-14.2c1,0,2,0,2,0c0.8,0,1.4-0.5,1.7-1.2
+				c0.1-0.2,0.1-0.4,0.1-0.6c0-0.5-0.2-1-0.7-1.4c0,0-3.6-3-4.5-3.7c0-1.2,0-6.9,0-6.9c0-1.2-0.8-2-2-2h-4.8c-1,0-1.7,0.6-1.9,1.5c-1.9-1.6-4.1-3.5-4.1-3.5l0.1,0.1c-0.7-0.7-1.8-0.8-2.7-0.1z"/>
+			<path style="&st2;" d="M41.8,22.8l-5.1-4.2v-0.1L31,13.7v0l-6.5-5.5C24.2,8,24,8,23.8,8.2L6.2,22.9c-0.1,0.1-0.1,0.3,0.1,0.3h1.6H10h28.1h1.2h2.3c0.2,0,0.4-0.2,0.2-0.4z"/>
+			<path d="M35.8,16.8l0-5.1c0-0.2-0.1-0.4-0.3-0.4h-3.2c-0.2,0-0.3,0.1-0.3,0.3v2.2l3.9,2.9z"/>
+			<path d="M11.9,24.7V37c0,0.3,0.1,0.4,0.3,0.4h23.6c0.3,0,0.4-0.2,0.4-0.4V24.7H11.9z"/>
+		</g>
+	</g>
+	<g id="crop_x0020_marks" style="&st5;">
+		<path style="&st1;" d="M48,48H0V0h48v48z"/>
+	</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/important.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/important.gif
new file mode 100644
index 0000000..6795d9a
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/important.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/important.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/important.png
new file mode 100644
index 0000000..12c90f6
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/important.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/important.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/important.svg
new file mode 100644
index 0000000..dd84f3f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/important.svg
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
+<!DOCTYPE svg [
+	<!ENTITY st0 "fill:#FFFFFF;stroke:none;">
+	<!ENTITY st1 "fill:#FFFFFF;stroke-width:6.6112;stroke-linecap:round;stroke-linejoin:round;">
+	<!ENTITY st2 "stroke:#FFFFFF;stroke-width:6.6112;">
+	<!ENTITY st3 "fill:none;stroke:none;">
+	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
+	<!ENTITY st5 "stroke:none;">
+]>
+<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
+	<g id="Layer_x0020_3" style="&st4;">
+		<g>
+			<path style="&st2;" d="M41.7,35.3L26.6,9.4c-0.6-1-1.7-1.7-2.9-1.6c-1.2,0-2.3,0.7-2.9,1.7L6.3,35.4c-0.6,1-0.6,2.3,0,3.3c0.6,1,1.7,1.6,2.9,1.6h29.6c1.2,0,2.3-0.6,2.9-1.7c0.6-1,0.6-2.3,0-3.3z"/>
+			<path style="&st1;" d="M23.7,11L9.2,37h29.6L23.7,11z"/>
+			<path style="&st0;" d="M23.7,11.9L10.3,36.1h27.5l-14-24.1z"/>
+			<g>
+				<path style="&st5;" d="M24.1,34c-1.1,0-1.8-0.8-1.8-1.8c0-1.1,0.7-1.8,1.8-1.8c1.1,0,1.8,0.7,1.8,1.8c0,1-0.7,1.8-1.8,1.8h0z M22.9,29.3l-0.4-9.1h3.2l-0.4,9.1h-2.3z"/>
+			</g>
+		</g>
+	</g>
+	<g id="crop_x0020_marks" style="&st4;">
+		<path style="&st3;" d="M48,48H0V0h48v48z"/>
+	</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/important.tif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/important.tif
new file mode 100644
index 0000000..184de63
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/important.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/next.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/next.gif
new file mode 100644
index 0000000..aa1516e
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/next.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/next.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/next.png
new file mode 100644
index 0000000..45835bf
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/next.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/next.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/next.svg
new file mode 100644
index 0000000..75fa83e
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/next.svg
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
+<!DOCTYPE svg [
+	<!ENTITY st0 "fill:none;stroke:none;">
+	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
+	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
+	<!ENTITY st3 "stroke:none;">
+]>
+<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
+	<g id="Layer_x0020_3" style="&st2;">
+		<g>
+			<path style="&st1;" d="M22.4,41.1c0,0.3,0.3,0.3,0.5,0.2l16.6-16.9c0.5-0.5,0.4-0.7,0-1L22.9,6.7c-0.1-0.1-0.4-0.1-0.4,0.1v10H8.9c-0.3,0-0.5,0.2-0.5,0.4l0,13.3C8.4,30.9,8.6,31,9,31h13.5l-0.1,10.1z"/>
+			<path style="&st3;" d="M22.4,41.1c0,0.3,0.3,0.3,0.5,0.2l16.6-16.9c0.5-0.5,0.4-0.7,0-1L22.9,6.7c-0.1-0.1-0.4-0.1-0.4,0.1v10H8.9c-0.3,0-0.5,0.2-0.5,0.4l0,13.3C8.4,30.9,8.6,31,9,31h13.5l-0.1,10.1z"/>
+		</g>
+	</g>
+	<g id="crop_x0020_marks" style="&st2;">
+		<path style="&st0;" d="M48,48H0V0h48v48z"/>
+	</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/note.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/note.gif
new file mode 100644
index 0000000..f329d35
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/note.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/note.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/note.png
new file mode 100644
index 0000000..d0c3c64
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/note.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/note.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/note.svg
new file mode 100644
index 0000000..648299d
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/note.svg
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
+<!DOCTYPE svg [
+	<!ENTITY st0 "fill:none;stroke:#FFFFFF;stroke-width:12.1438;stroke-linejoin:round;">
+	<!ENTITY st1 "fill:none;stroke-width:1.2429;">
+	<!ENTITY st2 "fill:#FFFFFF;stroke:none;">
+	<!ENTITY st3 "fill:none;stroke:#FFFFFF;stroke-width:12.7649;stroke-linejoin:round;">
+	<!ENTITY st4 "fill:#FFFFFF;stroke-width:6.3824;stroke-linejoin:round;">
+	<!ENTITY st5 "fill:none;stroke:none;">
+	<!ENTITY st6 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
+	<!ENTITY st7 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:12.7649;stroke-linejoin:round;">
+	<!ENTITY st8 "stroke:none;">
+	<!ENTITY st9 "fill:none;stroke-width:4.9715;stroke-linejoin:round;">
+]>
+<svg  xmlns="http://www.w3.org/2000/svg" width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve">
+	<g id="Layer_x0020_1" style="&st6;">
+		<path style="&st0;" d="M35.7,19.8v18.9H11V8.8h13.9l10.8,11z"/>
+		<path style="&st3;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
+		<path style="&st7;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
+		<path style="&st4;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
+		<path style="&st2;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
+	</g>
+	<g id="Layer_x0020_4" style="&st6;">
+		<path style="&st9;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
+		<path style="&st8;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
+		<path style="&st8;" d="M20.6,14.7l-2.5,2.5L17,13.4l3.6,1.3z"/>
+		<path style="&st1;" d="M19.6,22.2l3-0.3l2.4-2.4l0.4-2.8"/>
+		<path style="&st2;" d="M20.4,14.9L18.3,17l1.6,5.2l2.7-0.3l2.4-2.4l0.3-2.4l-5-2.2z"/>
+	</g>
+	<g id="crop" style="&st6;">
+		<path style="&st5;" d="M48,48H0V0h48v48z"/>
+	</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/note.tif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/note.tif
new file mode 100644
index 0000000..08644d6
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/note.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/prev.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/prev.gif
new file mode 100644
index 0000000..64ca8f3
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/prev.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/prev.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/prev.png
new file mode 100644
index 0000000..cf24654
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/prev.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/prev.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/prev.svg
new file mode 100644
index 0000000..6d88ffd
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/prev.svg
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
+<!DOCTYPE svg [
+	<!ENTITY st0 "fill:none;stroke:none;">
+	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
+	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
+	<!ENTITY st3 "stroke:none;">
+]>
+<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
+	<g id="Layer_x0020_3" style="&st2;">
+		<g>
+			<path style="&st1;" d="M25.6,6.9c0-0.3-0.3-0.3-0.5-0.2L8.4,23.6c-0.5,0.5-0.4,0.7,0,1l16.6,16.6c0.1,0.1,0.4,0.1,0.4-0.1v-10h13.6c0.3,0,0.5-0.2,0.5-0.4l0-13.3c0-0.3-0.2-0.5-0.5-0.5H25.5l0.1-10.1z"/>
+			<path style="&st3;" d="M25.6,6.9c0-0.3-0.3-0.3-0.5-0.2L8.4,23.6c-0.5,0.5-0.4,0.7,0,1l16.6,16.6c0.1,0.1,0.4,0.1,0.4-0.1v-10h13.6c0.3,0,0.5-0.2,0.5-0.4l0-13.3c0-0.3-0.2-0.5-0.5-0.5H25.5l0.1-10.1z"/>
+		</g>
+	</g>
+	<g id="crop_x0020_marks" style="&st2;">
+		<path style="&st0;" d="M48,48H0V0h48v48z"/>
+	</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/tip.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/tip.gif
new file mode 100644
index 0000000..823f2b4
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/tip.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/tip.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/tip.png
new file mode 100644
index 0000000..5c4aab3
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/tip.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/tip.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/tip.svg
new file mode 100644
index 0000000..4a64a15
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/tip.svg
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
+<!DOCTYPE svg [
+	<!ENTITY st0 "fill:none;stroke:#000000;stroke-width:1.0944;">
+	<!ENTITY st1 "fill:#FFFFFF;stroke:none;">
+	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#FFFFFF;stroke-width:5.6139;stroke-miterlimit:4;">
+	<!ENTITY st3 "fill:none;stroke:none;">
+	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
+	<!ENTITY st5 "stroke:none;">
+]>
+<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
+	<g id="Layer_x0020_3" style="&st2;">
+		<g>
+			<path d="M9.5,18.6c0,8,6.5,14.4,14.4,14.4c8,0,14.4-6.5,14.4-14.4c0-8-6.5-14.4-14.4-14.4c-8,0-14.4,6.5-14.4,14.4z M12.8,18.6c0-6.2,5-11.2,11.2-11.2c6.2,0,11.2,5,11.2,11.2c0,6.2-5,11.2-11.2,11.2c-6.2,0-11.2-5-11.2-11.2z"/>
+			<path d="M28.1,37.9l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
+			<path d="M28.1,34.8l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
+			<path d="M28.1,31.6l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8s0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8s-0.9-1.5-1.8-1.4z"/>
+			<path d="M23.1,41.3v0.9c0,0.9,0.7,1.6,1.6,1.6c0.9,0,1.6-0.7,1.6-1.6v-0.9h-3.3z"/>
+			<path style="&st1;" d="M35.9,18.7c0,6.6-5.4,12-12,12c-6.6,0-12-5.4-12-12s5.4-12,12-12c6.6,0,12,5.4,12,12z"/>
+			<path style="&st5;" d="M9.6,18.6c0,8,6.5,14.4,14.4,14.4c8,0,14.4-6.5,14.4-14.4c0-8-6.5-14.4-14.4-14.4c-8,0-14.4,6.5-14.4,14.4z M12.9,18.6c0-6.2,5-11.2,11.2-11.2c6.2,0,11.2,5,11.2,11.2c0,6.2-5,11.2-11.2,11.2c-6.2,0-11.2-5-11.2-11.2z"/>
+			<path style="&st5;" d="M28.2,37.9l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
+			<path style="&st5;" d="M28.2,34.7l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
+			<path style="&st5;" d="M28.2,31.6l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
+			<path style="&st5;" d="M23.1,41.3v0.9c0,0.9,0.7,1.6,1.6,1.6s1.6-0.7,1.6-1.6v-0.9h-3.3z"/>
+			<path style="&st0;" d="M22.3,28.3l-3.5-10.7c0,0,6.6,3.9,10.5,0"/>
+		</g>
+	</g>
+	<g id="crop_x0020_marks" style="&st4;">
+		<path style="&st3;" d="M48,48H0V0h48v48z"/>
+	</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/tip.tif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/tip.tif
new file mode 100644
index 0000000..4a3d8c7
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/tip.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/toc-blank.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/toc-blank.png
new file mode 100644
index 0000000..6ffad17
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/toc-blank.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/toc-minus.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/toc-minus.png
new file mode 100644
index 0000000..abbb020
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/toc-minus.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/toc-plus.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/toc-plus.png
new file mode 100644
index 0000000..941312c
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/toc-plus.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/up.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/up.gif
new file mode 100644
index 0000000..aabc2d0
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/up.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/up.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/up.png
new file mode 100644
index 0000000..07634de
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/up.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/up.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/up.svg
new file mode 100644
index 0000000..d31aa9c
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/up.svg
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
+<!DOCTYPE svg [
+	<!ENTITY st0 "fill:none;stroke:none;">
+	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
+	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
+	<!ENTITY st3 "stroke:none;">
+]>
+<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
+	<g id="Layer_x0020_3" style="&st2;">
+		<g>
+			<path style="&st1;" d="M41.1,25.6c0.3,0,0.3-0.3,0.2-0.5L24.4,8.4c-0.5-0.5-0.7-0.4-1,0L6.7,25.1c-0.1,0.1-0.1,0.4,0.1,0.4h10v13.6c0,0.3,0.2,0.5,0.4,0.5l13.3,0c0.3,0,0.5-0.2,0.5-0.5V25.5l10.1,0.1z"/>
+			<path style="&st3;" d="M41.1,25.6c0.3,0,0.3-0.3,0.2-0.5L24.4,8.4c-0.5-0.5-0.7-0.4-1,0L6.7,25.1c-0.1,0.1-0.1,0.4,0.1,0.4h10v13.6c0,0.3,0.2,0.5,0.4,0.5l13.3,0c0.3,0,0.5-0.2,0.5-0.5V25.5l10.1,0.1z"/>
+		</g>
+	</g>
+	<g id="crop_x0020_marks" style="&st2;">
+		<path style="&st0;" d="M48,48H0V0h48v48z"/>
+	</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/warning.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/warning.gif
new file mode 100644
index 0000000..3adf191
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/warning.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/warning.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/warning.png
new file mode 100644
index 0000000..1c33db8
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/warning.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/warning.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/warning.svg
new file mode 100644
index 0000000..fc8d748
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/warning.svg
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
+<!DOCTYPE svg [
+	<!ENTITY st0 "fill:#000000;stroke:#FFFFFF;stroke-width:7.9139;stroke-linejoin:round;">
+	<!ENTITY st1 "fill-rule:nonzero;clip-rule:nonzero;fill:#FFFFFF;stroke:#000000;stroke-miterlimit:4;">
+	<!ENTITY st2 "fill:none;stroke:none;">
+	<!ENTITY st3 "fill:#000000;">
+	<!ENTITY st4 "fill-rule:evenodd;clip-rule:evenodd;stroke:none;">
+	<!ENTITY st5 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
+]>
+<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
+	<g id="Layer_x0020_4" style="&st1;">
+		<g style="&st4;">
+			<path style="&st0;" d="M16.4,42.3L5.7,31.6V16.4L16.4,5.7h15.2l10.7,10.7v15.2L31.6,42.3H16.4z"/>
+			<path style="&st3;" d="M16.4,42.3L5.7,31.6V16.4L16.4,5.7h15.2l10.7,10.7v15.2L31.6,42.3H16.4z"/>
+			<path d="M11.7,17.7l18.7,18.7l5.9-5.9L17.6,11.7l-5.9,5.9z"/>
+			<path d="M11.7,30.5l5.9,5.9l18.7-18.7l-5.9-5.9L11.7,30.5z"/>
+		</g>
+	</g>
+	<g id="crop_x0020_marks" style="&st5;">
+		<path style="&st2;" d="M48,48H0V0h48v48z"/>
+	</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/warning.tif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/warning.tif
new file mode 100644
index 0000000..7b6611e
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/warning.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/index.html b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/index.html
new file mode 100644
index 0000000..1d3fabe
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/index.html
@@ -0,0 +1,23 @@
+<html><head>
+      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+   <title>Gemini Web User Guide</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><link rel="home" href="index.html" title="Gemini Web User Guide"><link rel="next" href="ch01.html" title="1.&nbsp;Overview"><!--Begin Google Analytics code--><script type="text/javascript">
+			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
+			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
+		</script><script type="text/javascript">
+			var pageTracker = _gat._getTracker("UA-2728886-3");
+			pageTracker._setDomainName("none");
+			pageTracker._setAllowLinker(true);
+			pageTracker._trackPageview();
+		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Gemini Web User Guide</th></tr><tr><td width="20%" align="left">&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch01.html">Next</a></td></tr></table><hr></div><div class="book" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="d0e1"></a>Gemini Web User Guide</h1></div><div><span class="productname">Gemini Web Container<br></span></div><div><p class="releaseinfo">2.1.0.RELEASE</p></div></div><div><div><div class="legalnotice"><a name="d0e11"></a><p>
+				Copyright &copy; 2009, 2012 VMware Inc. and others
+			</p><p>
+				Contributors:
+				</p><div class="itemizedlist"><ul type="disc"><li><p>
+							VMware Inc. - initial contribution
+						</p></li><li><p>
+							Violeta Georgieva, SAP AG - Apache Tomcat context configuration
+						</p></li></ul></div><p>
+			</p></div></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="chapter"><a href="ch01.html">1. Overview</a></span></dt><dd><dl><dt><span class="section"><a href="ch01.html#intro">1.1. Introduction</a></span></dt><dt><span class="section"><a href="ch01s02.html">1.2. About This Guide</a></span></dt></dl></dd><dt><span class="chapter"><a href="ch02.html">2. Installing Gemini Web</a></span></dt><dd><dl><dt><span class="section"><a href="ch02.html#installation-prereqs">2.1. Prerequisites</a></span></dt><dt><span class="section"><a href="ch02s02.html">2.2. Installing from the ZIP Download</a></span></dt></dl></dd><dt><span class="chapter"><a href="ch03.html">3. Configuration</a></span></dt><dd><dl><dt><span class="section"><a href="ch03.html#configuring-tomcat">3.1. Configuring the Embedded Apache Tomcat Servlet Container</a></span></dt><dt><span class="section"><a href="ch03s02.html">3.2. Configuring the OSGi Framework</a></span></dt></dl></dd></dl></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
+			_lf_cid = "LF_48be82fa";
+			_lf_remora();
+		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left">&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch01.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right" valign="top">&nbsp;1.&nbsp;Overview</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/ivy.xml b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/ivy.xml
new file mode 100644
index 0000000..c5c7630
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/ivy.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?xml-stylesheet type="text/xsl" href="http://ivyrep.jayasoft.org/ivy-doc.xsl"?>
+<ivy-module xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://incubator.apache.org/ivy/schemas/ivy.xsd" version="1.3">
+
+	<info organisation="org.eclipse.gemini" module="gemini-web-user-guide" revision="2.1.0.RELEASE" status="release" publication="20120721063339"/>
+
+	<configurations>
+		<conf name="compile" visibility="public" extends="aspects" description="Maven compile dependencies"/>
+		<conf name="optional" visibility="public" extends="compile" description="Maven optional dependencies"/>
+		<conf name="provided" visibility="public" description="Maven provided dependencies"/>
+		<conf name="server-provided" visibility="public" description="Maven provided dependencies that already exist in the platform"/>
+		<conf name="runtime" visibility="public" extends="compile" description="Runtime dependencies"/>
+		<conf name="test" visibility="private" description="Test dependencies"/>
+		<conf name="aspects" visibility="private" description="Aspects to be woven"/>
+		<conf name="external" visibility="private" description="External candidates to be woven"/>
+		<conf name="additional" visibility="private" description="Additional candidates to be included in the PAR"/>
+		<conf name="doc" visibility="public" description="Documentation"/>
+	</configurations>
+
+	<publications>
+		<artifact name="gemini-web-user-guide" ext="zip" type="zip"/>
+		<artifact name="gemini-web-user-guide-single" ext="zip" type="zip"/>
+	</publications>
+
+	<dependencies/>
+
+</ivy-module>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/css/highlight.css b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/css/highlight.css
new file mode 100644
index 0000000..2cb42fd
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/css/highlight.css
@@ -0,0 +1,35 @@
+/* 
+   code highlight CSS resembling the Eclipse IDE default color schema and the EclipseRT Virgo Website
+   @author Christopher Frost
+*/
+
+.hl-keyword {
+  color: #7F0055;
+  font-weight: bold; 
+}
+
+.hl-comment {
+  color: #646571;
+  font-style: italic;
+}
+
+.hl-multiline-comment {
+  color: #646571;
+  font-style: italic;
+}
+
+.hl-tag {
+  color: #646571;
+}
+
+.hl-attribute {
+  color: #7F0055;
+}
+
+.hl-value {
+  color: #0093CF;
+}
+
+.hl-string {
+  color: #0093CF;
+}
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/css/stylesheet.css b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/css/stylesheet.css
new file mode 100644
index 0000000..b02eca7
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/css/stylesheet.css
@@ -0,0 +1,77 @@
+@IMPORT url("highlight.css");
+
+/* 
+   code CSS resembling the EclipseRT Virgo Website
+   @author Christopher Frost
+*/
+
+html {
+  padding:       0pt;
+  margin:        0pt;
+}
+
+body {
+  margin-left:   10%;
+  margin-right:  10%;
+  color:         #111111;
+  font-family:   Arial, Sans-serif;
+}
+
+div {
+  margin:        0pt;
+}
+
+p {
+  text-align:    justify;
+}
+
+hr {
+  border:        1px solid gray;
+  background:    gray;
+}
+
+a {
+	color: #002E62; /* Dark Blue */
+}
+
+a:visited {
+	color: #646571; /* Gray */
+}
+
+a:hover, a:active {
+	color: #0093CF; /* Light Blue */
+}
+
+h1,h2,h3,h4 {
+  color:         #002E62;
+  font-family:   Arial, Sans-serif;
+}
+
+pre {
+  line-height:   1.0;
+  color:         black;
+}
+
+pre.programlisting {
+  font-size:     10pt;
+  padding:       7pt 3pt;
+  border:        1pt solid black;
+  background:    #eeeeee;
+  clear:         both;
+}
+
+div.table {
+  margin:        1em;
+  padding:       0.5em;
+  text-align:    center;
+}
+
+div.table table {
+  display:       table;
+  width:         100%;
+}
+
+div.table td {
+  padding-left:  7px;
+  padding-right: 7px;
+}
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/gemini-web-user-guide-single.zip b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/gemini-web-user-guide-single.zip
new file mode 100644
index 0000000..7f81bf1
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/gemini-web-user-guide-single.zip
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/gemini-web-user-guide.html b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/gemini-web-user-guide.html
new file mode 100644
index 0000000..1ccbed9
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/gemini-web-user-guide.html
@@ -0,0 +1,297 @@
+<html><head>
+      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+   <title>Gemini Web User Guide</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><!--Begin Google Analytics code--><script type="text/javascript">
+			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
+			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
+		</script><script type="text/javascript">
+			var pageTracker = _gat._getTracker("UA-2728886-3");
+			pageTracker._setDomainName("none");
+			pageTracker._setAllowLinker(true);
+			pageTracker._trackPageview();
+		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="book" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="d0e1"></a>Gemini Web User Guide</h1></div><div><span class="productname">Gemini Web Container<br></span></div><div><p class="releaseinfo">2.1.0.RELEASE</p></div></div><div><div><div class="legalnotice"><a name="d0e11"></a><p>
+				Copyright &copy; 2009, 2012 VMware Inc. and others
+			</p><p>
+				Contributors:
+				</p><div class="itemizedlist"><ul type="disc"><li><p>
+							VMware Inc. - initial contribution
+						</p></li><li><p>
+							Violeta Georgieva, SAP AG - Apache Tomcat context configuration
+						</p></li></ul></div><p>
+			</p></div></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="chapter"><a href="#introduction">1. Overview</a></span></dt><dd><dl><dt><span class="section"><a href="#intro">1.1. Introduction</a></span></dt><dt><span class="section"><a href="#about-this-guide">1.2. About This Guide</a></span></dt></dl></dd><dt><span class="chapter"><a href="#installation">2. Installing Gemini Web</a></span></dt><dd><dl><dt><span class="section"><a href="#installation-prereqs">2.1. Prerequisites</a></span></dt><dt><span class="section"><a href="#installation-zip">2.2. Installing from the ZIP Download</a></span></dt></dl></dd><dt><span class="chapter"><a href="#configuring">3. Configuration</a></span></dt><dd><dl><dt><span class="section"><a href="#configuring-tomcat">3.1. Configuring the Embedded Apache Tomcat Servlet Container</a></span></dt><dt><span class="section"><a href="#configuring-osgi-framework">3.2. Configuring the OSGi Framework</a></span></dt></dl></dd></dl></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="introduction"></a>1.&nbsp;Overview</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="intro"></a>1.1&nbsp;Introduction</h2></div></div></div><p>
+			Gemini Web Container implements the Web Container defined by the Web Applications Specification chapter of the OSGi Service Platform Release 4 Version 4.2 Enterprise Specification. 
+			This specification may be downloaded <a class="ulink" href="http://www.osgi.org/Download/Release4V42" target="_top">here</a>.
+		</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="about-this-guide"></a>1.2&nbsp;About This Guide</h2></div></div></div><p>
+			This User Guide contains step-by-step instructions on how to use Gemini Web Container. This User Guide will enable you to:
+			</p><div class="itemizedlist"><ul type="disc"><li><p>
+						Install Gemini Web Container
+					</p></li><li><p>
+						Deploy and request a simple web application
+					</p></li><li><p>
+						Configure Apache Tomcat
+					</p></li><li><p>
+						Configure OSGi Framework
+					</p></li></ul></div><p>
+		</p></div></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="installation"></a>2.&nbsp;Installing Gemini Web</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="installation-prereqs"></a>2.1&nbsp;Prerequisites</h2></div></div></div><p>
+			The Gemini Web Container, or GW for short, requires Java SE 6 or later to be installed. Java is available from
+			<a class="ulink" href="http://www.java.com/" target="_top">http://www.java.com/</a> and elsewhere.
+		</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="installation-zip"></a>2.2&nbsp;Installing from the ZIP Download</h2></div></div></div><div class="itemizedlist"><ul type="disc"><li><p>
+					<a class="ulink" href="http://download.eclipse.org/equinox/" target="_top">Download</a> the Equinox JAR, for example <a class="ulink" href="http://download.eclipse.org/equinox/drops/R-3.7.2-201202080800/download.php?dropFile=org.eclipse.osgi_3.7.2.v20120110-1415.jar" target="_top">org.eclipse.osgi_3.7.2.v20120110-1415.jar</a>, and move it to a suitable directory (e.g. ~/gemini-web-test). 
+					On the <a class="ulink" href="http://download.eclipse.org/equinox/" target="_top">Download</a> page, first choose the desired Release or Build, then download the JAR from the Framework section. 
+				</p></li><li><p>
+					Gemini Web Container is distributed as a ZIP file.
+					<a class="ulink" href="http://www.eclipse.org/gemini/web/download" target="_top">Download</a> Gemini Web Container and unzip it to ~/gemini-web-test/gemini-web. 
+				</p></li><li><p>
+					Configure Equinox by creating a directory ~/gemini-web-test/configuration and create a file config.ini in the configuration directory. 
+					Example file which works with 2.1.0.RELEASE is available in <a class="ulink" href="http://wiki.eclipse.org/images/2/23/Config.ini.2.1.0.zip" target="_top">config.ini.zip</a>. 
+					Essentially config.ini ensures that the dependencies of Gemini Web Container, which come in the dep directory, are installed and then the Gemini Web Container bundles are installed and started. 
+				</p></li><li><p>
+					Start Equinox as follows:
+					</p><pre class="programlisting">java -jar org.eclipse.osgi_3.7.2.v20120110-1415.jar -console</pre></li><li><p>
+					You can then deploy WAR files (a trivial example is available in <a class="ulink" href="http://wiki.eclipse.org/images/a/a0/Simple-war.war.zip" target="_top">Simple-war.war.zip</a>) and web bundles using the install and start commands from the console.
+					</p><pre class="programlisting">osgi&gt; install file:simple-war.war
+Bundle id is 40
+osgi&gt; start 40</pre></li><li><p>
+					Drive the WAR or web bundle using a web browser, e.g. http://localhost:8080/simple-war should display "Hello World!". 
+				</p></li><li><p>
+					Stop Gemini Web Container as follows:
+					</p><pre class="programlisting">osgi&gt; close</pre><p>
+					</p><div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Tip"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="images/tip.gif"></td><th align="left">Tip</th></tr><tr><td align="left" valign="top">
+						You need to stop any old instance of Gemini Web before starting it again. Otherwise, the new instance will not start correctly, because the old one still occupies the http port (and, perhaps, other system resources).
+					</td></tr></table></div><p>
+				</p></li></ul></div></div></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="configuring"></a>3.&nbsp;Configuration</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="configuring-tomcat"></a>3.1&nbsp;Configuring the Embedded Apache Tomcat Servlet Container</h2></div></div></div><p>
+			Gemini Web Container
+			embeds an OSGi-enhanced version of the <a class="ulink" href="http://tomcat.apache.org/" target="_top">Apache Tomcat Servlet Container</a>
+			in order to provide support for deploying Java EE WARs and OSGi <span class="emphasis"><em>Web Application Bundles</em></span>. 
+			You configure the embedded Servlet container using the standard Apache Tomcat configuration.
+			The main difference is that the configuration file is called <code class="filename">tomcat-server.xml</code> rather than <code class="literal">server.xml</code>.  
+			Another difference is that not all standard Apache Tomcat configuration is supported in Gemini Web Container: the restrictions are described in the remainder of this section.
+			If you do not want to use the default settings, you can provide the <code class="literal">tomcat-server.xml</code> file located in the <code class="literal">$GW_HOME/config</code> directory. 
+		</p><p>Here's an extract of the default configuration distributed with the GW.</p><pre class="programlisting">&lt;<span class="hl-tag">?xml version='1.0' encoding='utf-8'?</span>&gt;
+&lt;<span class="hl-tag">Server</span> <span class="hl-attribute">port</span>=<span class="hl-value">"8005"</span> <span class="hl-attribute">shutdown</span>=<span class="hl-value">"SHUTDOWN"</span>&gt;
+  &lt;<span class="hl-tag">Listener</span> <span class="hl-attribute">className</span>=<span class="hl-value">"org.apache.catalina.core.JasperListener"</span> /&gt;
+
+  &lt;<span class="hl-tag">Service</span> <span class="hl-attribute">name</span>=<span class="hl-value">"Catalina"</span>&gt;
+    
+    &lt;<span class="hl-tag">Connector</span> <span class="hl-attribute">port</span>=<span class="hl-value">"8080"</span> <span class="hl-attribute">protocol</span>=<span class="hl-value">"HTTP/1.1"</span> 
+               <span class="hl-attribute">connectionTimeout</span>=<span class="hl-value">"20000"</span> 
+               <span class="hl-attribute">redirectPort</span>=<span class="hl-value">"8443"</span> /&gt;
+
+    &lt;<span class="hl-tag">Connector</span> <span class="hl-attribute">port</span>=<span class="hl-value">"8009"</span> <span class="hl-attribute">protocol</span>=<span class="hl-value">"AJP/1.3"</span> <span class="hl-attribute">redirectPort</span>=<span class="hl-value">"8443"</span> /&gt;
+
+    &lt;<span class="hl-tag">Engine</span> <span class="hl-attribute">name</span>=<span class="hl-value">"Catalina"</span> <span class="hl-attribute">defaultHost</span>=<span class="hl-value">"localhost"</span>&gt;
+
+      &lt;<span class="hl-tag">Host</span> <span class="hl-attribute">name</span>=<span class="hl-value">"localhost"</span> <span class="hl-attribute">deployOnStartup</span>=<span class="hl-value">"false"</span> <span class="hl-attribute">autoDeploy</span>=<span class="hl-value">"false"</span>
+            <span class="hl-attribute">unpackWARs</span>=<span class="hl-value">"false"</span> <span class="hl-attribute">createDirs</span>=<span class="hl-value">"false"</span>&gt;
+
+      &lt;<span class="hl-tag">/Host</span>&gt;
+    &lt;<span class="hl-tag">/Engine</span>&gt;
+  &lt;<span class="hl-tag">/Service</span>&gt;
+&lt;<span class="hl-tag">/Server</span>&gt;</pre><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="overview-tomcat-servlet-container"></a>Description of the Default Apache Tomcat Configuration</h3></div></div></div><p>
+				The following bullets describe the main elements and attributes in the default <code class="literal">tomcat-server.xml</code> file; for details about updating this file to further configure the embedded Apache Tomcat server, see the <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/config/index.html" target="_top">Apache Tomcat Configuration Reference</a>.
+			</p><div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Tip: Relative paths"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="images/tip.gif"></td><th align="left">Relative paths</th></tr><tr><td align="left" valign="top"><p>If the configured path to a directory or file does not represent an absolute path, GW typically interprets it as a path relative to the <code class="filename">$GW_HOME</code> directory.</p></td></tr></table></div><div class="itemizedlist"><ul type="disc"><li><p>The root element of the <code class="literal">tomcat-server.xml</code> file is <code class="literal">&lt;Server&gt;</code>. The attributes of this element represent the characteristics of the entire embedded Apache Tomcat servlet container. The <code class="literal">shutdown</code> attribute specifies the command string that the shutdown port number receives via a TCP/IP connection in order to shut down the servlet container. The <code class="literal">port</code> attribute specifies the TCP/IP port number that listens for a shutdown message.</p></li><li><p>The <code class="literal">&lt;Listener&gt;</code> XML elements specify the list of lifecycle listeners that monitor and manage the embedded Apache Tomcat servlet container. Each listener class is a Java Management Extensions (JMX) MBean that listens to a specific component of the servlet container and has been programmed to do something at certain lifecycle events of the component, such as before starting up, after stopping, and so on.</p></li><li><p>The <code class="literal">&lt;Service&gt;</code> XML element groups together one or more connectors and a single engine. Connectors define a transport mechanism, such as HTTP, that clients use to send and receive messages to and from the associated service. There are many transports that a client can use, which is why a <code class="literal">&lt;Service&gt;</code> element can have many <code class="literal">&lt;Connector&gt;</code> elements. The engine then defines how these requests and responses that the connector receives and sends are in turn handled by the servlet container; you can define only a single <code class="literal">&lt;Engine&gt;</code> element for any given <code class="literal">&lt;Service&gt;</code> element.</p><p>The sample <code class="literal">tomcat-server.xml</code> file above includes two <code class="literal">&lt;Connector&gt;</code> elements: one for the HTTP transport, and one for the AJP transport. The file also includes a single <code class="literal">&lt;Engine&gt;</code> element, as required.</p></li><li><p>The first connector listens for HTTP requests at the <code class="literal">8080</code> TCP/IP port. The connector, after accepting a connection from a client, waits for a maximum of 20000 milliseconds for a request URI; if it does not receive one from the client by then, the connector times out. If this connector receives a request from the client that requires the SSL transport, the servlet container automatically redirects the request to port <code class="literal">8443</code>. </p></li><li><p>The second AJP Connector element represents a Connector component that communicates with a web connector via the AJP protocol. </p></li><li><p>
+						The engine has a logical name of <code class="literal">Catalina</code>; this is the name used in all log and error messages so you can easily identify problems. 
+						The value of the <code class="literal">defaultHost</code> attribute refers to the name of a <code class="literal">&lt;Host&gt;</code> child element of <code class="literal">&lt;Engine&gt;</code>; this host processes requests directed to host names on this servlet container.
+					</p></li><li><p>
+						The <code class="literal">&lt;Host&gt;</code> child element represents a virtual host, which is an association of a network name for a server (such as <code class="literal">www.mycompany.com</code>) with the particular server on which Catalina is running.  
+					</p></li><li><p>
+						Note that multiple <code class="literal">&lt;Host&gt;</code> elements are not supported in Gemini Web Container.
+					</p></li></ul></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-tomcat-connectors"></a>Connector Configuration</h3></div></div></div><p>The Gemini Web Container supports the configuration of any connector supported by Apache Tomcat. 
+				See the default configuration above for syntax examples, and for further details of the configuration properties supported for various <code class="literal">&lt;Connector&gt;</code> implementations, consult the official <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/config/http.html" target="_top">Apache Tomcat HTTP Connector</a> documentation.
+				For detailed instructions on how to configure Apache Tomcat's SSL support, consult the official <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html" target="_top">Apache Tomcat SSL Configuration HOW-TO</a>.
+			</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-tomcat-clustering"></a>Cluster Configuration</h3></div></div></div><p>
+				Gemini Web Container supports standard Apache Tomcat cluster configuration.
+				By default, clustering of the embedded servlet container is disabled, and the default configuration does not include any clustering information.  
+				See <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/cluster-howto.html" target="_top">Apache Tomcat Clustering/Session Replication HOW-TO</a> for detailed information about enabling and configuring clustering.
+			</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-default-web-xml"></a>Default web.xml Configuration</h3></div></div></div><p>
+				Java Servlet specification enables web applications to provide deployment descriptor (<code class="literal">web.xml</code>) in the <code class="literal">WEB-INF</code> directory.
+				Apache Tomcat introduces a default <code class="literal">web.xml</code> which is similar to web application's <code class="literal">web.xml</code>, but provides configurations that are applied to all web applications.
+				When deploying a web application, Apache Tomcat uses the default <code class="literal">web.xml</code> file as a base configuration. 
+				If the web application provides its own configurations via <code class="literal">web.xml</code> (the one located in the web application's <code class="literal">WEB-INF</code>) or annotations, they overwrite the default ones.
+				In Gemini Web Container you can also provide default configurations for all web applications.
+				If you want to change/extend the default configurations, you can provide the default <code class="literal">web.xml</code> file located in the <code class="literal">$GW_HOME/config</code> directory. 
+			</p><p>
+				</p><div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Tip"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="images/tip.gif"></td><th align="left">Tip</th></tr><tr><td align="left" valign="top">Be careful when changing/extending the default <code class="literal">web.xml</code> as this will affect all web applications.</td></tr></table></div><p>
+			</p><p>
+				Here's an extract of the default configuration distributed with the GW.
+			</p><pre class="programlisting">&lt;<span class="hl-tag">?xml version="1.0" encoding="ISO-8859-1"?</span>&gt;
+&lt;<span class="hl-tag">web-app</span> <span class="hl-attribute">xmlns</span>=<span class="hl-value">"http://java.sun.com/xml/ns/javaee"</span>
+    <span class="hl-attribute">xmlns:xsi</span>=<span class="hl-value">"http://www.w3.org/2001/XMLSchema-instance"</span>
+    <span class="hl-attribute">xsi:schemaLocation</span>=<span class="hl-value">"http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"</span>
+    <span class="hl-attribute">version</span>=<span class="hl-value">"3.0"</span>&gt;
+
+    &lt;<span class="hl-tag">servlet</span>&gt;
+        &lt;<span class="hl-tag">servlet-name</span>&gt;default&lt;<span class="hl-tag">/servlet-name</span>&gt;
+        &lt;<span class="hl-tag">servlet-class</span>&gt;org.apache.catalina.servlets.DefaultServlet&lt;<span class="hl-tag">/servlet-class</span>&gt;
+        &lt;<span class="hl-tag">init-param</span>&gt;
+            &lt;<span class="hl-tag">param-name</span>&gt;debug&lt;<span class="hl-tag">/param-name</span>&gt;
+            &lt;<span class="hl-tag">param-value</span>&gt;0&lt;<span class="hl-tag">/param-value</span>&gt;
+        &lt;<span class="hl-tag">/init-param</span>&gt;
+        &lt;<span class="hl-tag">init-param</span>&gt;
+            &lt;<span class="hl-tag">param-name</span>&gt;listings&lt;<span class="hl-tag">/param-name</span>&gt;
+            &lt;<span class="hl-tag">param-value</span>&gt;false&lt;<span class="hl-tag">/param-value</span>&gt;
+        &lt;<span class="hl-tag">/init-param</span>&gt;
+        &lt;<span class="hl-tag">load-on-startup</span>&gt;1&lt;<span class="hl-tag">/load-on-startup</span>&gt;
+    &lt;<span class="hl-tag">/servlet</span>&gt;
+
+    &lt;<span class="hl-tag">servlet</span>&gt;
+        &lt;<span class="hl-tag">servlet-name</span>&gt;jsp&lt;<span class="hl-tag">/servlet-name</span>&gt;
+        &lt;<span class="hl-tag">servlet-class</span>&gt;org.apache.jasper.servlet.JspServlet&lt;<span class="hl-tag">/servlet-class</span>&gt;
+        &lt;<span class="hl-tag">init-param</span>&gt;
+            &lt;<span class="hl-tag">param-name</span>&gt;fork&lt;<span class="hl-tag">/param-name</span>&gt;
+            &lt;<span class="hl-tag">param-value</span>&gt;false&lt;<span class="hl-tag">/param-value</span>&gt;
+        &lt;<span class="hl-tag">/init-param</span>&gt;
+        &lt;<span class="hl-tag">init-param</span>&gt;
+            &lt;<span class="hl-tag">param-name</span>&gt;xpoweredBy&lt;<span class="hl-tag">/param-name</span>&gt;
+            &lt;<span class="hl-tag">param-value</span>&gt;false&lt;<span class="hl-tag">/param-value</span>&gt;
+        &lt;<span class="hl-tag">/init-param</span>&gt;
+        &lt;<span class="hl-tag">load-on-startup</span>&gt;3&lt;<span class="hl-tag">/load-on-startup</span>&gt;
+    &lt;<span class="hl-tag">/servlet</span>&gt;
+
+    &lt;<span class="hl-tag">servlet-mapping</span>&gt;
+        &lt;<span class="hl-tag">servlet-name</span>&gt;default&lt;<span class="hl-tag">/servlet-name</span>&gt;
+        &lt;<span class="hl-tag">url-pattern</span>&gt;/&lt;<span class="hl-tag">/url-pattern</span>&gt;
+    &lt;<span class="hl-tag">/servlet-mapping</span>&gt;
+
+    &lt;<span class="hl-tag">servlet-mapping</span>&gt;
+        &lt;<span class="hl-tag">servlet-name</span>&gt;jsp&lt;<span class="hl-tag">/servlet-name</span>&gt;
+        &lt;<span class="hl-tag">url-pattern</span>&gt;*.jsp&lt;<span class="hl-tag">/url-pattern</span>&gt;
+    &lt;<span class="hl-tag">/servlet-mapping</span>&gt;
+
+    &lt;<span class="hl-tag">servlet-mapping</span>&gt;
+        &lt;<span class="hl-tag">servlet-name</span>&gt;jsp&lt;<span class="hl-tag">/servlet-name</span>&gt;
+        &lt;<span class="hl-tag">url-pattern</span>&gt;*.jspx&lt;<span class="hl-tag">/url-pattern</span>&gt;
+    &lt;<span class="hl-tag">/servlet-mapping</span>&gt;
+
+    &lt;<span class="hl-tag">session-config</span>&gt;
+        &lt;<span class="hl-tag">session-timeout</span>&gt;30&lt;<span class="hl-tag">/session-timeout</span>&gt;
+    &lt;<span class="hl-tag">/session-config</span>&gt;
+
+    &lt;<span class="hl-tag">mime-mapping</span>&gt;
+        &lt;<span class="hl-tag">extension</span>&gt;abs&lt;<span class="hl-tag">/extension</span>&gt;
+        &lt;<span class="hl-tag">mime-type</span>&gt;audio/x-mpeg&lt;<span class="hl-tag">/mime-type</span>&gt;
+    &lt;<span class="hl-tag">/mime-mapping</span>&gt;
+    ......
+    &lt;<span class="hl-tag">mime-mapping</span>&gt;
+        &lt;<span class="hl-tag">extension</span>&gt;ppt&lt;<span class="hl-tag">/extension</span>&gt;
+        &lt;<span class="hl-tag">mime-type</span>&gt;application/vnd.ms-powerpoint&lt;<span class="hl-tag">/mime-type</span>&gt;
+    &lt;<span class="hl-tag">/mime-mapping</span>&gt;
+
+    &lt;<span class="hl-tag">welcome-file-list</span>&gt;
+        &lt;<span class="hl-tag">welcome-file</span>&gt;index.html&lt;<span class="hl-tag">/welcome-file</span>&gt;
+        &lt;<span class="hl-tag">welcome-file</span>&gt;index.htm&lt;<span class="hl-tag">/welcome-file</span>&gt;
+        &lt;<span class="hl-tag">welcome-file</span>&gt;index.jsp&lt;<span class="hl-tag">/welcome-file</span>&gt;
+    &lt;<span class="hl-tag">/welcome-file-list</span>&gt;
+
+&lt;<span class="hl-tag">/web-app</span>&gt;
+</pre><p>
+				The following bullets describe the main elements in the default <code class="literal">web.xml</code> file.
+				</p><div class="itemizedlist"><ul type="disc"><li><p>The <code class="literal">&lt;Servlet&gt;</code> XML element declares a given servlet and its configurations. The sample <code class="literal">web.xml</code> file above includes two &lt;Servlet&gt; elements.</p><div class="itemizedlist"><ul type="circle"><li><p>
+									The default servlet serves static resources and processes the requests that are not mapped to any servlet.
+									For details about default servlet configuration, see the <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/default-servlet.html" target="_top">Apache Tomcat Default Servlet Reference.</a>.
+								</p></li><li><p>
+									The jsp servlet serves the requests to JavaServer Pages. It is mapped to the URL pattern "*.jsp" and "*.jspx".
+									For details about jsp servlet configuration, see the <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/jasper-howto.html" target="_top">Apache Tomcat Jasper 2 JSP Engine.</a>.
+								</p></li></ul></div></li><li><p>The <code class="literal">&lt;servlet-mapping&gt;</code> XML element specifies the mapping between the servlet and URL pattern.</p></li><li><p>
+							The <code class="literal">&lt;session-config&gt;</code> XML element defines the session configuration for one web application. 
+							The sample <code class="literal">web.xml</code> file above specifies that the session timeout for all web applications will be 30 minutes by default.
+						</p></li><li><p>
+							The <code class="literal">&lt;mime-mapping&gt;</code> XML element defines a mapping between a filename extension and a mime type. 
+							When serving static resources, a "Content-Type" header will be generated based on these mappings.
+						</p></li><li><p>
+							The <code class="literal">&lt;welcome-file-list&gt;</code> XML element specifies a list of welcome files. 
+							When a request URI refers to a directory, the default servlet looks for a "welcome file" within that directory.
+							If the "welcome file" exists it will be served, otherwise 404 status or directory listing will be returned, depending on the default servlet configuration.
+						</p></li></ul></div><p>
+			</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-tomcat-contexts"></a>Context Configuration</h3></div></div></div><p>
+				Gemini Web Container supports standard Apache Tomcat web application context configuration.
+				The <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/config/index.html" target="_top">Apache Tomcat Configuration Reference</a> has a section on
+				<a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/config/context.html" target="_top">The Context Container</a> which describes the mechanism that
+				is used in GW for searching context configuration files and details the context configuration properties.
+			</p><p>
+				Context configuration files may be placed in the following locations,
+				where <code class="literal">[enginename]</code> is the name of Apache Tomcat's engine ('Catalina' by default) and <code class="literal">[hostname]</code> names
+				a virtual host ('localhost' by default), both of which are configured in <code class="literal">tomcat-server.xml</code>:
+				</p><div class="itemizedlist"><ul type="disc"><li><p><code class="literal">$GW_HOME/config/context.xml</code> provides the default context configuration file for all web applications.</p></li><li><p>
+							The <code class="literal">$GW_HOME/config/[enginename]/[hostname]</code> directory may contain:
+					  		</p><div class="itemizedlist"><ul type="circle"><li><p>
+										The default context configuration for all web applications of a given virtual host in the file <code class="literal">context.xml.default</code>.
+									</p></li><li><p>
+										Individual web applications' context configuration files as described in the Apache Tomcat Configuration Reference.
+										For example, the context for a web application with
+										context path <code class="literal">foo</code> may be configured in <code class="literal">foo.xml</code>.
+									</p></li></ul></div><p>
+						</p></li></ul></div><p>
+			</p><p>
+				Note that the following context configuration features are not supported in Gemini Web Container:
+				</p><div class="itemizedlist"><ul type="disc"><li><p>Custom class loaders.</p></li><li><p>Specifying the context path. This is specified using the <code class="literal">Web-ContextPath</code> header in the web application's <code class="literal">MANIFEST.MF</code> file.</p></li><li><p>Specifying the document base directory.</p></li></ul></div><p>
+			</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-naming"></a>JNDI Resources</h3></div></div></div><p>
+				By default Gemini Web Container supports standard Apache Tomcat JNDI Resources handling.
+				The <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/jndi-resources-howto.html" target="_top">Apache Tomcat JDNI Resources How-To</a> 
+				describes in details how the JNDI resources can be configured and used.
+			</p><p>
+				In addition to that feature Gemini Web Container provides a possibility to switch off the standard Apache Tomcat JNDI Resources handling or to use the OSGi one.
+				One can specify the preferred option using <code class="literal">-DuseNaming</code> with one of the following options:
+				</p><div class="itemizedlist"><ul type="disc"><li><code class="literal">tomcat</code> - the default value: this is the standard Apache Tomcat JNDI Resources handling.</li><li><code class="literal">disabled</code> - there is no JNDI Resources handling provided by Gemini Web Container.</li><li><code class="literal">osgi</code> - the OSGi JNDI Resource handling will be enabled. 
+						(<a class="ulink" href="http://eclipse.org/gemini/naming/" target="_top">Gemini Naming</a> can be used as implementation for OSGi JNDI Services Specification)
+						The <a class="ulink" href="http://www.osgi.org/download/r4v42/r4.enterprise.pdf" target="_top">OSGi JNDI Services Specification</a>
+						describes in details how JNDI can be utilized from within an OSGi framework.
+						One can use either <code class="literal">osgi URL scheme</code> in order to look up an OSGi service, or <code class="literal">java URL scheme</code> - a feature provided by Gemini Web Container.
+						If <code class="literal">java URL scheme</code> is chosen then additional configuration is necessary to be provided via context.xml.
+<pre class="programlisting">&lt;<span class="hl-tag">Context</span>&gt;
+&lt;<span class="hl-tag">Resource</span> <span class="hl-attribute">name</span>=<span class="hl-value">"LogService"</span>
+          <span class="hl-attribute">type</span>=<span class="hl-value">"org.osgi.service.log.LogService"</span>
+          <span class="hl-attribute">mappedName</span>=<span class="hl-value">"service/org.osgi.service.log.LogService"</span>
+          <span class="hl-attribute">factory</span>=<span class="hl-value">"org.eclipse.gemini.web.tomcat.naming.factory.OsgiServiceFactory"</span>/&gt;
+&lt;<span class="hl-tag">/Context</span>&gt;</pre>
+						The list below describes in details the different properties:
+						<div class="itemizedlist"><ul type="circle"><li><code class="literal">name</code> - The name of the resource that will be created. The name should be relative to the java:comp/env context.</li><li><code class="literal">type</code> - The fully qualified Java class name of the resource (OSGi service) that web application will expect when it performs a lookup or when it uses @Resource annotation.</li><li><code class="literal">mappedName</code> - the service/s that should be looked up and the filter details if any. 
+								The syntax can be seen in <a class="ulink" href="http://www.osgi.org/download/r4v42/r4.enterprise.pdf" target="_top">OSGi JNDI Services Specification: 126.6 OSGi URL Scheme</a>.
+							</li><li><code class="literal">factory</code> - The class name for the JNDI object factory. Gemini Web Container provides a special JNDI object factory in order to be able to obtain an OSGi service.</li></ul></div></li></ul></div><p>
+			</p></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="configuring-osgi-framework"></a>3.2&nbsp;Configuring the OSGi Framework</h2></div></div></div><p>
+			This section provides information about configuring the OSGi framework by updating the following files in the
+			<code class="literal">$GW_HOME/configuration</code> directory:
+		</p><div class="table"><a name="configuring-osgi-framework-table"></a><p class="title"><b>Table&nbsp;3.1.&nbsp;OSGi Framework Configuration Files </b></p><div class="table-contents"><table summary="OSGi Framework Configuration Files " style="border-collapse: collapse;border-top: 1.0pt solid ; border-bottom: 1.0pt solid ; border-left: 1.0pt solid ; border-right: 1.0pt solid ; "><colgroup><col><col></colgroup><thead><tr><th style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">Property File</th><th style="border-bottom: 1.0pt solid ; ">Description</th></tr></thead><tbody><tr><td style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">
+							<code class="literal">config.ini</code>
+						</td><td style="border-bottom: 1.0pt solid ; ">Configures the <a class="link" href="#configuring-framework-properties" title="Configuring OSGi Framework Properties">OSGi framework properties</a>.</td></tr><tr><td style="border-right: 1.0pt solid ; ">
+							<code class="literal">java6-server.profile</code>
+						</td><td style="">Configures the <a class="link" href="#configuring-framework-profile" title="Configuring OSGi Framework Profile">OSGi framework profile</a>.</td></tr></tbody></table></div></div><br class="table-break"><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-framework-properties"></a>Configuring OSGi Framework Properties</h3></div></div></div><p>
+				You specify the framework properties in the <code class="literal">$GW_HOME/configuration/config.ini</code> file. 
+				The properties relevant to users are described in the following table.
+			</p><div class="table"><a name="configuring-framework-properties-table"></a><p class="title"><b>Table&nbsp;3.2.&nbsp;Framework Properties</b></p><div class="table-contents"><table summary="Framework Properties" style="border-collapse: collapse;border-top: 1.0pt solid ; border-bottom: 1.0pt solid ; border-left: 1.0pt solid ; border-right: 1.0pt solid ; "><colgroup><col><col></colgroup><thead><tr><th style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">Property</th><th style="border-bottom: 1.0pt solid ; ">Description</th></tr></thead><tbody><tr><td style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">
+								<code class="literal">osgi.bundles</code>
+							</td><td style="border-bottom: 1.0pt solid ; ">
+								The comma-separated list of bundles which are automatically installed and optionally started once the system is up and running.
+							</td></tr><tr><td style="border-right: 1.0pt solid ; ">
+								<code class="literal">osgi.java.profile</code>
+							</td><td style="">
+								Specifies the profile to use using a <code class="literal">file:</code> URI with default value
+								<code class="literal">file:configuration/java6-server.profile</code>.
+							</td></tr></tbody></table></div></div><br class="table-break"></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-framework-profile"></a>Configuring OSGi Framework Profile</h3></div></div></div><p>
+				You specify the framework profile in the <code class="literal">$GW_HOME/configuration/java6-server.profile</code> file. 
+				The properties relevant to users are described in the following table.
+			</p><p>
+				<span class="bold"><strong>WARNING:</strong></span> We advise you not to change the framework profile unless you are sure you know exactly what
+				you are doing; updating the profile could cause GW to fail.
+			</p><div class="table"><a name="configuring-framework-profile-table"></a><p class="title"><b>Table&nbsp;3.3.&nbsp;Framework Profile Properties</b></p><div class="table-contents"><table summary="Framework Profile Properties" style="border-collapse: collapse;border-top: 1.0pt solid ; border-bottom: 1.0pt solid ; border-left: 1.0pt solid ; border-right: 1.0pt solid ; "><colgroup><col><col></colgroup><thead><tr><th style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">Property</th><th style="border-bottom: 1.0pt solid ; ">Description</th></tr></thead><tbody><tr><td style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">
+								<code class="literal">org.osgi.framework.bootdelegation</code>
+							</td><td style="border-bottom: 1.0pt solid ; ">
+								<p>
+									This property specifies the packages which are loaded by delegation to the application class loader.
+									Bundles can load classes belonging to these packages without importing the packages.
+									The <code class="literal">.*</code> wildcard matches any package suffix. 
+									<code class="literal">java.*</code> is always boot delegated and must not be specified in this property.
+									Note that the ordering of the packages does not matter.
+								</p>
+							</td></tr><tr><td style="border-right: 1.0pt solid ; ">
+								<code class="literal">org.osgi.framework.system.packages</code>
+							</td><td style="">
+								<p>
+									This property specifies the packages which are exported by the system bundle.
+								</p>
+								<p>
+									It is very occasionally necessary to extend the set, for example when configuring email logging appenders since the implementation of <code class="literal">javax.mail</code>	is intimately related to the implementation of <code class="literal">javax.activation</code>.
+								</p>
+							</td></tr></tbody></table></div></div><br class="table-break"></div></div></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
+			_lf_cid = "LF_48be82fa";
+			_lf_remora();
+		</script><!--End LoopFuse code--></body></html>
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/.images b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/.images
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/.images
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/annot-close.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/annot-close.png
new file mode 100644
index 0000000..b9e1a0d
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/annot-close.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/annot-open.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/annot-open.png
new file mode 100644
index 0000000..71040ec
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/annot-open.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/blank.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/blank.png
new file mode 100644
index 0000000..764bf4f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/blank.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/1.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/1.gif
new file mode 100644
index 0000000..9e7a87f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/1.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/1.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/1.png
new file mode 100644
index 0000000..7d47343
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/1.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/1.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/1.svg
new file mode 100644
index 0000000..e2e87dc
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/1.svg
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M10.428,10.411h0.56c3.78,0,4.788-1.96,4.872-3.444h3.22v19.88h-3.92V13.154h-4.732V10.411z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/10.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/10.gif
new file mode 100644
index 0000000..e80f7f8
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/10.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/10.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/10.png
new file mode 100644
index 0000000..997bbc8
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/10.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/10.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/10.svg
new file mode 100644
index 0000000..4740f58
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/10.svg
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M3.815,10.758h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.11H3.815V10.758z"/>
+		<path style="fill:#FFFFFF;" d="M22.175,7.806c4.009,0,5.904,2.76,5.904,8.736c0,5.975-1.896,8.76-5.904,8.76
+			c-4.008,0-5.904-2.785-5.904-8.76C16.271,10.566,18.167,7.806,22.175,7.806z M22.175,22.613c1.921,0,2.448-1.68,2.448-6.071
+			c0-4.393-0.527-6.049-2.448-6.049c-1.92,0-2.448,1.656-2.448,6.049C19.727,20.934,20.255,22.613,22.175,22.613z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/11.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/11.gif
new file mode 100644
index 0000000..67f91a2
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/11.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/11.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/11.png
new file mode 100644
index 0000000..ce47dac
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/11.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/11.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/11.svg
new file mode 100644
index 0000000..09a0b2c
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/11.svg
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M5.209,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H5.209V10.412z"/>
+		<path style="fill:#FFFFFF;" d="M18.553,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.359V12.764h-4.056V10.412z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/12.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/12.gif
new file mode 100644
index 0000000..54c4b42
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/12.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/12.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/12.png
new file mode 100644
index 0000000..31daf4e
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/12.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/12.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/12.svg
new file mode 100644
index 0000000..9794044
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/12.svg
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M4.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.813V10.412z"/>
+		<path style="fill:#FFFFFF;" d="M17.316,13.484c0-5.545,4.056-6.024,5.568-6.024c3.265,0,5.856,1.92,5.856,5.376
+			c0,2.928-1.896,4.416-3.553,5.544c-2.256,1.584-3.432,2.353-3.815,3.145h7.392V24.5h-11.64c0.12-1.992,0.264-4.08,3.96-6.768
+			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.353-2.424c-2.352,0-2.423,1.944-2.447,3.192H17.316z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/13.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/13.gif
new file mode 100644
index 0000000..dd5d7d9
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/13.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/13.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/13.png
new file mode 100644
index 0000000..14021a8
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/13.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/13.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/13.svg
new file mode 100644
index 0000000..64268bb
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/13.svg
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M3.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H3.813V10.412z"/>
+		<path style="fill:#FFFFFF;" d="M20.611,14.636h0.529c1.008,0,2.855-0.096,2.855-2.304c0-0.624-0.288-2.185-2.137-2.185
+			c-2.303,0-2.303,2.185-2.303,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.279,0,5.279,1.152,5.279,4.752
+			c0,1.728-1.08,2.808-2.039,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.377,5.496-5.809,5.496
+			c-1.607,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.52-0.911,2.52-2.808
+			c0-2.328-2.256-2.424-3.816-2.424V14.636z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/14.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/14.gif
new file mode 100644
index 0000000..3d7a952
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/14.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/14.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/14.png
new file mode 100644
index 0000000..64014b7
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/14.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/14.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/14.svg
new file mode 100644
index 0000000..469aa97
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/14.svg
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M4.146,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.146V10.412z"/>
+		<path style="fill:#FFFFFF;" d="M28.457,20.732h-1.896V24.5h-3.36v-3.768h-6.72v-2.904L22.746,7.46h3.815v10.656h1.896V20.732z
+			 M23.201,18.116c0-4.128,0.072-6.792,0.072-7.32h-0.048l-4.272,7.32H23.201z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/15.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/15.gif
new file mode 100644
index 0000000..1c9183d
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/15.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/15.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/15.png
new file mode 100644
index 0000000..0d65765
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/15.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/15.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/15.svg
new file mode 100644
index 0000000..8202233
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/15.svg
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M3.479,11.079h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.43H3.479V11.079z"/>
+		<path style="fill:#FFFFFF;" d="M19.342,14.943c0.625-0.433,1.392-0.937,3.048-0.937c2.279,0,5.16,1.584,5.16,5.496
+			c0,2.328-1.176,6.121-6.192,6.121c-2.664,0-5.376-1.584-5.544-5.016h3.36c0.144,1.391,0.888,2.326,2.376,2.326
+			c1.607,0,2.544-1.367,2.544-3.191c0-1.512-0.72-3.047-2.496-3.047c-0.456,0-1.608,0.023-2.256,1.223l-3-0.143l1.176-9.361h9.36
+			v2.832h-6.937L19.342,14.943z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/16.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/16.svg
new file mode 100644
index 0000000..01d6bf8
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/16.svg
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M3.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H3.813V10.412z"/>
+		<path style="fill:#FFFFFF;" d="M24.309,11.78c-0.097-0.96-0.721-1.633-1.969-1.633c-2.184,0-2.688,2.496-2.808,4.704L19.58,14.9
+			c0.456-0.624,1.296-1.416,3.191-1.416c3.529,0,5.209,2.712,5.209,5.256c0,3.72-2.28,6.216-5.568,6.216
+			c-5.16,0-6.168-4.32-6.168-8.568c0-3.24,0.432-8.928,6.336-8.928c0.695,0,2.641,0.264,3.48,1.104
+			c0.936,0.912,1.271,1.416,1.584,3.217H24.309z M22.172,16.172c-1.271,0-2.568,0.792-2.568,2.928c0,1.849,1.056,3.168,2.664,3.168
+			c1.225,0,2.353-0.936,2.353-3.239C24.62,16.868,23.229,16.172,22.172,16.172z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/17.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/17.svg
new file mode 100644
index 0000000..0a04c55
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/17.svg
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M3.479,11.079h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.43H3.479V11.079z"/>
+		<path style="fill:#FFFFFF;" d="M27.838,11.006c-1.631,1.776-5.807,6.816-6.215,14.16h-3.457c0.36-6.816,4.632-12.24,6.072-13.776
+			h-8.472l0.072-2.976h12V11.006z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/18.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/18.svg
new file mode 100644
index 0000000..1cb891b
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/18.svg
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M4.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.813V10.412z"/>
+		<path style="fill:#FFFFFF;" d="M23.172,24.956c-4.392,0-5.904-2.856-5.904-5.185c0-0.863,0-3.119,2.592-4.319
+			c-1.344-0.672-2.064-1.752-2.064-3.336c0-2.904,2.328-4.656,5.304-4.656c3.528,0,5.4,2.088,5.4,4.44
+			c0,1.464-0.6,2.712-1.968,3.432c1.632,0.815,2.544,1.896,2.544,4.104C29.076,21.596,27.684,24.956,23.172,24.956z M23.124,16.916
+			c-1.224,0-2.4,0.792-2.4,2.64c0,1.632,0.936,2.712,2.472,2.712c1.752,0,2.424-1.512,2.424-2.688
+			C25.62,18.38,24.996,16.916,23.124,16.916z M25.284,12.26c0-1.296-0.888-2.112-1.968-2.112c-1.512,0-2.305,0.864-2.305,2.112
+			c0,1.008,0.744,2.112,2.185,2.112C24.516,14.372,25.284,13.484,25.284,12.26z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/19.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/19.svg
new file mode 100644
index 0000000..e6fbb17
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/19.svg
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M4.146,10.746h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.041h-3.36V13.097H4.146V10.746z"/>
+		<path style="fill:#FFFFFF;" d="M20.225,20.898v0.023c0.192,1.176,0.936,1.68,1.968,1.68c1.392,0,2.783-1.176,2.808-4.752
+			l-0.048-0.049c-0.768,1.152-2.088,1.441-3.24,1.441c-3.264,0-5.16-2.473-5.16-5.329c0-4.176,2.472-6.12,5.808-6.12
+			c5.904,0,6,6.36,6,8.76c0,6.601-3.12,8.736-6.192,8.736c-2.904,0-4.992-1.68-5.28-4.391H20.225z M22.434,16.553
+			c1.176,0,2.472-0.84,2.472-2.855c0-1.944-0.841-3.145-2.568-3.145c-0.864,0-2.424,0.433-2.424,2.88
+			C19.913,16.001,21.161,16.553,22.434,16.553z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/2.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/2.gif
new file mode 100644
index 0000000..94d42a3
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/2.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/2.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/2.png
new file mode 100644
index 0000000..5d09341
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/2.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/2.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/2.svg
new file mode 100644
index 0000000..07d0339
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/2.svg
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M9.668,12.328c0-6.469,4.732-7.028,6.496-7.028c3.808,0,6.833,2.24,6.833,6.271
+			c0,3.416-2.213,5.152-4.145,6.469c-2.632,1.848-4.004,2.744-4.452,3.668h8.624v3.472H9.444c0.14-2.324,0.308-4.76,4.62-7.896
+			c3.584-2.604,5.012-3.612,5.012-5.853c0-1.315-0.84-2.828-2.744-2.828c-2.744,0-2.828,2.269-2.856,3.725H9.668z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/20.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/20.svg
new file mode 100644
index 0000000..ccbfd40
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/20.svg
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
+			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
+			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
+		<path style="fill:#FFFFFF;" d="M23.172,7.46c4.008,0,5.904,2.76,5.904,8.736c0,5.976-1.896,8.76-5.904,8.76
+			s-5.904-2.784-5.904-8.76C17.268,10.22,19.164,7.46,23.172,7.46z M23.172,22.268c1.92,0,2.448-1.68,2.448-6.071
+			c0-4.393-0.528-6.049-2.448-6.049s-2.448,1.656-2.448,6.049C20.724,20.588,21.252,22.268,23.172,22.268z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/21.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/21.svg
new file mode 100644
index 0000000..93ec53f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/21.svg
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M5.306,13.151c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
+			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392v2.976H5.114c0.12-1.992,0.264-4.08,3.96-6.768
+			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H5.306z"/>
+		<path style="fill:#FFFFFF;" d="M19.49,10.079h0.48c3.239,0,4.104-1.681,4.176-2.952h2.761v17.04h-3.361V12.431H19.49V10.079z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/22.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/22.svg
new file mode 100644
index 0000000..f48c5f3
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/22.svg
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
+			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
+			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
+		<path style="fill:#FFFFFF;" d="M17.316,13.484c0-5.545,4.056-6.024,5.568-6.024c3.265,0,5.856,1.92,5.856,5.376
+			c0,2.928-1.896,4.416-3.553,5.544c-2.256,1.584-3.432,2.353-3.815,3.145h7.392V24.5h-11.64c0.12-1.992,0.264-4.08,3.96-6.768
+			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.353-2.424c-2.352,0-2.423,1.944-2.447,3.192H17.316z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/23.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/23.svg
new file mode 100644
index 0000000..6624212
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/23.svg
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
+			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
+			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
+		<path style="fill:#FFFFFF;" d="M21.612,14.636h0.528c1.008,0,2.855-0.096,2.855-2.304c0-0.624-0.287-2.185-2.136-2.185
+			c-2.304,0-2.304,2.185-2.304,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.28,0,5.28,1.152,5.28,4.752
+			c0,1.728-1.08,2.808-2.04,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.377,5.496-5.809,5.496
+			c-1.607,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.521-0.911,2.521-2.808
+			c0-2.328-2.257-2.424-3.816-2.424V14.636z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/24.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/24.svg
new file mode 100644
index 0000000..a3d5525
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/24.svg
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M4.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
+			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H4.78c0.12-1.992,0.264-4.08,3.96-6.768
+			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H4.972z"/>
+		<path style="fill:#FFFFFF;" d="M30.124,20.732h-1.896V24.5h-3.36v-3.768h-6.72v-2.904L24.412,7.46h3.816v10.656h1.896V20.732z
+			 M24.868,18.116c0-4.128,0.071-6.792,0.071-7.32h-0.047l-4.272,7.32H24.868z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/25.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/25.svg
new file mode 100644
index 0000000..56614a9
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/25.svg
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
+			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
+			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
+		<path style="fill:#FFFFFF;" d="M20.676,14.276c0.624-0.433,1.393-0.937,3.049-0.937c2.279,0,5.16,1.584,5.16,5.496
+			c0,2.328-1.177,6.12-6.193,6.12c-2.664,0-5.375-1.584-5.543-5.016h3.36c0.144,1.392,0.889,2.327,2.376,2.327
+			c1.608,0,2.544-1.367,2.544-3.191c0-1.513-0.72-3.048-2.496-3.048c-0.455,0-1.607,0.023-2.256,1.224l-3-0.144l1.176-9.36h9.36
+			v2.832h-6.937L20.676,14.276z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/26.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/26.svg
new file mode 100644
index 0000000..56faeac
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/26.svg
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
+			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
+			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
+		<path style="fill:#FFFFFF;" d="M25.309,11.78c-0.097-0.96-0.721-1.633-1.969-1.633c-2.184,0-2.688,2.496-2.808,4.704L20.58,14.9
+			c0.456-0.624,1.296-1.416,3.191-1.416c3.529,0,5.209,2.712,5.209,5.256c0,3.72-2.28,6.216-5.568,6.216
+			c-5.16,0-6.168-4.32-6.168-8.568c0-3.24,0.432-8.928,6.336-8.928c0.695,0,2.641,0.264,3.48,1.104
+			c0.936,0.912,1.271,1.416,1.584,3.217H25.309z M23.172,16.172c-1.271,0-2.568,0.792-2.568,2.928c0,1.849,1.056,3.168,2.664,3.168
+			c1.225,0,2.353-0.936,2.353-3.239C25.62,16.868,24.229,16.172,23.172,16.172z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/27.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/27.svg
new file mode 100644
index 0000000..a75c812
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/27.svg
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
+			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
+			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
+		<path style="fill:#FFFFFF;" d="M29.172,10.34c-1.632,1.776-5.808,6.816-6.216,14.16H19.5c0.36-6.816,4.632-12.24,6.072-13.776
+			H17.1l0.072-2.976h12V10.34z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/28.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/28.svg
new file mode 100644
index 0000000..7f8cf1a
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/28.svg
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
+			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
+			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
+		<path style="fill:#FFFFFF;" d="M23.172,24.956c-4.392,0-5.904-2.856-5.904-5.185c0-0.863,0-3.119,2.592-4.319
+			c-1.344-0.672-2.064-1.752-2.064-3.336c0-2.904,2.328-4.656,5.304-4.656c3.528,0,5.4,2.088,5.4,4.44
+			c0,1.464-0.6,2.712-1.968,3.432c1.632,0.815,2.544,1.896,2.544,4.104C29.076,21.596,27.684,24.956,23.172,24.956z M23.124,16.916
+			c-1.224,0-2.4,0.792-2.4,2.64c0,1.632,0.936,2.712,2.472,2.712c1.752,0,2.424-1.512,2.424-2.688
+			C25.62,18.38,24.996,16.916,23.124,16.916z M25.284,12.26c0-1.296-0.888-2.112-1.968-2.112c-1.512,0-2.305,0.864-2.305,2.112
+			c0,1.008,0.744,2.112,2.185,2.112C24.516,14.372,25.284,13.484,25.284,12.26z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/29.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/29.svg
new file mode 100644
index 0000000..cb63adf
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/29.svg
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
+			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
+			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
+		<path style="fill:#FFFFFF;" d="M20.893,20.564v0.023c0.191,1.176,0.936,1.68,1.967,1.68c1.393,0,2.785-1.176,2.809-4.752
+			l-0.048-0.048c-0.769,1.152-2.088,1.44-3.24,1.44c-3.264,0-5.16-2.473-5.16-5.328c0-4.176,2.472-6.12,5.807-6.12
+			c5.904,0,6.001,6.36,6.001,8.76c0,6.601-3.12,8.736-6.192,8.736c-2.904,0-4.992-1.68-5.28-4.392H20.893z M23.1,16.22
+			c1.176,0,2.473-0.84,2.473-2.855c0-1.944-0.84-3.145-2.568-3.145c-0.863,0-2.424,0.433-2.424,2.88
+			C20.58,15.668,21.828,16.22,23.1,16.22z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/3.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/3.gif
new file mode 100644
index 0000000..dd3541a
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/3.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/3.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/3.png
new file mode 100644
index 0000000..ef7b700
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/3.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/3.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/3.svg
new file mode 100644
index 0000000..918be80
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/3.svg
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M15.127,14.005h0.616c1.176,0,3.332-0.112,3.332-2.688c0-0.728-0.336-2.548-2.492-2.548
+			c-2.688,0-2.688,2.548-2.688,3.248h-3.64c0-3.724,2.1-6.384,6.58-6.384c2.66,0,6.16,1.344,6.16,5.544
+			c0,2.016-1.261,3.276-2.38,3.78v0.056c0.699,0.196,2.996,1.232,2.996,4.62c0,3.752-2.772,6.412-6.776,6.412
+			c-1.876,0-6.916-0.42-6.916-6.636h3.836l-0.028,0.027c0,1.064,0.28,3.473,2.912,3.473c1.568,0,2.94-1.064,2.94-3.276
+			c0-2.716-2.632-2.828-4.452-2.828V14.005z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/30.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/30.svg
new file mode 100644
index 0000000..dc43ba1
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/30.svg
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M8.268,14.636h0.528c1.008,0,2.856-0.096,2.856-2.304c0-0.624-0.288-2.185-2.136-2.185
+			c-2.304,0-2.304,2.185-2.304,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.28,0,5.28,1.152,5.28,4.752
+			c0,1.728-1.08,2.808-2.04,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.376,5.496-5.808,5.496
+			c-1.608,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.52-0.911,2.52-2.808
+			c0-2.328-2.256-2.424-3.816-2.424V14.636z"/>
+		<path style="fill:#FFFFFF;" d="M23.172,7.46c4.008,0,5.904,2.76,5.904,8.736c0,5.976-1.896,8.76-5.904,8.76
+			s-5.904-2.784-5.904-8.76C17.268,10.22,19.164,7.46,23.172,7.46z M23.172,22.268c1.92,0,2.448-1.68,2.448-6.071
+			c0-4.393-0.528-6.049-2.448-6.049s-2.448,1.656-2.448,6.049C20.724,20.588,21.252,22.268,23.172,22.268z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/4.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/4.gif
new file mode 100644
index 0000000..4bcbf7e
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/4.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/4.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/4.png
new file mode 100644
index 0000000..adb8364
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/4.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/4.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/4.svg
new file mode 100644
index 0000000..8eb6a53
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/4.svg
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M21.891,20.784h-2.212v4.396h-3.92v-4.396h-7.84v-3.389L15.227,5.3h4.452v12.432h2.212V20.784z
+			 M15.759,17.731c0-4.815,0.084-7.924,0.084-8.54h-0.056l-4.984,8.54H15.759z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/5.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/5.gif
new file mode 100644
index 0000000..1c62b4f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/5.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/5.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/5.png
new file mode 100644
index 0000000..4d7eb46
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/5.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/5.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/5.svg
new file mode 100644
index 0000000..ca7a9f2
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/5.svg
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M14.035,14.252c0.728-0.504,1.624-1.092,3.556-1.092c2.66,0,6.02,1.848,6.02,6.411
+			c0,2.717-1.372,7.141-7.224,7.141c-3.108,0-6.272-1.849-6.468-5.853h3.92c0.168,1.624,1.036,2.717,2.772,2.717
+			c1.876,0,2.968-1.597,2.968-3.725c0-1.764-0.839-3.556-2.912-3.556c-0.532,0-1.876,0.028-2.632,1.428l-3.5-0.168l1.372-10.92
+			h10.919v3.304h-8.092L14.035,14.252z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/6.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/6.gif
new file mode 100644
index 0000000..23bc555
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/6.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/6.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/6.png
new file mode 100644
index 0000000..0ba694a
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/6.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/6.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/6.svg
new file mode 100644
index 0000000..783a0b9
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/6.svg
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M19.106,10.673c-0.112-1.12-0.84-1.904-2.296-1.904c-2.548,0-3.136,2.912-3.276,5.488l0.056,0.056
+			c0.532-0.728,1.512-1.651,3.724-1.651c4.116,0,6.077,3.164,6.077,6.131c0,4.34-2.66,7.252-6.497,7.252
+			c-6.02,0-7.196-5.039-7.196-9.996c0-3.78,0.504-10.416,7.392-10.416c0.812,0,3.08,0.308,4.061,1.288
+			c1.092,1.063,1.483,1.652,1.848,3.752H19.106z M16.614,15.797c-1.484,0-2.996,0.924-2.996,3.416c0,2.156,1.232,3.697,3.108,3.697
+			c1.428,0,2.745-1.094,2.745-3.781C19.471,16.609,17.846,15.797,16.614,15.797z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/7.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/7.gif
new file mode 100644
index 0000000..e55ce89
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/7.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/7.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/7.png
new file mode 100644
index 0000000..472e96f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/7.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/7.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/7.svg
new file mode 100644
index 0000000..59b3714
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/7.svg
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M24.28,9.66c-1.904,2.071-6.776,7.951-7.252,16.52h-4.032c0.42-7.952,5.404-14.28,7.084-16.072
+			h-9.884l0.084-3.472h14V9.66z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/8.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/8.gif
new file mode 100644
index 0000000..49375e0
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/8.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/8.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/8.png
new file mode 100644
index 0000000..5e60973
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/8.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/8.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/8.svg
new file mode 100644
index 0000000..c1803a3
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/8.svg
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M16.28,26.712c-5.124,0-6.888-3.332-6.888-6.048c0-1.009,0-3.641,3.024-5.04
+			c-1.568-0.784-2.408-2.044-2.408-3.893c0-3.388,2.716-5.432,6.188-5.432c4.116,0,6.3,2.436,6.3,5.18
+			c0,1.708-0.7,3.164-2.296,4.004c1.903,0.952,2.968,2.212,2.968,4.788C23.168,22.792,21.544,26.712,16.28,26.712z M16.224,17.332
+			c-1.428,0-2.8,0.924-2.8,3.08c0,1.903,1.092,3.164,2.884,3.164c2.043,0,2.829-1.765,2.829-3.137
+			C19.137,19.04,18.408,17.332,16.224,17.332z M18.744,11.899c0-1.512-1.036-2.464-2.296-2.464c-1.764,0-2.688,1.008-2.688,2.464
+			c0,1.177,0.868,2.464,2.548,2.464C17.848,14.363,18.744,13.328,18.744,11.899z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/9.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/9.gif
new file mode 100644
index 0000000..da12a4f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/9.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/9.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/9.png
new file mode 100644
index 0000000..a0676d2
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/9.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/9.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/9.svg
new file mode 100644
index 0000000..bc149d3
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/9.svg
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
+<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
+<g>
+	<g style="enable-background:new    ;">
+		<path style="fill:#FFFFFF;" d="M13.953,21.921v0.027c0.224,1.372,1.092,1.961,2.296,1.961c1.624,0,3.248-1.372,3.276-5.545
+			l-0.057-0.056c-0.896,1.344-2.436,1.68-3.78,1.68c-3.808,0-6.02-2.884-6.02-6.216c0-4.872,2.884-7.14,6.776-7.14
+			c6.888,0,7,7.42,7,10.22c0,7.7-3.641,10.192-7.224,10.192c-3.388,0-5.824-1.96-6.16-5.124H13.953z M16.529,16.853
+			c1.372,0,2.884-0.979,2.884-3.332c0-2.268-0.98-3.668-2.996-3.668c-1.008,0-2.828,0.504-2.828,3.36
+			C13.589,16.209,15.045,16.853,16.529,16.853z"/>
+	</g>
+</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.gif
new file mode 100644
index 0000000..d9f5e5b
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.png
new file mode 100644
index 0000000..5b7809c
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.svg
new file mode 100644
index 0000000..dd84f3f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.svg
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
+<!DOCTYPE svg [
+	<!ENTITY st0 "fill:#FFFFFF;stroke:none;">
+	<!ENTITY st1 "fill:#FFFFFF;stroke-width:6.6112;stroke-linecap:round;stroke-linejoin:round;">
+	<!ENTITY st2 "stroke:#FFFFFF;stroke-width:6.6112;">
+	<!ENTITY st3 "fill:none;stroke:none;">
+	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
+	<!ENTITY st5 "stroke:none;">
+]>
+<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
+	<g id="Layer_x0020_3" style="&st4;">
+		<g>
+			<path style="&st2;" d="M41.7,35.3L26.6,9.4c-0.6-1-1.7-1.7-2.9-1.6c-1.2,0-2.3,0.7-2.9,1.7L6.3,35.4c-0.6,1-0.6,2.3,0,3.3c0.6,1,1.7,1.6,2.9,1.6h29.6c1.2,0,2.3-0.6,2.9-1.7c0.6-1,0.6-2.3,0-3.3z"/>
+			<path style="&st1;" d="M23.7,11L9.2,37h29.6L23.7,11z"/>
+			<path style="&st0;" d="M23.7,11.9L10.3,36.1h27.5l-14-24.1z"/>
+			<g>
+				<path style="&st5;" d="M24.1,34c-1.1,0-1.8-0.8-1.8-1.8c0-1.1,0.7-1.8,1.8-1.8c1.1,0,1.8,0.7,1.8,1.8c0,1-0.7,1.8-1.8,1.8h0z M22.9,29.3l-0.4-9.1h3.2l-0.4,9.1h-2.3z"/>
+			</g>
+		</g>
+	</g>
+	<g id="crop_x0020_marks" style="&st4;">
+		<path style="&st3;" d="M48,48H0V0h48v48z"/>
+	</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.tif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.tif
new file mode 100644
index 0000000..4a28294
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/draft.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/draft.png
new file mode 100644
index 0000000..59673fe
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/draft.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/home.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/home.gif
new file mode 100644
index 0000000..6784f5b
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/home.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/home.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/home.png
new file mode 100644
index 0000000..cbb711d
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/home.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/home.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/home.svg
new file mode 100644
index 0000000..e803a31
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/home.svg
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
+<!DOCTYPE svg [
+	<!ENTITY st0 "fill-rule:nonzero;clip-rule:nonzero;fill:#FFFFFF;stroke:#000000;stroke-miterlimit:4;">
+	<!ENTITY st1 "fill:none;stroke:none;">
+	<!ENTITY st2 "fill:#000000;">
+	<!ENTITY st3 "fill:none;stroke:#FFFFFF;stroke-width:6.3469;stroke-linejoin:round;">
+	<!ENTITY st4 "fill-rule:evenodd;clip-rule:evenodd;stroke:none;">
+	<!ENTITY st5 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
+]>
+<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
+	<g id="Layer_x0020_3" style="&st0;">
+		<g style="&st4;">
+			<path style="&st3;" d="M22.9,7.1L5.1,21.8l0,0c-0.3,0.3-0.5,0.8-0.5,1.2c0,0.2,0,0.4,0.1,0.6c0.3,0.6,0.9,1,1.6,1c0,0,1.1,0,2.2,0c0,2.4,0,14.2,0,14.2c0,1.1,0.8,1.9,1.8,1.9h27.4c1.1,0,1.9-0.9,1.9-2c0,0,0-11.8,0-14.2c1,0,2,0,2,0c0.8,0,1.4-0.5,1.7-1.2
+				c0.1-0.2,0.1-0.4,0.1-0.6c0-0.5-0.2-1-0.7-1.4c0,0-3.6-3-4.5-3.7c0-1.2,0-6.9,0-6.9c0-1.2-0.8-2-2-2h-4.8c-1,0-1.7,0.6-1.9,1.5c-1.9-1.6-4.1-3.5-4.1-3.5l0.1,0.1c-0.7-0.7-1.8-0.8-2.7-0.1z"/>
+			<path style="&st2;" d="M22.9,7.1L5.1,21.8l0,0c-0.3,0.3-0.5,0.8-0.5,1.2c0,0.2,0,0.4,0.1,0.6c0.3,0.6,0.9,1,1.6,1c0,0,1.1,0,2.2,0c0,2.4,0,14.2,0,14.2c0,1.1,0.8,1.9,1.8,1.9h27.4c1.1,0,1.9-0.9,1.9-2c0,0,0-11.8,0-14.2c1,0,2,0,2,0c0.8,0,1.4-0.5,1.7-1.2
+				c0.1-0.2,0.1-0.4,0.1-0.6c0-0.5-0.2-1-0.7-1.4c0,0-3.6-3-4.5-3.7c0-1.2,0-6.9,0-6.9c0-1.2-0.8-2-2-2h-4.8c-1,0-1.7,0.6-1.9,1.5c-1.9-1.6-4.1-3.5-4.1-3.5l0.1,0.1c-0.7-0.7-1.8-0.8-2.7-0.1z"/>
+			<path style="&st2;" d="M41.8,22.8l-5.1-4.2v-0.1L31,13.7v0l-6.5-5.5C24.2,8,24,8,23.8,8.2L6.2,22.9c-0.1,0.1-0.1,0.3,0.1,0.3h1.6H10h28.1h1.2h2.3c0.2,0,0.4-0.2,0.2-0.4z"/>
+			<path d="M35.8,16.8l0-5.1c0-0.2-0.1-0.4-0.3-0.4h-3.2c-0.2,0-0.3,0.1-0.3,0.3v2.2l3.9,2.9z"/>
+			<path d="M11.9,24.7V37c0,0.3,0.1,0.4,0.3,0.4h23.6c0.3,0,0.4-0.2,0.4-0.4V24.7H11.9z"/>
+		</g>
+	</g>
+	<g id="crop_x0020_marks" style="&st5;">
+		<path style="&st1;" d="M48,48H0V0h48v48z"/>
+	</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/important.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/important.gif
new file mode 100644
index 0000000..6795d9a
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/important.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/important.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/important.png
new file mode 100644
index 0000000..12c90f6
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/important.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/important.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/important.svg
new file mode 100644
index 0000000..dd84f3f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/important.svg
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
+<!DOCTYPE svg [
+	<!ENTITY st0 "fill:#FFFFFF;stroke:none;">
+	<!ENTITY st1 "fill:#FFFFFF;stroke-width:6.6112;stroke-linecap:round;stroke-linejoin:round;">
+	<!ENTITY st2 "stroke:#FFFFFF;stroke-width:6.6112;">
+	<!ENTITY st3 "fill:none;stroke:none;">
+	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
+	<!ENTITY st5 "stroke:none;">
+]>
+<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
+	<g id="Layer_x0020_3" style="&st4;">
+		<g>
+			<path style="&st2;" d="M41.7,35.3L26.6,9.4c-0.6-1-1.7-1.7-2.9-1.6c-1.2,0-2.3,0.7-2.9,1.7L6.3,35.4c-0.6,1-0.6,2.3,0,3.3c0.6,1,1.7,1.6,2.9,1.6h29.6c1.2,0,2.3-0.6,2.9-1.7c0.6-1,0.6-2.3,0-3.3z"/>
+			<path style="&st1;" d="M23.7,11L9.2,37h29.6L23.7,11z"/>
+			<path style="&st0;" d="M23.7,11.9L10.3,36.1h27.5l-14-24.1z"/>
+			<g>
+				<path style="&st5;" d="M24.1,34c-1.1,0-1.8-0.8-1.8-1.8c0-1.1,0.7-1.8,1.8-1.8c1.1,0,1.8,0.7,1.8,1.8c0,1-0.7,1.8-1.8,1.8h0z M22.9,29.3l-0.4-9.1h3.2l-0.4,9.1h-2.3z"/>
+			</g>
+		</g>
+	</g>
+	<g id="crop_x0020_marks" style="&st4;">
+		<path style="&st3;" d="M48,48H0V0h48v48z"/>
+	</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/important.tif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/important.tif
new file mode 100644
index 0000000..184de63
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/important.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/next.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/next.gif
new file mode 100644
index 0000000..aa1516e
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/next.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/next.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/next.png
new file mode 100644
index 0000000..45835bf
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/next.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/next.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/next.svg
new file mode 100644
index 0000000..75fa83e
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/next.svg
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
+<!DOCTYPE svg [
+	<!ENTITY st0 "fill:none;stroke:none;">
+	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
+	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
+	<!ENTITY st3 "stroke:none;">
+]>
+<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
+	<g id="Layer_x0020_3" style="&st2;">
+		<g>
+			<path style="&st1;" d="M22.4,41.1c0,0.3,0.3,0.3,0.5,0.2l16.6-16.9c0.5-0.5,0.4-0.7,0-1L22.9,6.7c-0.1-0.1-0.4-0.1-0.4,0.1v10H8.9c-0.3,0-0.5,0.2-0.5,0.4l0,13.3C8.4,30.9,8.6,31,9,31h13.5l-0.1,10.1z"/>
+			<path style="&st3;" d="M22.4,41.1c0,0.3,0.3,0.3,0.5,0.2l16.6-16.9c0.5-0.5,0.4-0.7,0-1L22.9,6.7c-0.1-0.1-0.4-0.1-0.4,0.1v10H8.9c-0.3,0-0.5,0.2-0.5,0.4l0,13.3C8.4,30.9,8.6,31,9,31h13.5l-0.1,10.1z"/>
+		</g>
+	</g>
+	<g id="crop_x0020_marks" style="&st2;">
+		<path style="&st0;" d="M48,48H0V0h48v48z"/>
+	</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/note.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/note.gif
new file mode 100644
index 0000000..f329d35
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/note.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/note.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/note.png
new file mode 100644
index 0000000..d0c3c64
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/note.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/note.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/note.svg
new file mode 100644
index 0000000..648299d
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/note.svg
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
+<!DOCTYPE svg [
+	<!ENTITY st0 "fill:none;stroke:#FFFFFF;stroke-width:12.1438;stroke-linejoin:round;">
+	<!ENTITY st1 "fill:none;stroke-width:1.2429;">
+	<!ENTITY st2 "fill:#FFFFFF;stroke:none;">
+	<!ENTITY st3 "fill:none;stroke:#FFFFFF;stroke-width:12.7649;stroke-linejoin:round;">
+	<!ENTITY st4 "fill:#FFFFFF;stroke-width:6.3824;stroke-linejoin:round;">
+	<!ENTITY st5 "fill:none;stroke:none;">
+	<!ENTITY st6 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
+	<!ENTITY st7 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:12.7649;stroke-linejoin:round;">
+	<!ENTITY st8 "stroke:none;">
+	<!ENTITY st9 "fill:none;stroke-width:4.9715;stroke-linejoin:round;">
+]>
+<svg  xmlns="http://www.w3.org/2000/svg" width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve">
+	<g id="Layer_x0020_1" style="&st6;">
+		<path style="&st0;" d="M35.7,19.8v18.9H11V8.8h13.9l10.8,11z"/>
+		<path style="&st3;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
+		<path style="&st7;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
+		<path style="&st4;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
+		<path style="&st2;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
+	</g>
+	<g id="Layer_x0020_4" style="&st6;">
+		<path style="&st9;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
+		<path style="&st8;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
+		<path style="&st8;" d="M20.6,14.7l-2.5,2.5L17,13.4l3.6,1.3z"/>
+		<path style="&st1;" d="M19.6,22.2l3-0.3l2.4-2.4l0.4-2.8"/>
+		<path style="&st2;" d="M20.4,14.9L18.3,17l1.6,5.2l2.7-0.3l2.4-2.4l0.3-2.4l-5-2.2z"/>
+	</g>
+	<g id="crop" style="&st6;">
+		<path style="&st5;" d="M48,48H0V0h48v48z"/>
+	</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/note.tif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/note.tif
new file mode 100644
index 0000000..08644d6
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/note.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/prev.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/prev.gif
new file mode 100644
index 0000000..64ca8f3
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/prev.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/prev.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/prev.png
new file mode 100644
index 0000000..cf24654
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/prev.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/prev.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/prev.svg
new file mode 100644
index 0000000..6d88ffd
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/prev.svg
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
+<!DOCTYPE svg [
+	<!ENTITY st0 "fill:none;stroke:none;">
+	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
+	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
+	<!ENTITY st3 "stroke:none;">
+]>
+<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
+	<g id="Layer_x0020_3" style="&st2;">
+		<g>
+			<path style="&st1;" d="M25.6,6.9c0-0.3-0.3-0.3-0.5-0.2L8.4,23.6c-0.5,0.5-0.4,0.7,0,1l16.6,16.6c0.1,0.1,0.4,0.1,0.4-0.1v-10h13.6c0.3,0,0.5-0.2,0.5-0.4l0-13.3c0-0.3-0.2-0.5-0.5-0.5H25.5l0.1-10.1z"/>
+			<path style="&st3;" d="M25.6,6.9c0-0.3-0.3-0.3-0.5-0.2L8.4,23.6c-0.5,0.5-0.4,0.7,0,1l16.6,16.6c0.1,0.1,0.4,0.1,0.4-0.1v-10h13.6c0.3,0,0.5-0.2,0.5-0.4l0-13.3c0-0.3-0.2-0.5-0.5-0.5H25.5l0.1-10.1z"/>
+		</g>
+	</g>
+	<g id="crop_x0020_marks" style="&st2;">
+		<path style="&st0;" d="M48,48H0V0h48v48z"/>
+	</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.gif
new file mode 100644
index 0000000..823f2b4
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.png
new file mode 100644
index 0000000..5c4aab3
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.svg
new file mode 100644
index 0000000..4a64a15
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.svg
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
+<!DOCTYPE svg [
+	<!ENTITY st0 "fill:none;stroke:#000000;stroke-width:1.0944;">
+	<!ENTITY st1 "fill:#FFFFFF;stroke:none;">
+	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#FFFFFF;stroke-width:5.6139;stroke-miterlimit:4;">
+	<!ENTITY st3 "fill:none;stroke:none;">
+	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
+	<!ENTITY st5 "stroke:none;">
+]>
+<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
+	<g id="Layer_x0020_3" style="&st2;">
+		<g>
+			<path d="M9.5,18.6c0,8,6.5,14.4,14.4,14.4c8,0,14.4-6.5,14.4-14.4c0-8-6.5-14.4-14.4-14.4c-8,0-14.4,6.5-14.4,14.4z M12.8,18.6c0-6.2,5-11.2,11.2-11.2c6.2,0,11.2,5,11.2,11.2c0,6.2-5,11.2-11.2,11.2c-6.2,0-11.2-5-11.2-11.2z"/>
+			<path d="M28.1,37.9l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
+			<path d="M28.1,34.8l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
+			<path d="M28.1,31.6l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8s0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8s-0.9-1.5-1.8-1.4z"/>
+			<path d="M23.1,41.3v0.9c0,0.9,0.7,1.6,1.6,1.6c0.9,0,1.6-0.7,1.6-1.6v-0.9h-3.3z"/>
+			<path style="&st1;" d="M35.9,18.7c0,6.6-5.4,12-12,12c-6.6,0-12-5.4-12-12s5.4-12,12-12c6.6,0,12,5.4,12,12z"/>
+			<path style="&st5;" d="M9.6,18.6c0,8,6.5,14.4,14.4,14.4c8,0,14.4-6.5,14.4-14.4c0-8-6.5-14.4-14.4-14.4c-8,0-14.4,6.5-14.4,14.4z M12.9,18.6c0-6.2,5-11.2,11.2-11.2c6.2,0,11.2,5,11.2,11.2c0,6.2-5,11.2-11.2,11.2c-6.2,0-11.2-5-11.2-11.2z"/>
+			<path style="&st5;" d="M28.2,37.9l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
+			<path style="&st5;" d="M28.2,34.7l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
+			<path style="&st5;" d="M28.2,31.6l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
+			<path style="&st5;" d="M23.1,41.3v0.9c0,0.9,0.7,1.6,1.6,1.6s1.6-0.7,1.6-1.6v-0.9h-3.3z"/>
+			<path style="&st0;" d="M22.3,28.3l-3.5-10.7c0,0,6.6,3.9,10.5,0"/>
+		</g>
+	</g>
+	<g id="crop_x0020_marks" style="&st4;">
+		<path style="&st3;" d="M48,48H0V0h48v48z"/>
+	</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.tif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.tif
new file mode 100644
index 0000000..4a3d8c7
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/toc-blank.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/toc-blank.png
new file mode 100644
index 0000000..6ffad17
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/toc-blank.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/toc-minus.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/toc-minus.png
new file mode 100644
index 0000000..abbb020
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/toc-minus.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/toc-plus.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/toc-plus.png
new file mode 100644
index 0000000..941312c
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/toc-plus.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/up.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/up.gif
new file mode 100644
index 0000000..aabc2d0
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/up.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/up.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/up.png
new file mode 100644
index 0000000..07634de
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/up.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/up.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/up.svg
new file mode 100644
index 0000000..d31aa9c
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/up.svg
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
+<!DOCTYPE svg [
+	<!ENTITY st0 "fill:none;stroke:none;">
+	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
+	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
+	<!ENTITY st3 "stroke:none;">
+]>
+<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
+	<g id="Layer_x0020_3" style="&st2;">
+		<g>
+			<path style="&st1;" d="M41.1,25.6c0.3,0,0.3-0.3,0.2-0.5L24.4,8.4c-0.5-0.5-0.7-0.4-1,0L6.7,25.1c-0.1,0.1-0.1,0.4,0.1,0.4h10v13.6c0,0.3,0.2,0.5,0.4,0.5l13.3,0c0.3,0,0.5-0.2,0.5-0.5V25.5l10.1,0.1z"/>
+			<path style="&st3;" d="M41.1,25.6c0.3,0,0.3-0.3,0.2-0.5L24.4,8.4c-0.5-0.5-0.7-0.4-1,0L6.7,25.1c-0.1,0.1-0.1,0.4,0.1,0.4h10v13.6c0,0.3,0.2,0.5,0.4,0.5l13.3,0c0.3,0,0.5-0.2,0.5-0.5V25.5l10.1,0.1z"/>
+		</g>
+	</g>
+	<g id="crop_x0020_marks" style="&st2;">
+		<path style="&st0;" d="M48,48H0V0h48v48z"/>
+	</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.gif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.gif
new file mode 100644
index 0000000..3adf191
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.png b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.png
new file mode 100644
index 0000000..1c33db8
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.svg b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.svg
new file mode 100644
index 0000000..fc8d748
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.svg
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
+<!DOCTYPE svg [
+	<!ENTITY st0 "fill:#000000;stroke:#FFFFFF;stroke-width:7.9139;stroke-linejoin:round;">
+	<!ENTITY st1 "fill-rule:nonzero;clip-rule:nonzero;fill:#FFFFFF;stroke:#000000;stroke-miterlimit:4;">
+	<!ENTITY st2 "fill:none;stroke:none;">
+	<!ENTITY st3 "fill:#000000;">
+	<!ENTITY st4 "fill-rule:evenodd;clip-rule:evenodd;stroke:none;">
+	<!ENTITY st5 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
+]>
+<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
+	<g id="Layer_x0020_4" style="&st1;">
+		<g style="&st4;">
+			<path style="&st0;" d="M16.4,42.3L5.7,31.6V16.4L16.4,5.7h15.2l10.7,10.7v15.2L31.6,42.3H16.4z"/>
+			<path style="&st3;" d="M16.4,42.3L5.7,31.6V16.4L16.4,5.7h15.2l10.7,10.7v15.2L31.6,42.3H16.4z"/>
+			<path d="M11.7,17.7l18.7,18.7l5.9-5.9L17.6,11.7l-5.9,5.9z"/>
+			<path d="M11.7,30.5l5.9,5.9l18.7-18.7l-5.9-5.9L11.7,30.5z"/>
+		</g>
+	</g>
+	<g id="crop_x0020_marks" style="&st5;">
+		<path style="&st2;" d="M48,48H0V0h48v48z"/>
+	</g>
+</svg>
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.tif b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.tif
new file mode 100644
index 0000000..7b6611e
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/pdf/gemini-web-user-guide.pdf b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/pdf/gemini-web-user-guide.pdf
new file mode 100644
index 0000000..8ff599d
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/pdf/gemini-web-user-guide.pdf
@@ -0,0 +1,1270 @@
+%PDF-1.3
+%ª«¬­
+4 0 obj
+<< /Type /Info
+/Producer (FOP 0.20.5) >>
+endobj
+5 0 obj
+<< /Length 388 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+GasbU>u/?\'Sc)R/'d7B3!<DSlWlBUd:cu/l@nh]FfZfjb<hU=s5%p:dO$b)>gW6;*1eNs.>%0W&86aV3!?Jn0Z"ri!(.V8_!N=2@YuQE@G:.&JuIUMPcIF.H41J03D*bN9O[Rf(;n!fU[54Jn+9M;i=3`mSkC7AFjqXnEmhCN^_2Sc%Y%S4'k-a%h.>h%q]096p9&j(l#K1$'X>R:Q.^Uh?*7IG_7JO!3G$,VMK*[fO+dB%I/b@lo(f.8OAE/gqI&)^g#h3Nn-KcbpSj_6Mk)Z4\N&9eRI?_Gb$)aU5;j2TftNBnEoRPHOfD-('$?q5U"X=IPQ%Xg)-^kK/pk&c9-8OPo93):<Yk"m]eEG0h9]#I%LXdmm]>bXB-R*Tr>hL[~>
+endstream
+endobj
+6 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 5 0 R
+>>
+endobj
+7 0 obj
+<< /Length 21 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Garg^iGoCd!WWA\!CQ~>
+endstream
+endobj
+8 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 7 0 R
+>>
+endobj
+9 0 obj
+<< /Length 632 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Gb"/h9okbt&;KZL'g?4?lhU]NI,&Vm<N8['C60pQl@B'cCDH3eR,m_fj9(@*.*#mD-\j'*O?j)cT(2;1Rs]OV!%3lP5dm7,YaJmLg_U'Q+9HQ,+``>fn8"KSb>R,HH]fY91E:tF?4Y7MXfP@-^&u,9p=2TD!#$0e"Wdl-(egYk:^l(iXE@<G[_cjWfJsI28aC@$;.*eic0ueGW;VR6X2J^`^pnO-PX*eO%K>?@=4ZT0=]q`SIY!;F18)Fu>N?Nm@Ld*"<8n5W@At4#S(X:4HgA5)`M&$RNF\E-JRd[cfc;PTQhBiFFh[##Wj[1U9""2b-7Z!*DuUBl2K.#W,QeJar!5CkP+KpNN"a8o7J[2RWt@i!CLf$!W.XXB"5cVB$1GH""CB9?CSRreZ>ZHrIa2;Ij,;cn;WgJ!D#W9M+Rh:6Bd3!n(lRFW2+"uZr2A.LDAn_23[6FEP2QNJ#%!TU4.i\nm5cb>:f3gK5"Je.'U;]l;&#bo\hS^+Q%)9#X&\SqB,8@#948&AZ+3iN3*2@"HB\$EUPMaUh55hQiVK<o=Zh&#mjF<#@].JCUPlb1C_V(9n7/`h&#"&56BjaPj*j(Ii:lkJqQNNF_>lBtJ#b&q4T7:a-N=*h+XX8~>
+endstream
+endobj
+10 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 9 0 R
+/Annots 11 0 R
+>>
+endobj
+11 0 obj
+[
+12 0 R
+14 0 R
+16 0 R
+18 0 R
+20 0 R
+22 0 R
+24 0 R
+26 0 R
+28 0 R
+]
+endobj
+12 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 90.0 653.936 149.316 641.936 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 13 0 R
+/H /I
+>>
+endobj
+14 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 114.0 640.736 194.328 628.736 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 15 0 R
+/H /I
+>>
+endobj
+16 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 114.0 627.536 221.664 615.536 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 17 0 R
+/H /I
+>>
+endobj
+18 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 90.0 614.336 211.992 602.336 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 19 0 R
+/H /I
+>>
+endobj
+20 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 114.0 601.136 196.992 589.136 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 21 0 R
+/H /I
+>>
+endobj
+22 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 114.0 587.936 298.32 575.936 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 23 0 R
+/H /I
+>>
+endobj
+24 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 90.0 574.736 169.332 562.736 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 25 0 R
+/H /I
+>>
+endobj
+26 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 114.0 561.536 432.288 549.536 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 27 0 R
+/H /I
+>>
+endobj
+28 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 114.0 548.336 299.988 536.336 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 29 0 R
+/H /I
+>>
+endobj
+30 0 obj
+<< /Length 118 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Garg^iR2p+<A68X1Je?Kj"aG%k;$!j!('$V;\PgkM7K4?V3sY@Y!TKbAsoM_X?q^Z>_S$&\XnAG)2b08im]/oAX5f3B')Q2b1oWG;c9=S>XQ"$E<mR0~>
+endstream
+endobj
+31 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 30 0 R
+>>
+endobj
+32 0 obj
+<< /Length 777 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Gasan9lo#B&A@sBkXZ2^Q>HAl2pr<cS^+#7[lq)]a@:]W[cPSR)#eqp$tu3AL#E"^Xkpe$?ed$S]*AjDJch6R*#EH4Jm@mj.!DkRJs]q1#Z4KmT+chFd$08.NWU1U1jOBZqF-;?*VtbY:IcN?R7@Hp#i^1j,kML3N[UIYjKWO.>.7WZ<I$l=LsRjjio<#d5o-2VV<i/'G;]1>;JUYVA]&(.ZosR@Q&@tn9l84FS[]\J/N2a!D%G(4/P*4Jb%8RSH1abd:m4OkGg`t!6mai?D[V]pGh#&/C@dM-:TFXiaf;C9#-P`%]\+]=fTW/Q"g<K8Dh!3P\fUA10t#$61mBIA]>nhiYpdJ*9GOuAa\IFkeDo6j%^MT+U2..iF2ca:7?6p$M=^*+'[UlO*7#.85U/WB`*SB0j96.(G)ffIYn6<Mb5(>X-g.CRM_7mYKN5>lqQ(Noap$RHibLotbYSGYALOJtMHQt5`gZ'ap"#k&CN42j=>q^Y%m<VY[i2^'$1-)TIG_rR1npG9LM?JlVQ$X9h%)+,Kn\9\4_R`)J%)Z<DO]WE9f(4:h&)^Tr`A&bk..lfajV6b*`NMM^E3jFLCAO-:qnDik!@?YGViR^&H:6,2%mk&OO50m7?oAW'YFQ18W2b4e.&nkPru37O9nI4gGLi\LY?nidP340Enb=/4KE]2[o/q-K00A(`UTd>=(-m-m6U>1m$7Q+L)VnSX'!jR^\X!P4#094H]mo>@i>Tc"2tDTGWGddT<771MasLlFDQb=6@T$.+1o8~>
+endstream
+endobj
+33 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 32 0 R
+/Annots 34 0 R
+>>
+endobj
+34 0 obj
+[
+35 0 R
+]
+endobj
+35 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 347.628 596.786 368.28 584.786 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://www.osgi.org/Download/Release4V42)
+/S /URI >>
+/H /I
+>>
+endobj
+36 0 obj
+<< /Length 152 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Garg^iR2p+<A68X1Je?Kj"aG%k;$!j!('$V;\Pgk3KQ'Q[87.N<J]3[dSu$&#k<MI0JNYZ0f26t'O%#1KW`V;;U<SB#Z[FBBkBseRR46D-K]VDQ=`*m1cNf<ZS4[Bj'S*U<0iqU%TVd4_?BpS:bD&~>
+endstream
+endobj
+37 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 36 0 R
+>>
+endobj
+38 0 obj
+<< /Length 2230 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Gat=->Ar7S'Roe[d/&t,2(_`#4:GoSZthCh?"0JZQ=5kdg/]SZXs?N^*qn?4W#H7ab)VgcJ4]'3Gkc\/&!boFAG4<R(aZmR?VP?P4e\/Ns/6[c`4#T"'%[Yqq:>E&MNM[ib(>.35)VPhl9elYEL*Hs>+^;j[qVH!F'n_%gA99eIr+,l&:?i-4dPDqJ?h?SD&gV%Y<Ec8i8=6BR9$s?gisTG-9'F#;:Ko[Dn,H!aa'+O4)Rs]#="'XMUS(3YLT-kORX.[H%j!]2km74;3PZ:e*L^2`_WiX4l!$_^,]40<u_Z"Tft-VHIB8"HqD=eV1#W@!nie@?%Lr(1lE.fEk<g>[PPOb:VKP,9C)Sj25*2Y^)MY/Rs:('[?r$I#I^_'a=Ng6?=;=7_rTFkmC]n[f%,q7ntEAA<7UDK2QQ/4I"dMM,.=g1"cPtffNg>@J:+=ok?5pm%:Fm[_j]ca,kM>C0nm";:ku%rrMXHseII'.n6$4WME9'O]K?ErO81&AgYe-OH"5sE=nAjf!Z-_g4USu:rPXVOh0DiU%T:7,V4QH;=-$FM5^.bF>^T%THZT45KGOK4]\Q.])->tQ/og5SXj*V!@:=E&g6<,5XshkS-X"#23>(@6r<j<n0_3.u$GY)^;O;][Z,3_mQ%JR^<n@=G,?%ZKlH"pRa1(%7o<U2n(_O.1Vj5QA-"oeHM;hZ44^N-67NDGP[Vh=G>4]]I"L39c7c/[;;:NkC#.V*;..na17Qe3^/eEWWC:4d/f`:,$<T""m>VG@dW5j,PRUZJs7>ZnfCkO4I\a!(39Gh(+&h8\oiLX[E0"G,!DtdtSI'"+lQ#AZ67OolRs.O0GT6jYX>@*6IDm\u;a/R.:8Y4bR,E=)\;u`!_9UC6_X0O5'`P03sM+]'C4&,&8,TGh:LrQS.>4+`"/tinH:';5jhbUn@`e+f0lk:dfU8X!C*l#'7@oRX1BVM'DIK!$R44!"5/u#UrGF_+cmroQ\?)?k8ECt0d8/@A?a&R=W*GqK97ZLDA\qmW0i^%js.,5Y,,/[YUVAS10+PQgjLCuHI1FG"1#0GY+J%k."oV6_r-6"cEp*$NhBna9S9d_j0^\d-\%;sIOR\t%C<%3m%H]i.`l()YMHN7;4P/)e.M7G=VqMCR3:7Vo[K.8Qh&:<1iol6'*/nA,U]LnmZGs:!hIFi^Mm^9d;g;MO_7P=Lsk=_Bo.5ha<1X3G'geJOl4?)rs#9+,C,C]a@+?ot@n7c6s)XS,skbgmmq45F9o$AE,BX,mM)(t#>q8'O/eQ`cJouQ[?&NtH%<[Y6[+!)qpAYLeq2!fj%8cq=fs69Ib6;#3-815c(/e=WZ/K%toBGK<+[(u.3R1DMiD6T-YnGI%fH!$Bm&D(WgKE,m/^hhqSE(dmcU.qUC0VpUQ(Ko+0C5kGk,1o/gTuUulrO'>>ah&4NE8#E1rTJi&G&RGW/]AjSUR)LH;W9BBg@F.>*`4B3`uklaaTRcb03T`fC.Nck7g?=C:EVNLCP&Nu\O9b0$>fo&UCO4BL"49q"bdC)-=53L%SfiW*`AEb[#PM<s-lH##_m,AID4eCj>YaL"uR0O,KfIJmBG2QVGi"Dr7<cG$f>IjN]4-^W5smac,,"`[&:j,Kg6mW%'t)Go?:eh=>"Zses?)JJ5a\+`1fu*1Ur+kndPTdhNLOJrhtXP2Q*%+%(RfE=<1"TlOs&WTYncd!sdn/M*@9kZYLLcq$r8XQL#a-*Z^"G7KnH2$S*me"p&uWr8o4pdR4.D_@3Xj7=@:1<l"7#2$WoJ\U25YM'UA)U9&6!41&X8&'X*f5*kmM/N7.2+]?.1C6un1"CM,Oi=JEC'h,S/iK`r_V9ma\jq9jW!qdlV?Z#f2ThIhGKXQ6TTrd"=V_/DqEGb`-6hq@Q2Pn^W''`BjQ5[>L'024L]n'kV0ostH0m(rhLD/r<C8#PlgWAg"Q<J2q+#&dZCCHr/0.kt@KY?`uLD.Wp\^&"\#jl]_Np3(o^(9*q9+=I4Nj'ueOrJhl'E!aK>baL0NirTR6lR`*#`C@]nJ]c#aG4Y]N2f&9"M.I[C!$$,1O.1;WV#Kj+,.8(%MH^X>9S@n%(H3DT#CMH9Z=B]M-O83'@sNM4!_WBYU%oj;Z.Yj]L\_oURf3R50@@UA\-p@-Jk$_0,Cj6.&H+4iojp.l^QNC#qqc,L<$S6GX-VZP9p/rpdm/-N[%t]jd=q<JX#rI?Zi`V[K@./YpFAU5BWkP49~>
+endstream
+endobj
+39 0 obj
+<</Type /XObject
+/Subtype /Image
+/Name /Im1
+/Length 382
+/Width 25
+/Height 24
+/BitsPerComponent 8
+/ColorSpace /DeviceRGB
+/Filter [ /ASCII85Decode /FlateDecode ]
+>>
+stream
+Gatn$+VKD]&4Lq-:;TFZ#nDYUi=T`S!eW`^l4ERsJ!rruA1;@sF:.BKrRpNaqek*ceP+jG@@lXj)#CrgSu2P2Z>A:h#m@_ORTpP#hRHqfrF((7'dLf2Y(dl8\J]^45gh%V8IB2P7t["_MUjm.JnFpJ4hPL`2UD!+Y!\Y`psh(hJng`$bHeE)UCP`15=S^+,H7p[Wf5,1G]mBE*bOKmPBoTs9C3Wt\fF8B;Eeih;\VDa;-ZGak)8`/WrAaX$e-i0fJ9.DD[X9HC%*-$24LMB[mf99P:rW,_qrr`XdB<Jm\3?APbodddSUnE,mu),<&:kB.Pg\k#Ke_+#01G1L('i8PS'P:N9V(>C<YLVUN9O-nYP!\O*(S2*3##)d^P5I~>
+endstream
+endobj
+40 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 38 0 R
+/Annots 41 0 R
+>>
+endobj
+41 0 obj
+[
+42 0 R
+43 0 R
+44 0 R
+45 0 R
+46 0 R
+47 0 R
+48 0 R
+]
+endobj
+42 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 162.648 609.986 267.312 597.986 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://www.java.com/)
+/S /URI >>
+/H /I
+>>
+endobj
+43 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 102.0 535.136 151.992 523.136 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://download.eclipse.org/equinox/)
+/S /URI >>
+/H /I
+>>
+endobj
+44 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 304.308 535.136 510.288 523.136 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://download.eclipse.org/equinox/drops/R-3.7.2-201202080800/download.php?dropFile=org.eclipse.osgi_3.7.2.v20120110-1415.jar)
+/S /URI >>
+/H /I
+>>
+endobj
+45 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 406.116 521.936 456.108 509.936 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://download.eclipse.org/equinox/)
+/S /URI >>
+/H /I
+>>
+endobj
+46 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 346.644 483.536 396.636 471.536 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://www.eclipse.org/gemini/web/download)
+/S /URI >>
+/H /I
+>>
+endobj
+47 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 160.656 418.736 224.652 406.736 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://wiki.eclipse.org/images/2/23/Config.ini.2.1.0.zip)
+/S /URI >>
+/H /I
+>>
+endobj
+48 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 416.616 319.518 511.26 307.518 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://wiki.eclipse.org/images/a/a0/Simple-war.war.zip)
+/S /URI >>
+/H /I
+>>
+endobj
+49 0 obj
+<< /Length 175 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Garg^iR2p+<A68X1Je?Kj"aG%k;$!j!('$V;\Pgk3KQ'Q[87.N<J]3[d8Yp%#k<MI0JNYZ0f26t'O%#1KW`V;;U<SB#Z[FBBkBseRR46D-K]VDQ=b(TFc@r3NBuPBSpA:$M)dSaH0HGK;Zi,KHYRG1?7(7GSsfd>dkudd!$fW?YQ~>
+endstream
+endobj
+50 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 49 0 R
+>>
+endobj
+51 0 obj
+<< /Length 3236 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+GatU6lYkRg&c_:668/a+#FoLjU0d6K%SlAs'3m2)]L>Z(73V,?D4t-I.r"CoJ)?rk1D6O4`;\\#RPXQq]K#!Ah;[ed=2trDH.HGQAm8&Dgp5n*>G9;Xb6p=oSo62=ej&%Olj)iSpc]'K&\?P_pK>(fT6>KZ```.jol"X9Z/Wb*TEK.sPB<2<7E^NhXRsGk9q4E?KB9H)^YE]JeS:p]rQ+Xi>2gEXCpT)Crqh>j?P6?sTI:B1^lfTY+M3Tl<95-JfAaXIh[Ln'API9E2K9XN@BTU]S$2+^s+35=6V>6LqX7;8J,](Z(LO373D,Y2qWd#UPo#]`gOX1sJ$*ll_7a-ErU6gWBmmOucD9h`c^'+4@BQsqQB[O==0r'dA[B2FX]OiIlu-P*(+jD&A9H)_H1WV)eSQ'oAS@e:XO&[(J&!1G=NIBXFAP'9*bt!IAuLs!QK6:_)Dgk2"'=,+["J<R42N$gFjct^g?es23Eco:I--6X*LN)?:iQraki"M>\[3<QrVRKo?,"1)>\<rtD4\GZ/(G.E]BqN"bC3ii+juY0-J>jT_X!nVd7_u=]=gZ'FT$n]bDM$I(TQ=?<2CBb&^U]Dke,biPB_ot(0)@$3t:#X?+NX-0p<Ha#ajdH6H+7Rs2]B^QXuBAe0']AN`b6Sd!5k*1!D2\JuFoQ/5"8oPcsT9gS@u%-_Wm"i4=k+.pCp`O-[8jX>U[aRoR+-X'@q_lc7udj,D+ee4[BNFNtRJ'>0W.P%_6\<XL5&\)])V(0">X^+;Oa.VF6IOr4o@mP7A4!SK78MWZCYOY2$K,m2$D+N]WX,=84)lSP@rNmg!bUBjL*PM6r0!ZZ[!,n->YO!-6R-=pS_a'Nl?2Z)YD8'4h/k4)>Ba2oT.`eAu3gO-8(`A3JrVbdhUBZDJlP&Ac[\S=,1Tati)2k2I#fn?>2UD-3.R^O`D;Th\7UKpc,+Ctk)U\JgqqD'fR7pC(LDNt.tR`#mD>jC-<&f*ukTeDctTVj4^aai'GbpL7eDTEgT,L$10p[pcFTDj.`<P.c01^O1HUgD##fK.3j0p<Y)<7#K&]n_]_Qm`Eo+(ZKFb:2&3Zg^BPX^W:aO#s)7f=64"i-Y3`Ol?KV&a)=l&FHAW?)?b%f428L_-`f<eg5N'.*DZB=4STKUR:Q/#KR?BH3EB6Vrla"@u&;"l^:q.X<j5_>Sg-aa,s>o=pbokm5n-_P._%E1mS8I*/]d!TKfhq(),UD0!LFG?p!1O;JLu+<Y:SqQRWP!4W>IFhHk/5?hD6tjg,[inCrk,\\8J)IPK>q_Q=/C_YiSj44`nPBD<M2Hh)qAQ9-,sXdN?/:Vn@;Fo?!P;VcXFrQMaA%.4/CnKEY1O9LmGH!oCpq17IUb!Qb`n[pARfkY?N1m_#C*f!P,)*&*R^5)U#05`t%rVbLs_\6EI14Nt2?7-j%F[I"''C<hXY?D0Cn/GmHPoabj`_r2A15UnJpLp<qQ45+'K$N7lg7To^#gmp`5I%/e8/U[q;%fc=>@tET+/<;GnoblteN/f-[;%G2X"!/q!\!]T6b/S8%[VF>%b3.D6;RmNKNd2^\THt_Xb)0/"8:pH)c[e>&f,!g#Y&"XG3.gH5Yf]E<+QQ:L8$?'2V%t1<pQHWT1UfObBsB_!%4i\6r*j:-*Rp(/qR/;GRQ.Lb&!Il-9Y!.44u@@"QVc6.1"`-@e'8O1Oa$6Wtf:E%'#ca'U[JElQY2aChM1kE2oZ?U"bXZnZ%!;':fLMIZ=O=s0UN:R]7mBcXqO5qSsidAF)A#A"rQ[9#hbg[F+L!ED!3__[0`Lp*nNZ*?Kn5U];PXk!Oeq4YTD4NS]?+j2-JdgD;9Y+`'K!6G3;rA&UGBALR0l7Tf$I5=](JH:L;E,hOR`C3.8l*'_g'S4oMr5WE!$r1nq<G!J`NRm+Z^r2=@]cqj%Bp$P5F*jDJ@k:AqVhU;,n?kr?f7s!CqcO+0&W@PC:TY_R7#9lI6:UJ5"#Vd57E7k>IN9q!c)41LRJ:O9!rsD9ZF2@p\qCqMMl94:K;\(c>-8HudT7*b$S1pr2W^!<jAX&OnXi\S6;e<kAn-Z*uq#KhD8d]\`<(Dbe'et>S=(XB+>a(4nY!)q.LU*n6:P[Vkh.Aih;U6tLdeplQ[D(T2:t>/j@))6jk\>I/kU;fbpiUNu#0U7?V7MM)'23h:)i,_I$K%t6F;cJaQjrjJTX1PJ)QG,cS<UCMTZ.DC-?<7)90@E5(D.g,KC\Y?"Og`*D8^r1c^m+sl$.3dGF[1hK<)gsNF8b]An8LCVT"+O$?>o2&YZt6QRs%MIBu7P[s4qH]PD2BBM\<TH_R"p$@LT7*nDq9qY&=`S\OE-*tN/4S)4ZK1u8Dc4ZmCa+HW2D3_PY&Pr-8tG=eOO!oJsfQh_:2S@!.0'"(SN3RrJ8b3&9%R(6cL?-1CdV1\q>CV.1<)cMDp?\n_nZN")tEIq9c=InE^m_O&]Q%NBemTn2_G2.:DmrI-<Rd,!T0>`G$Y`1R)`spCD*N!"95N2^=b[G!e=6uV*5eIO@[;To^F98jm4)i7kM4P#W_sB19JImq.Lfp]%#'<$_nDNp_V\sUR8kXu5c9@F/0]#cOk+&4Z"$1pA8I$%"MZ^2lPR+<=?]6%<$j:CH$b]]*j(BcLa<K]qq.VMISeT$?U:Q*G-qF$%&HQUS#b@gbYCK6[NYd,8p&i?=DU,CKCq+VO[>bLMdcUYbERP"PK_g=V/Y3)%pjusc)jSaU%if=2i!n+WC*k%"H;Io"Y:+mAej(lQ\n2h/G;>G/<Z02sUc"UAD6=5"qkLZj(-NF9!m-q+6eUMfl`cDJ='mhkRamb^[]t:#J?[%-WH+)Z[uD57.#b4(Wl[c._91K\^@\&u"5b=gg]$;>it>VC*R`2V/ie\c5s+aH6FaTQAU"ZIB@no_[Q;mXS:3U%!^/!3i+'2e8&@8paC+q5A6QOXJc;RYo_Ni.\W/fW54s0?<*5*O&WCI0phNOb[G48e2?X/Bf]Pg"QW5(CA\=OtN?9UGAW6BVe+RVLUSaa&eLT.q:YQ%*k+<L+\H[q79JG\`))GMo?,^6Pc5Hu]<\<?SXGSH$At'5Y'm6":(/pD-SpHK(C*:jddN'_r2_#'4kq6ouC_\3,K^^9WkluQ@]`3BPiA7`(F0fd;CM+[hC@!o=^J7eHZXtR>0kju$>FA!IN390.:Ck/iX/?6#3o\R"5nIeQY5+Ii'5_5P0[=M.jn?1<lNdAbdG]Ys0dUYhrs*$N/AV~>
+endstream
+endobj
+52 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 51 0 R
+/Annots 53 0 R
+>>
+endobj
+53 0 obj
+[
+54 0 R
+55 0 R
+56 0 R
+]
+endobj
+54 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 407.604 602.936 520.908 590.936 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://tomcat.apache.org/)
+/S /URI >>
+/H /I
+>>
+endobj
+55 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 90.0 589.736 137.328 577.736 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://tomcat.apache.org/)
+/S /URI >>
+/H /I
+>>
+endobj
+56 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 292.932 229.983 491.208 217.983 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/config/index.html)
+/S /URI >>
+/H /I
+>>
+endobj
+57 0 obj
+<< /Length 2985 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+GatU6=c_T2&:U6YOZ.H[=g*n[&Qg3]UHQT5_?>G.o$HE=OqtJfpdf#r4_6"LX4lB)(-k4=EE1W\e^r@%o6PQNnnko+I)fNo2E1&5HfH\_pt&_<&\O$f9.(48McILdo,4at;EcqFGeSF]LG&N&XP/S3DPX5N=7m(%^:O4>o#'Y\H*>A:Hn(T_6'PK9UL,f[eY5<t2[XuVOV,4&?E7Qj^<&fDnZ?c%0E,.V4q93!XE>t(:>!2N`V2_2MpBn^VKWY+h_'\Wo[6=t6kL/`oj_X0.)-kb_MOd!q%LS/55dHE.l*6FU9=-m5$<Kk#%i6\)uRlKUeb\OoI,U&Z@t;?KrdjVMmX>0',2Y:$$uJi?9ilip'Jh*H7d_.Rih>d-*U3kMJ]:[H,p,7OfG/<'$PO=GAfaee1W)2nHsOj.jJ.[ncLh^`tHGYh>>^4f-UYQs4F&C.ZDG%cTZgSj3.&a`M_=>(KU^M<b=IdMCQU(aS2\Wk2<V1kRXpTp_Y\tg&!a^=Nc*lYiEgQ#9f15qbh9(T'&)PfU"Jls%;CIhT95bQGJCnAS]79KZ/LCa2E+QVnP+\ee#N!A6+?!6sTtf_==UP=VL\%4]93W2%F%pX8O*R^9pA:6D781OeBR&oR@.(LqgM+1rrY?nl$Ad9Tq:&e+dBVWb,%G]S.?c0L3.q"8X/gYltOO+pI\>/E+HG!Dt/A.(4Y44b?u5_^$(ulHZWR>&5Im&1phI]Vt$PQ&Bb)$X)RmiTL/Sp%]@*Pe]GG'['4)=VTJI+E>1-V+?;&(i^Y;m`8l#?-l&#=QQDZ\V3h0<)kDnNJkJ2TaHo<+;6,gis43fSdYY.mRUTD(OF*f$F.3#"sJppRQKp_c4o+MNk6[EW3ril#$[_GW8_SbbBK;5V[H8BM)_p'LIp^2L'<%i\4^0bCd@ogC!;PW?Pi)k&Xlh8k);$-_+;(d+6:hKfML@Il:A.69;!"!1nq!eHr(0#:/M<JFpN0pHC<9C9n-AiPm,0PQ`?O\0SU`i7hQ!R=D,-[*c)jf^&RnGI.sET$YFKA;aj0<X`LE]:f6.=Sko<0oqkCZ/=LtKpq#5`kd5m_OA-t``?TSF+]ZL?\]YP-4@Wnbg@E$RV@0!?2=;l/l&WJL8tt>@IQ!uus%X7t<(5V#^b=ES6]_,3B6,?H/u1#M8A#c0#B_.[9s\G+MWC^JZd,)nATWVVBnQM8kb:5"I&f+-L:G7Fa?B_JUd!KqeZa\YROlm8fX:_JdA5:3I9OQFgrW7mr\[,gMF8/="F<MUH%+gB<9bHH*#3!]bH.u`CLb]4Qoj&DN^5'D8lIdecC`g)+q8(d;n3pT*n3AiXi0eK:#)/("Y=ha/n5esfJ##S4$<Q\YjEZUiFse8oGGClHJrgWCWRnd&[L?9AUVOb,j14DDid_ANq-KN#CS*Y8>H6telQNKkKt+LO,^gAgTM^GIO<J5''4PDE$5sr`XA>!?ZW'uRom@be99j2eg<<ZGV*uQT5$&`5*2ORgM@cpik"1bIRT0(#k`[dRW_;95-RcLmdJO0d)<HG%NPU1QD1/LFQh)eB#nbUndK^o^f4]I>2/D5"9P34:?T)(mYDiI@FVZ;Z!`kZT[hV)N*I8hr`*3L.PJtgF>q1XUn'!S*qDhIPC-Db@?..S:K<uF"luBn7dL=q3HEhNeiVp78+A9;63kUa=X>fTQ`=)cb03`V&[BPJ\NdClcXa,2bfJ;BKchQ\Sn"MJbi$SJVN:Y.g2tANT#lT1F`p@?pq#7)3&LE?.W)"I/VR+X!Ymo+5_0Ms/_uU=94co*!Y5mpFLZi?,5YM3n4M\$QYV*rR<:mN*rtTW6g0)6NL#t_>DCdOQD%+QJ?oo-ZMM87lFAeh0^%\pkWWMq/:WM$U(eP-JQGpL'"^%`T896PIq6f*X\6"<$/]q>>q4[P$tDTdSCoq/gqZLo8@.>s0,m<N_fRnS*UFK;I6^F4:_[*2HYP&?Bh?Z'b\;j;9sNqDD.`:G?eESl]uuf6QldMArVC4]&\j]R07X1>6C0HV@@'!qZ>M@7[UI(uWI=c#Bq_.SOqq0;s,[Qga4^$%@s[)n3\W!7-L:&-G6T.]^DLRpp<$UViP%`5?MA\,3r)^dfCIqC8_a6g%Xg!R>[7BE;50O2+cCbq0p+@30C@WSE1U!:Lg&_tX>]KNVOWoG;8=X#$tU6?088sm$Jub;(Q^nso"ke]Mu^'o?/[QT\SWRg8PLjBacMQ'2l^KIG*9<4oUX'7+iid'ESGQ4=8g=O!Ver4m)%mR9*`c4g209Z.8J0W2KIQ:kMi_WHW%jkO,KB6:j&>:'Ba4,7nTm=Q7O*S)qmPEGk&>G^GMM`c1;Sr*h;RdBrG1E(Uf7do3Qpo$#Q2%R%ntZ83J02I-_&fQ#.:*KJuUsn&a,^_Ob%][s@Nc:_`W[><IFAEA)h_8:NN,2_ja99<"@?[VGoshAHk4Y+$(/Om=],<47p)X0JuPLCi7@8>^4.J.`B=F_\7FY_VkWe2OFtIr8$=/q/5X\64.6*7f0o`rhI:K2LR4iD$b"SKs.1a2S#%0/p(9]l:MfN"bA\$!NYq<F8a5"I9M0q.1p'1]^Db`Eea5<K%lG08f,`s8'TKYGN3RMr"3J-7Uj'*#SI&MQrB45=G4:L5&05FiE`G_:Mhj$\4*GhB8UrXW9im[>;X\PO[O0q<_a_%\L.$S"U*!O1eO,U7aSF<L6E=1plnOoU\dFl6f_X*YKq7;[OSk@3'C&60jXfd@"Dqf'u:SZN]*DCZC)USaNdV9E<=!$iL"C2>'#o5`X.@X0tLS%=I:RSLTGpK(a)`]qi%b(ej<#Of>[`W[Z6*M=]Lp;['G'TT*!:>VpR77&G,u0\]1,_D75P\Rd)pkkFlsoFf3VCh58SX>De5qJokQ`2m`/nuc"<QLli3X.?''Z28kIoC">559!^4d"jkD2UjJZf+4(o(QnCpMcb1D+<UP_:$s2B\0&[RrU*r9f>\8b[=8o&%4f-uqul(4>pojD?]Gfkf`~>
+endstream
+endobj
+58 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 57 0 R
+/Annots 59 0 R
+>>
+endobj
+59 0 obj
+[
+60 0 R
+61 0 R
+62 0 R
+]
+endobj
+60 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 91.656 110.56 253.956 98.56 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/config/http.html)
+/S /URI >>
+/H /I
+>>
+endobj
+61 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 347.784 97.36 518.1 85.36 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html)
+/S /URI >>
+/H /I
+>>
+endobj
+62 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 54.0 84.16 102.648 72.16 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html)
+/S /URI >>
+/H /I
+>>
+endobj
+63 0 obj
+<< /Length 3155 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+GatU6D/\/g')q<++Tr$d$e1D3ML$_S?>R2eR\G/J2?C,!m@d?m3`/\=I$,Hss8GJ@[YD)$a`7crNl#Gc3:k@Uf&b`+r59$oLh5?n-^O9^TnW`#WSq(Nbjert3Pr:1)?50W1"p0K9]$aek'HO?2]n6.)*Vrd+:j\2XmmLnmL+ga#%a&Z<Kpu*mb!f'CUjf4Y`L,fhn?Re&'YV-2@m[7dSrBP2X>LKjr&K.#Os!/(X80$f"q8U2F$(FX*Kdc5L1;?lNc'idQG9lD*BW61>#"j]@o?s,MOMdk><foN#s!XZ>;_ffJL-bOGef\`b.&TNb#:0f+(-'gg>_;n.<^\]B0^D6_gf-6K:(0QUmnr:@_/`3@FgOlS&OX(D7\WH4Y'B-=OP\dT&Bi[o1egY3mY:RoJ[3n(5R4H'J*,")8]n61)hQe0>I0pJ3!N,+`b5X`6GuF)lQ86`6!bhXX,C14GQDSU0$o5VJnQocAp&!C2>-#kO(4f\,"EOhJA[m^BSN)O*8S\?Z2K/\oN5"[)=G!VYrTaPN!Tm5JrpQ8KZ0<np_S.(50e4qqG76jUtk&:4;`2c+&^GI`aN3@;2C`i9lS:IM1BEl]'OgHX)cX)Q94N@K(!rcUN>qc9c6'MN@Iai(6RHuNX!8OSq::jo%;Hq6/or+-;lTi@l**BSF@<]%3Xp.X@#%`LHeET6bY[D+ZM;tZ*OHlt)CBOhbg_BIF0AUb#X"&'ji#0k_>*\R2VW&Ti`DMrj;Yhnh1>*:8XkB34ULC8fAf2;+MP&ZMSAb.``kJ^aJ;Q-f;nTS=;rFYN*J*8_b,c%:=fLJaW.Vd^k[pad$`C\MC'NtSe&1@4?.dI#uEdI>\:IcsDga6nX[KoelLQK.mipU[:@@X7;@Pc%D(3FXVXTLI8P6J@8@L*.FM1#AN$Kk3"5OR0/jqDroaMLpo"_i0-kn<HOm"dlbfu.C#Q@=%F.gTpad-0tLfqD11m#Vbgb2N_G<KP@h4.)A=j$=BeU<jKAl4C3V'iu\RT)0lQ\*Hke[JjRK)kMtW9P1E<3?\nrkVA1`epoU</ob'n,nPN<`%4[Y5%<@@ndo>0Z`bd[2nHP"(W9h*'B5uSfuEu)oc+0+"6g@eFgaMpAUnUlQSu4OGa?;3LF<24e>@P$5`V28-VADYm-3\4cCt!?@@5U8?kC71^/ol6Vq@$LoAj&OgGI.9TVPUUkrK8*6L8YkhOn8IHHpk32CLck4MjM>nKrYMLkCj`)4uWpOmVXm1GqRR$V#,E)rR[qF5ZsFL``HB?ZJ0tgkIag+1HknS]G#8$t/`7X@6u$C_]p3f'iai(Cu9iJuR2uEIIlIo=$rebUPluM?l]:"#q>qRTZ6tZYf4K3j)K%Jbq'mKJ?h.baT>)ISZushYcGddt^:-7#o.#PL94,(Tr+^[R(.fj$\=UEf%mVqWi0So2Y%(ANgi!XX^*12L+5IF4Z,`S8(XqVVA=0:(%dbr=\!pCdVHR_/]i$0Xrb$8-+]RHVJ6`*gSOi>r[nqX$=d,rdm3W4s.GuBn22jhVnsX<XH)p%:R8n)8?XP-]QpIHR01Si^4KlE%]po\h4Jb<C:^o1#de#J9H=-$lpRX`WJCM_q5!>!8[`+T"t3!DLHMA#=:kiOLakR;U>ja_Bo1QLsi(;ct-(:Sreo5,EZb\#+@)LmH-WW7q]\Tf.&W3^'DF.rNFuZ6$c^.`W',47ieY!5%Ii%<ID:VU:=kXbBTTm<V>>1k4[QZo7T?)(Vb,5g5Agtg8]m14!Q6t/E0gl$m-$%MI[&OYa87_]CD+ATJ9FH`$!>dgnDT>BgZ2'@BYDH@-uoq)\jD+.d#_>ce%V[o-YO38[aJt4B\)Fe;Ua)R?SKiNMfSW?kA#/=tVT0rC[oL?D9\f39p>@%THbEd*@:2G"]96,jD)G/;osHrUKOrc4-g^)TKauo__Za//W'&\eTc,n$>pGf0m/u;I&cTin>ldh^(fSb>CS(S'i!9mo$L;_&rT17:*:=Bi/9P:B[d=AR0qW.ks$).]`GP[fmAP$G,/,GonL9(8@q=mIK)$$k8$A0a16"+BA@=$\/_R/*l`j",iOJS1]^M2+HCV(0-Tl#cLId`kb8jAt_q8VF"m;:HV3-A%[U%Q=KXPB!+qrQG;.@:dV.2:/$b"SR(h8a?&Rk.SU(&"0*J0H+?25VLp:UTnFm])6%OFlg)`X%-/H_Etp2]q^f*_3-SKJ6;?Y`R'UtRl_r0=!H8UoVs>H7<aB]tY3E@p#?KB/+Q2V.`q98A'ds,UK=!(6EM`ef'S"atN_+1@`B:00R%$4hd]83oi=d/!6?P,hJBFnT+PLpm_^4):&Mra[:]PY/QIY,;Xit3B035Jq'%U[5A`rP)(1830=Ke660gK@d(Jo,70G#!RW/NDqQT/BCi1l1A:)kfm:`3]W/:pe4bgY6Zkl[h"ernN]8ffW1U?L/sKG'cH6S)?TYYr>ofeS@=Gp9T)-(/6tIH=G;:.;K9EN)Yl+2ogSiaMq@apA/l<`sAcjQ@4;((_e.@[b56R,$/<ZTbZp(cA(`=:^<Dq_diN9$s`.7:A`bHkaV#ZREh_a+htke+%I<8JDA0h]>cmV+D$.G<Ao,CGL[^\EMUYjKg%<fQaJ_Aj<WpBo)qi26/%!G;cW#V5dW6&.6nO)5X,7(cWHb(d&c;%'m97GEXcWP-%4``I\\/<RO)Fe)K,XQ=ZMH_1_++B/FZu^lW02!&Ug9$C;$<7Pe*K$u+i2@(&bWs.7;f?HEd]8l$[U*$SR$Fhn'Cif$((#T2(3'u]l2Y)!tHa&UBQS:r10([(9/(,2PF.fc,?`@NC^+Wi7C:aKP#/pWg[W#/OlFn/o@K.700AhWI\.oX!gHp''4CqF(</?5V<Hrd['7Cb#r%.$*3>d/`eon3oie.WTRYauQRR`pI7eTXIp9V&^r^n?"j!1d+*H<5HX<ER&p\QD/BpmATo&M\Yc<]+ZI:oeh`EYQVp6R]tKcc+%INCb2`0m?SSPnmg'DQ[+GlZN#_Y9nZO7[#u(8DQ(")WQTI`Y`^8]eL9YnCh!lX9f+Vgc_Eu0Rf3T:u6IMe*\l1MB0S"BBEnHX#>PUR)`3-bsG91YL:-HjVBL@K4!a*egn@2c90E+^*@Z&_5uN/.UTA3O`3'!(AWFPp$0$@Wrbl+ir.(*H$)(A5Nu'go`~>
+endstream
+endobj
+64 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 63 0 R
+/Annots 65 0 R
+>>
+endobj
+65 0 obj
+[
+66 0 R
+67 0 R
+]
+endobj
+66 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 281.976 642.16 509.628 630.16 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/cluster-howto.html)
+/S /URI >>
+/H /I
+>>
+endobj
+67 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 90.0 628.96 138.648 616.96 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/cluster-howto.html)
+/S /URI >>
+/H /I
+>>
+endobj
+68 0 obj
+<< /Length 2756 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+GatU6gMZ%2&q/)-#^MkEZtYYs/d)4X4-shY@htI!c<qI@R0U^.'@"[_8!9).heu)ljW[.Yk3e"",bD$R_l=o=lL,h`IX8[(lcpf.;]7^Ch+s[2HqpUR1.kftGBa[^aB:5m$2:r.8E]7*?[(COE#-52J/^a+4G!$LgN_?/Tch'BRut+6T_2\YJ8m:W;Nn[79Vg5]KbG*]4RVZC(_:6;0?f%^&NM"GKLV[,G]<ZZh8A-?5Ffd?[;d8!51ng<EkUmJVg*BfGX4G,^+O!eR`]AfLl]S%HbNTL:+;50B.@_=*iBVY6qE!(98P+e.D0C1'p)0`0T[9/\0M^D!a6cjI\bsV]X%;Tm:%N+c(F*;Q<P9=`79gJ7iX<#_")0!c#Q2n$&--!%ZEUel09*ePq4]f&n/T<mps-PS3St]B%Fk[05;o,bqU.A"Cc%ab[UA>A5ZeN@KC8e_bsq\4uo#ba:^YM:Uka=11C+!AAXGIab5XI9d[ia=Uq+g\MkcI`_T2R$ttjhIAS%t#rLXOg#T]^f0#O4(,eA=/l*f&T92eaAg,/\imQr1K]/aYb9YD7gH=4<7TuB+U#sf:4]DtYDb)46^[S7dK?R,VM-*$"VkH#?]-r'2NV0esYhWod\2GuTS22A#,bs(i_XR6n>.$qU6"X<7J9b(uPa2A8J4r==m863\$8KS^0.;D3kMl86nFF8U=fn!P&l_3Bh^3e%kCnp,$)&5>%s_`hgRG$.LknDE=Ir%j^0.&mgX3MWSV=l>2t:UKjQlQji@(>].3a0'DH(E;+nlC;$e56CGR[%"Z,LFQ^t5=^gPUS;2HE(oSP(hSrg:_0*hdCq[UJsLCr6fWOSJp!OZ-ei`_X]74FV?6<f=6m)juq-MH@+qYjVqfL2=d&.G9HrDdXm?A/eT(MtLko,DU;^bhlrNb`ck76nAoBI]/VU9Ks']$(\gWd,@Y2H-=YI_l'@R``Q?ZOX0F^V\Os$a`O!SYC2SV<LT/l",G2naAn`VU_k(+q$jlgnX,dDfVh%n8[aiOjJ=o5o0VZ21t^B*`'8k_lhNK?69W3]%>fi0'32l1X"'%92/I#4'F"dse[nrt2]s/KhJk">M4.hn=d.NUkZJR8C8*&4G@Os#+_hK[o3-^KV^6Mm\L9_6)@Qom*r3bIQfN;)lF(!7"1>$APX,DFG&<Ml(I%/G^&rN4XY3U7DTsad0_D*GY`CHA!\<EFnD_'.Su2<f;f+1KSk^^kUZM0b:6sWYGs\G:RlJ>XG5Y.4nfT^sa);^N:@@.@>'8mpO1aXC',>JO5=e/u&*^m"3TQL(_s0\AO'o(Ld.<1=W8AKaJRQn\Co"ABMo*%i<8\9ogK&c:7B#*[@LDNfs88]@+Vng^`e?gL`n)<)P?3ST52RZZU"KpX"^[S)<BM#@!M^pl(J9@Fn_oiFaUeT_LpZSr-a+)8m[1&J[PDs+TCQ'?@q_@'G$'=\/\h::ACoj<?h/rR-gK0?IE?gJC/q`lJ8(8`W4BV@%]bnfMQO1-GX7?Y%PLIdAsbk-s#S9-;I7CgFUL#cbL)gU'IAm>.b>&C<%Ch4`JY@Kp8p8R'G_e^!_ZJ28QmSoG,j[qVhEq44A`4<%INl,;T%;co#\H6lH^WD_[I_U@0QtX-r,0+\gJqkgW0nr2s4uRXm(ea[J+D>l0saD]X@Ud^!qMK@D@4(Tl'pT2qS6"-G%XV5nW"pr32/2)dgj3m496#ei+1U-L0%fitLX"84<2BV=*Zpg9;!1;]H<E.4>cPkakm^ST-q_W:BKP&ogB*]&D?X+*Q0n_0$FL5Od;bgFEsMrZ_*BOP.(sVpm6AMeRhu=#W=UTj;[H%X'WXgK7TFjnNop)V<tA<%i][T-`?(IR^K'Ek#p'.K&lCD40[K^)@UmD)1k1B7tV)0lGm_h_2*W_h-`Iml7(qeN([%B(%c;a."Jfh30;\mV2p)10j9)0And.L]-p?BE0^eA_6Y\9QYYD.,m<jn(L46:Om:O\kq=[W-^9t59MPiK>H`\4OtZl/g$P<\pV$*T).Qdm?n6WOhF'n?Y6E^6-kUZ93(1&4KS,S;:-cfq<P4BWh-YFS.9i/_3NsZ&&YiuNm^#l&]pZNk9Mibim'"lDJUn,KXSSiXb?h+d(U,&[29>7lY?4R('>b/S*Uf(_=-gQ\h6i\Dc5:m4*)4dhl9e72D\9#2p:LDe?LIl#PH!fTW5.j+q6`e\EtGoCmpqY>BU;-USBt#c]A<D[#D#2W*#cejM`\lNBER`<t147H1c,PLCNs&`\>@0cEMiT=';;?ELMn\a&#MUkn'Pt"P^cE,+a]*-HT!tT#];=,qeHrYVEYe\>a'gn-=?55'SFuBRM8%J7jTp\rmm`(2.Y-&++jAl$Qc$h2IR/)PQ_Q#pe/0rJ:W1rkDh4q\"U`[=eKeUjrD3ScRY^oa"mN_=C%74+.%88'SBa,c!OdoKL6j1f$)Af@lFhe[On3le_#!)ds__j+7QSn;#j@l<jdL;]OC?bhe\Jq!FVh<uUfm]c1-iR$H5NLlGkjW"tmb*o)8CN.V6o2bQ)_q!O;3DQCGFp-Dil3O^>LT)T<];@=HO9;;L]3$,+:ok(Wo;6(lpH7]FDJ)&-4/TVf++Q!j/KhNsic^$1X?b/T+k2<Xl95sZIQ`CF@6>i$JmP5sGeD9=l?0Y6bl@b^:+feP(.3*R&.'oIrcUY1XVfe0B'G(0=dO/e/8(n4i^^qE_K75>_<i6lAa2\1+04iq:;mMT6Q]TZ)%`K6F/!!,L#IZjqVjbf>s8R)cO\#~>
+endstream
+endobj
+69 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 68 0 R
+/Annots 70 0 R
+>>
+endobj
+70 0 obj
+[
+71 0 R
+72 0 R
+73 0 R
+74 0 R
+]
+endobj
+71 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 397.944 387.581 513.24 375.581 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/default-servlet.html)
+/S /URI >>
+/H /I
+>>
+endobj
+72 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 78.0 374.381 166.632 362.381 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/default-servlet.html)
+/S /URI >>
+/H /I
+>>
+endobj
+73 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 421.224 335.981 497.532 323.981 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/jasper-howto.html)
+/S /URI >>
+/H /I
+>>
+endobj
+74 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 78.0 322.781 177.996 310.781 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/jasper-howto.html)
+/S /URI >>
+/H /I
+>>
+endobj
+75 0 obj
+<< /Length 2227 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+GauHL8T3?C'YaHGkV,8*@*D0khHQ<l9ef@T&d(;(`IO7gRt)98,fe0E+3N:Y.8j&AbTN7.k54#P\%c-!0!B-0Efk(;[L:R:/M+g#J!L\8r6,Or'R6dc8rR\lhIgOoJ!R9t-2%H?@s,"e]44T.QDLdE+3*RZLN<n4f5MpuB-Q)OC8`)?Y`r-YDY;bbYB8TM<."sEC#0pHa29(Db6"2u,i+Q0e"=99OD%Gemo>ZAV!PilO9[cc@MUhQ[tdha@!BsJL`-^kXW/EcX]DK[rV=ahC@TWE^1Q0X(^nNmOQZ/g/dhFA`3>a3fk/U%`.j*Mf/HIE_r@l=]2_Lomu398#6J#98uoKp9K68.)J;-^O9dfKGDXZcJ`t&>8>1m/7o@G[6$$YnaJ6r`&/%9<@$_g@L9qsEOB1K$1.MqKoCK%<IKOWLH=GN=LdKjc(:YXnini-9c"S*(rW'jhk!</1!eNQ9&Oes(d7B3)XnHpo&U'j\3u0cN255W<Z[7p>d3Q&sR+gRoLCgm&_;-uedrt1/77X=5LK\!r]&Mh1neqQh,(OHLK/k`>YbRG9D=[#.9jH.aJ-!K#c_A*.qq:\2rV>$!(/`B.'Y%*Ko5R*l4\8e=^u&RPAq9GS:lsBKE5e<MrVtU\ed+n=B[>,_gk6/V=:E12Q)4N5:i<AE:o]RNjL=C^]$=l7aKkun91B;#F`Bbb\H<q#Sh^Utl9Eib`^<EDSWO(e[TOS_-c*$,<nGXVG>MZ@4Sa))5WIs/*1-Q&MaaJVd<*E70dR/)1"&@tgs9i*Q73op%<13;#^THD5YBd+[14"gMRAiMp\.`*mn$)[QBDV`hC%MG>B5\Gn#n%Pdb;_OIH3Jar873N;,/"LnaV.6U/C+I8!]K3&h?]>KqL>Cc@Wd\S&a(DPet3`elfObS%QilSU`^@3k"CGHIE$Enk;PQTKGHuZCq"<c-ai_*qM&67]$U`7VO(PpG)[g@s:<lbJZ0TD`;&'rqPUHeRblCAWnMh`5?#>*"e!>N^pP*-JRZ;?BtpU$'rN8f/*ioYRa?3Q`WhuVUPEYD9\p/`8H(qR98+EH=;A2[Oo]TQh)ECoT:AlDHP2rTe$G?/u7!qY,8M2e>@55i(j^YIf6e]%l?03'^BoG).LW-BrX]@m=CWBoO[(L8bs71SB=*ggNO2O(f4iWI8Fl@JI!Cq=RufY.>Ma:#e0&QnLtU*di.Z6A^LY0DulTDDO9Kb@,5KH.U*i+qa/K!P,aub:k*Wt*Jsb@aW[OrCW%*(07)Su7d^qB"_%IZ+Q\(+LFa">gFO<6)9WMO-PC+iUM!XOlr9/L*lp.*h"c)\9URL"o6f?K\B@JOhZn>Q;si=UpSF\H#(Ra'lZAQrLh9)ND;/&0+,,Tde&Q2^W$j1$?#;OM@K$1-nELP6Mb*r6Lbl?1\[j!<]Wc')p;;GND#5J[E]bs(pB<:[g;=L-ra21h))U3T(c'Mu5T]ZY5STeoGhL:LJ&3m;23>Y)H;?%1NT;ETU-7rtVAb#D@P"1)!*O^I'TbMn]t:tlH<?lef4/7MS&gmeX8K#GAfNeARP=Q]Rk-TI1^3?\-3a=\m2/YIDSKWqV/SQXKXDA`mQTE,)"hY:Seg!6O(^8BE=H>VDqAC0)n+c?&_MR17m#='WOD5:8p.fM8*!%e:Am_\Mu6VbalP#7?(9#UpWM+\j;H-@J`Wup.U_!^4LK!Jb>ePiCd>B>no@_ed@B;J@+MDAkK>@f,i&8ZIPO:GNY70Fl,2>ZDQ,,F<fFmm7RM]&!oT7_Smg93&-s`jj)Bc(?uoq-+s1;Q!"eTHh6qK1gm/S/q_:/a=)Aa!mXX*t(#2ikm9m*cemEk"J(!CH1"c)+YX]s=Kt.rXZ]\s@VE-D>2cji&Q'oPLp!@S"Dh0r[ZXI=(;eETnWp+t=SjA,f3p;P6=])C\McokO(8g$'E?o?r[Mm'XH!+P^f0P^md!du\"0$=KoZ)PuV#Bk'")O@$E!lCBGALo9&Ncd9%H\h;7[gZY-qqG>^TKt:#P%VZ2G;qi\/9M*-\<m6E:rWi!_F+IM=$s$-5?cW%-j>HhH/+@f4l#B`jhIp\p0[OU(SkH=@JHA'X)mdUfltd-+O>-,k7#2J[]bRZ,X]]T?\Yeqt)VdJrjBX$F5]VB$>oLpF:_bZlmRRcmWW%!Y#A@$();WE9F&VV7h8JA[!,P[gk;+\>C5j<094*_S"fu.5A,iM=.SH\9e$k<DcqNB0f-r3<'/F9VYq~>
+endstream
+endobj
+76 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 75 0 R
+/Annots 77 0 R
+>>
+endobj
+77 0 obj
+[
+78 0 R
+79 0 R
+80 0 R
+]
+endobj
+78 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 111.66 655.36 309.936 643.36 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/config/index.html)
+/S /URI >>
+/H /I
+>>
+endobj
+79 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 392.256 655.36 502.248 643.36 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/config/context.html)
+/S /URI >>
+/H /I
+>>
+endobj
+80 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 111.66 213.985 312.936 201.985 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/jndi-resources-howto.html)
+/S /URI >>
+/H /I
+>>
+endobj
+81 0 obj
+<< /Length 3005 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Gatm>D/\4>&cV3*+W10>!&Z?j'I<qMTt&n2^#5>a'-@]Q;\[qkY,seQC/<Qkj8Slbog0*:;C`!=!/Xe>4>T>7B:^".[s&Y?2fTC+&dER7M_MZULk63;7R>8WRE..HYUm<="oj&ERF:kQn=SY,*=-4[BFk`l(9!]!64:^FJLhtD.<+r@\>!sKb?c22jS7]OVqY\Yo^;[%5E)3ub,.5MCUEp]hf$YHIm6,B.`uf0ZpJQi5$sRq6cLLG?hGaqIs:G[7;$?(nM[mbEC,gjJAiso_;\b911iWtK92mK&j->i0)g.dmG/mjhZqm"&I%uY.sJtHnEI?f.(s(rmhA)j&=g^m;a5jl=%a`YhrhUpHWtQ2b]&kkW+b]^hn-AseB#o0.;sMp1Rq@jg=IM`]0e#kEdu;o7>4"9<P9q_50<Z+=N^n33QQ?J/_2N5kL\`ImSrt,_E\[$JWjeA=Eb`6,D)fhag*T;:lp=#m;B%l%]*1LCRmct$\H9U'\&2:NRa35fPYJq``flE;*:mm$4pDAC:b*uhGc(`/00f-Bl+Z"#piHL.\[ehPj9]'<P9Af%I+YdBQ@@=Ls[7^$#O4ZY)=$TaoVb@7NV/q7)+,JSp^(q^M:f`/H1F.gU=8.3'SH+YYpEi?Dq_3n)RDIs$iO1<J9b2Fj[jg*n0'0UC7RBAN`sn,06.>858TVZs8Hl`VB8hO5l"-r;]u0VX@9C:'%Ws<P=MCV&ZQ+kH_+:6]N.PlrhfVhk.0*)1Qo?k&Jk]?h;=nEn@Sn>``c`34fP14J8P[._du)Eg\"F2*/!0>s/rB*)3Ksn`QU3%A/-4X7=*^$F4l\QSg8&5AXsjK>if=`3Rjs)iG6!$U+_Fd/@-4</oZppQr.iX?k4m$a\M#lI+jOAur'3[^\QP<jffUp(GeOPLn.K?sClnqI>X,b)Z&9OaPiI`5m!28l:g<&fQ51]`;XL*`:#+/;F+"/F86]`D4mTQGEp+A3pIt!GR;tKVr"gorSaW(fG%aPBJ6#a>sJG!?.*eAJ3.]6,7&pMPgSd*1aef?\+$k*7L]Fa1i%.RS]T/0gP4Z%@R4QW7h<)M44!R]8_#Fq[DnZ0Gf4KKiMb\#h:fW^>9h\5I05hVAFFY6uZiq'4@HulXQ0^-m_`*0)_hO&d^788oc,3Qe7P5r3<j%lga(0ClEpC``^gK^$!:lNQ0D#2B"?;<IIYBJK]I(-=q<q^=mN5^LSAU/jC?:k.PDcGoP+TrH[^S9=PG)bMMOM5L^-2]X#&rYg(e?8gQ%o_hgq&c.2!J:q_Z=L"\>El`rK,P2*MmKfmHl3EA57=(L33+J^rLHiPgHYAUpAQO`&#,h.f1oNXJ]A=TI2cG)P1)"Q97.0<UdC9IPJVKT@I-l+9=pRung]B$82Njs=uQmob6AfCXBVV#ct%@rh_Nt/HZ(:&5GWg,;3#Tp-11H5C//HM)hSCAk/+P@\HLq4FMdNN>][IlL]:PK.qLE(U*+!@Y#TL[!%@7Gb<:n>ag)lT&K0SN$]V?09DO.*[M3MF>3-sH7T?0r-RErS+q#-MIqOS?VY*0VOro!&.]$jkfGD,4`"8C6h']S&`]Z^l:\k8Sduo;;<c:AM5cWoH[$'aT]A:="JY:.Y[<+j$(^$$8\!quWuEL,IUoJa]#.[oL+/cD#/Ph$EF7n0#X[$1/O\qqH4CQLFQJ2e6n5%<NrV76uP0-8j-f3^EQo3T"XlW-40haQ>+Gg-?WhAja&tW8&0M&N>N0jB6:Rbd3i[*:^pD/o.&P8c#`cX`("T`'`!_%lg;JOt73<7't'F(XOQU/>E!_P)7_FJkV`'=P5a"<]7.($GgNaQ4XmQ5D8Ip[4&>(An5HTK.9XZ<D=Se!J"!N-5IH!-'>HFVH+J@;ARS.Rf^MT!/oU2h0Ec@6#8*DI(f';Cai1!j&q@?JCjooQ^OoYOi\2h[_t7E[4P*[BPD3aW^`^c]H@usjK`!%j*%c[=\Z&-Ws&Nj@?Igi.'e#d:/*QJ\=e\Nfp2pITD4nUa[WkW==oC4(XJ"uAjO>/ea@G`*Mhh*Mom1Y0RG6]/VK^QRmK:W2+rjdf-EgK1T/=El;rV-$r,;G7spNRQ-!GS75.,'Yu)ABO4+j^l#(BNk./!lW],Ls<Rj^PoR^4!dHAWEE15tCNlDoXEEUq<m#4bpcu+Hh^NOGG^VK1Wp;b^3(c6E.DMF#G9F,bj)(/:])b3#GCg\n*[Q6RV@]sID7;DEoF[Ckf2GJB`Rce76H]ib;Cd?k\bA>d7cR@T!_6[uY6K;j;!FPHk]d'9?eH9=2<:Hg??iKrs&-)G(g)BI,GFq/(,W<fBW+?pRDmZ<ZT,Z$7M=nEI6-;_dI(O_]h;,R.On;AW5<*<M'3s8*G#VC]'l0t/Y?K%=(/Ss&jB9)aJ5AS'9<%K$iED8-c5Jss">Y<hiD.?T/<*1[#MUo.N%%>FDOaBr6E-jh:ti.GAH('f5b?5;[!.Y0WM,>J][4#8UUH'Kg6p1dL"F7S*YFiTQ^QaiI\Fg@C$9aNo8M$>96K2g-=9a!:21MB-_7I"3estt+[2_cLiTgY!UM&+!!2?cUAI7]UT&^JkY8]Z6&*UsM77SK?cSPalM<Pr$,PSu/>7Lur-aN!'Nr&U9#-ZJRHWpaH8MgD!auE%g:7^#!G<u*-'?1,o[$%?#%SuEHkueR6T!YF\gXSX&nU+M9O+R&/SbE"D9#:3'=8V8.ta.f0@gt+gHTs\csfA.">/%Ok-]Mf<^Z)Tnj,s$(0eC1BLdJ<,V:n,(/W6WUd)]ARllQPPKiSN]7g8%/N64.m&98J_F]o$Af)DucV*qc7mGZCa\2XXBOjB,;tdE[K\0Yd]K^`kRtINqg\Z"h77B[6,YWjGV!<8(F8YI*W\^<I;t<ZD?,kL%P`IhR]n+l:$*j[$?1<%]L=[oER@P06YR**K.QU)F0u,22J0^s4#"Ziek?AuN$2dHV?;2,;9Nupb,(sG^<rLh;YO7?N+_qsdZ0q;gh1U]tWu-@lY>nm`aoGhl<JMRaJ#=QSJH~>
+endstream
+endobj
+82 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 81 0 R
+/Annots 83 0 R
+>>
+endobj
+83 0 obj
+[
+84 0 R
+85 0 R
+88 0 R
+91 0 R
+94 0 R
+96 0 R
+]
+endobj
+84 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 350.76 707.935 435.42 695.935 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://eclipse.org/gemini/naming/)
+/S /URI >>
+/H /I
+>>
+endobj
+85 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 356.292 694.735 456.276 682.735 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 87 0 R
+/H /I
+>>
+endobj
+86 0 obj
+<<
+/Type /FileSpec
+/F (http://www.osgi.org/download/r4v42/r4.enterprise.pdf)
+>>
+endobj
+87 0 obj
+<<
+/S /GoToR
+/F 86 0 R
+/D [ 0 /XYZ null null null ] 
+>>
+endobj
+88 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 66.0 681.535 129.324 669.535 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 90 0 R
+/H /I
+>>
+endobj
+89 0 obj
+<<
+/Type /FileSpec
+/F (http://www.osgi.org/download/r4v42/r4.enterprise.pdf)
+>>
+endobj
+90 0 obj
+<<
+/S /GoToR
+/F 89 0 R
+/D [ 0 /XYZ null null null ] 
+>>
+endobj
+91 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 182.976 455.627 480.948 443.627 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 93 0 R
+/H /I
+>>
+endobj
+92 0 obj
+<<
+/Type /FileSpec
+/F (http://www.osgi.org/download/r4v42/r4.enterprise.pdf)
+>>
+endobj
+93 0 obj
+<<
+/S /GoToR
+/F 92 0 R
+/D [ 0 /XYZ null null null ] 
+>>
+endobj
+94 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 365.992 257.399 499.96 245.399 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 95 0 R
+/H /I
+>>
+endobj
+96 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 365.992 236.149 483.964 224.149 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 97 0 R
+/H /I
+>>
+endobj
+98 0 obj
+<< /Length 1833 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Gau`T99\*u&AIV:d"+PNO]fpr,7.*Oln4u>ZQuDG'Lbl/H#/D[)Fok]m_>Z2]m=3\G2U0\P'adTmeQ^U2iF`+`RX-%f@aD_/o_o(;;uWB&MekaQV]'YcMHhXX#ER)#YF5N<tHhV;2.t?K[7YK4g.b*U$rX\.m",i1JU9_OWcu(oN'&re2F%[+&CU:YA\iE16>\@O!gk.Q6#7DU5Ffn';'8WZ#fnhnW90PcALeOcC`DA-O`OJ7`5W,<[VOr;!AKOO0X";`$RXt><D+)_J/D9J<SH"2M)T[L7Og"M_^A^;SP\2nkDfDA\(KU52g*djODH?>OTL"mBU;6Z.1Lu=3R^!^PL*OVdAJ2Y;0,A<W>Q%k=,D]f)>%I?i/ieNMC=mG@9%c7'q,;L?tqG0KW:QO\1f"rcOan"h_Z:</Ma@nYYS-A+l]k=DJF(AX5t9N=^[CLEV/m$b\neOF-)<!_cXlBq0(^'QG7bI+]*%?Gm$h!/iQNr`5);lnbu.'AXLo\S$<f_d5k'3lX*iq:mFdr\_d]>iQ'.'*Y)IEU&5`-1I,O81HFQSd3S(Lf\ZY\+aeQ_;\qY5HXQ]PmJYtUIn-AK;h]YY<<7jAC>V5.=q90WTu%\&i(VWeCb!+QYo%i>:JgT\O4'Hm8cb@0-iYr.aRjKod7%pL%3-o%sN$nFIT8#5+(\8s6APoYhB_f,R@Oil$$&MVB8t24Mck3[Q$R:3#s!1%"&M<#"5mr^:O4:f8oBL\[h]8Yno$FFKuT^-V0;60d(em335fpFJ9jW>1i2N8kP*"on[:@5Z2,`LK2]%a%!AQp#[Mr?'J'HR"LZ&Kj#N<BRKNo@jqJXD_7E=YM\6P]t^%0/F#OWn`8UJ0#Oa1(h`\$VFkT\n_t*s<P"SJV3b#W9VI$u'5"ANk%-FSmo*s2@ok"Q:YaN(rM6.hGF69K'pfbD)7Z=-E#2UW=04!B/Z+XZ'?#Sq=V^Vtj*5+d.Sb:*a9`Uf[jV0L,#5=l'9:N!p@KsYL-QhWG1_5E2TA)CF*>B%8qfdFX9ZU-bYP(%aW:I>U6j*"!c#$*Q].`"jOoC>C<iOlT@kO.BW(jb/;dH!+%;S+8O2T=^?VncmPTT'2Mpu9!_l*>HXn(9S3OT,-;.j+'pQt&)M]`Fi@gToH,+dEM_1O6p0F'Qr\ZL^W9BH!N/XZ8QB07Mg]tJDMSuG.0',`Z!68IuLFkK#^JA7Y[ABWdjnUkA:Qj'+OeHlG1Ru*&KsXn?!uk?cW=tJ5lj>XeGmt%qM;NmbDt<_n_Jj*Z<)_i5hIIk-Em,/?M:YpG<=djZoNVVOT+n^Ho(Cen5bTtB%NOJ='r_U1%b?eVM`k&(ppS")*?UrpSSPp!T?,fh$k!,\"'a)khOeole9f)33+l32:s\pr:"@;)n:U\"nI;NH2m6MDpH`RO=R+B-S/d1@ET/dQ>937gX@Gso2ha,.i$N=fSB2md/FqcUFc)"!pNt&TEdVHfPN=p2V)TgdBZ7-CQ`)tYK`W\UWP]-ZJ<86&\DC4WO7LM$`J!IJrGUe__+):F'`+dY&Q8jVFu->:5*0b'Xs@n#j"2lT#VW7raHhZ,Q$8i7\f934bbkdUiX2l]$B9+:MH)KD,\Z`/](cK5!#a@cG'c?8*OZlq$[YfgcKnq<*4P3#=d32&g"8/()A6Gep))HM-U3R.'sO6(Ma7`OP3U9.9dSe=<S!`I_E>Qan_lKUF)bC%ODYuo'^Tg_d5pO1@hJ9Vcc(CqTqJX3_c1GdWdTPK,C[QUd[6pR$qT7Er/fG$B44RIjotH;K,,q9)&U$f/>],2O:PQfXH,+<'/=c^oCL5m%l`$9asFHU6LFUS=Yj.<~>
+endstream
+endobj
+99 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 98 0 R
+>>
+endobj
+100 0 obj
+<< /Length 161 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Garg^iR2p+<A68X1Je?Kj"aG%k;$!j!('$V;\Pgk3KQ'Q[87.N<J]3[1t#?Z<=&,H.kra\W\H=t<>A]->(j'(_G\_(g^$oNHYI(a.[i].SL3KF7[@Wl.s6i2N.D0M-tkU'kG;aeQPLm5AEN&@[CV*3!<CK".sM~>
+endstream
+endobj
+101 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 100 0 R
+>>
+endobj
+104 0 obj
+<<
+ /Title (\376\377\0\107\0\145\0\155\0\151\0\156\0\151\0\40\0\127\0\145\0\142\0\40\0\125\0\163\0\145\0\162\0\40\0\107\0\165\0\151\0\144\0\145)
+ /Parent 102 0 R
+ /Next 106 0 R
+ /A 103 0 R
+>> endobj
+106 0 obj
+<<
+ /Title (\376\377\0\124\0\141\0\142\0\154\0\145\0\40\0\157\0\146\0\40\0\103\0\157\0\156\0\164\0\145\0\156\0\164\0\163)
+ /Parent 102 0 R
+ /Prev 104 0 R
+ /Next 107 0 R
+ /A 105 0 R
+>> endobj
+107 0 obj
+<<
+ /Title (\376\377\0\61\0\56\0\240\0\117\0\166\0\145\0\162\0\166\0\151\0\145\0\167)
+ /Parent 102 0 R
+ /First 108 0 R
+ /Last 109 0 R
+ /Prev 106 0 R
+ /Next 110 0 R
+ /Count -2
+ /A 13 0 R
+>> endobj
+108 0 obj
+<<
+ /Title (\376\377\0\61\0\56\0\61\0\240\0\111\0\156\0\164\0\162\0\157\0\144\0\165\0\143\0\164\0\151\0\157\0\156)
+ /Parent 107 0 R
+ /Next 109 0 R
+ /A 15 0 R
+>> endobj
+109 0 obj
+<<
+ /Title (\376\377\0\61\0\56\0\62\0\240\0\101\0\142\0\157\0\165\0\164\0\40\0\124\0\150\0\151\0\163\0\40\0\107\0\165\0\151\0\144\0\145)
+ /Parent 107 0 R
+ /Prev 108 0 R
+ /A 17 0 R
+>> endobj
+110 0 obj
+<<
+ /Title (\376\377\0\62\0\56\0\240\0\111\0\156\0\163\0\164\0\141\0\154\0\154\0\151\0\156\0\147\0\40\0\107\0\145\0\155\0\151\0\156\0\151\0\40\0\127\0\145\0\142)
+ /Parent 102 0 R
+ /First 111 0 R
+ /Last 112 0 R
+ /Prev 107 0 R
+ /Next 113 0 R
+ /Count -2
+ /A 19 0 R
+>> endobj
+111 0 obj
+<<
+ /Title (\376\377\0\62\0\56\0\61\0\240\0\120\0\162\0\145\0\162\0\145\0\161\0\165\0\151\0\163\0\151\0\164\0\145\0\163)
+ /Parent 110 0 R
+ /Next 112 0 R
+ /A 21 0 R
+>> endobj
+112 0 obj
+<<
+ /Title (\376\377\0\62\0\56\0\62\0\240\0\111\0\156\0\163\0\164\0\141\0\154\0\154\0\151\0\156\0\147\0\40\0\146\0\162\0\157\0\155\0\40\0\164\0\150\0\145\0\40\0\132\0\111\0\120\0\40\0\104\0\157\0\167\0\156\0\154\0\157\0\141\0\144)
+ /Parent 110 0 R
+ /Prev 111 0 R
+ /A 23 0 R
+>> endobj
+113 0 obj
+<<
+ /Title (\376\377\0\63\0\56\0\240\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\141\0\164\0\151\0\157\0\156)
+ /Parent 102 0 R
+ /First 114 0 R
+ /Last 127 0 R
+ /Prev 110 0 R
+ /Count -10
+ /A 25 0 R
+>> endobj
+114 0 obj
+<<
+ /Title (\376\377\0\63\0\56\0\61\0\240\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\151\0\156\0\147\0\40\0\164\0\150\0\145\0\40\0\105\0\155\0\142\0\145\0\144\0\144\0\145\0\144\0\40\0\101\0\160\0\141\0\143\0\150\0\145\0\40\0\124\0\157\0\155\0\143\0\141\0\164\0\40\0\123\0\145\0\162\0\166\0\154\0\145\0\164\0\40\0\103\0\157\0\156\0\164\0\141\0\151\0\156\0\145\0\162)
+ /Parent 113 0 R
+ /First 116 0 R
+ /Last 126 0 R
+ /Next 127 0 R
+ /Count -6
+ /A 27 0 R
+>> endobj
+116 0 obj
+<<
+ /Title (\376\377\0\104\0\145\0\163\0\143\0\162\0\151\0\160\0\164\0\151\0\157\0\156\0\40\0\157\0\146\0\40\0\164\0\150\0\145\0\40\0\104\0\145\0\146\0\141\0\165\0\154\0\164\0\40\0\101\0\160\0\141\0\143\0\150\0\145\0\40\0\124\0\157\0\155\0\143\0\141\0\164\0\40\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\141\0\164\0\151\0\157\0\156)
+ /Parent 114 0 R
+ /Next 118 0 R
+ /A 115 0 R
+>> endobj
+118 0 obj
+<<
+ /Title (\376\377\0\103\0\157\0\156\0\156\0\145\0\143\0\164\0\157\0\162\0\40\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\141\0\164\0\151\0\157\0\156)
+ /Parent 114 0 R
+ /Prev 116 0 R
+ /Next 120 0 R
+ /A 117 0 R
+>> endobj
+120 0 obj
+<<
+ /Title (\376\377\0\103\0\154\0\165\0\163\0\164\0\145\0\162\0\40\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\141\0\164\0\151\0\157\0\156)
+ /Parent 114 0 R
+ /Prev 118 0 R
+ /Next 122 0 R
+ /A 119 0 R
+>> endobj
+122 0 obj
+<<
+ /Title (\376\377\0\104\0\145\0\146\0\141\0\165\0\154\0\164\0\40\0\167\0\145\0\142\0\56\0\170\0\155\0\154\0\40\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\141\0\164\0\151\0\157\0\156)
+ /Parent 114 0 R
+ /Prev 120 0 R
+ /Next 124 0 R
+ /A 121 0 R
+>> endobj
+124 0 obj
+<<
+ /Title (\376\377\0\103\0\157\0\156\0\164\0\145\0\170\0\164\0\40\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\141\0\164\0\151\0\157\0\156)
+ /Parent 114 0 R
+ /Prev 122 0 R
+ /Next 126 0 R
+ /A 123 0 R
+>> endobj
+126 0 obj
+<<
+ /Title (\376\377\0\112\0\116\0\104\0\111\0\40\0\122\0\145\0\163\0\157\0\165\0\162\0\143\0\145\0\163)
+ /Parent 114 0 R
+ /Prev 124 0 R
+ /A 125 0 R
+>> endobj
+127 0 obj
+<<
+ /Title (\376\377\0\63\0\56\0\62\0\240\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\151\0\156\0\147\0\40\0\164\0\150\0\145\0\40\0\117\0\123\0\107\0\151\0\40\0\106\0\162\0\141\0\155\0\145\0\167\0\157\0\162\0\153)
+ /Parent 113 0 R
+ /First 128 0 R
+ /Last 129 0 R
+ /Prev 114 0 R
+ /Count -2
+ /A 29 0 R
+>> endobj
+128 0 obj
+<<
+ /Title (\376\377\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\151\0\156\0\147\0\40\0\117\0\123\0\107\0\151\0\40\0\106\0\162\0\141\0\155\0\145\0\167\0\157\0\162\0\153\0\40\0\120\0\162\0\157\0\160\0\145\0\162\0\164\0\151\0\145\0\163)
+ /Parent 127 0 R
+ /Next 129 0 R
+ /A 95 0 R
+>> endobj
+129 0 obj
+<<
+ /Title (\376\377\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\151\0\156\0\147\0\40\0\117\0\123\0\107\0\151\0\40\0\106\0\162\0\141\0\155\0\145\0\167\0\157\0\162\0\153\0\40\0\120\0\162\0\157\0\146\0\151\0\154\0\145)
+ /Parent 127 0 R
+ /Prev 128 0 R
+ /A 97 0 R
+>> endobj
+130 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F1
+/BaseFont /Helvetica
+/Encoding /WinAnsiEncoding >>
+endobj
+131 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F5
+/BaseFont /Times-Roman
+/Encoding /WinAnsiEncoding >>
+endobj
+132 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F3
+/BaseFont /Helvetica-Bold
+/Encoding /WinAnsiEncoding >>
+endobj
+133 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F9
+/BaseFont /Courier
+/Encoding /WinAnsiEncoding >>
+endobj
+134 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F6
+/BaseFont /Times-Italic
+/Encoding /WinAnsiEncoding >>
+endobj
+135 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F7
+/BaseFont /Times-Bold
+/Encoding /WinAnsiEncoding >>
+endobj
+1 0 obj
+<< /Type /Pages
+/Count 16
+/Kids [6 0 R 8 0 R 10 0 R 31 0 R 33 0 R 37 0 R 40 0 R 50 0 R 52 0 R 58 0 R 64 0 R 69 0 R 76 0 R 82 0 R 99 0 R 101 0 R ] >>
+endobj
+2 0 obj
+<< /Type /Catalog
+/Pages 1 0 R
+ /Outlines 102 0 R
+ /PageMode /UseOutlines
+ /Names << /Dests << /Names [  (introduction) [ 33 0 R /XYZ 85.0 726.135 null ] (installation) [ 40 0 R /XYZ 85.0 726.135 null ] (configuring) [ 52 0 R /XYZ 85.0 726.135 null ] (d0e1) [ 6 0 R /XYZ 85.0 726.135 null ] ] >> >>
+ >>
+endobj
+3 0 obj
+<< 
+/Font << /F1 130 0 R /F5 131 0 R /F3 132 0 R /F9 133 0 R /F6 134 0 R /F7 135 0 R >> 
+/ProcSet [ /PDF /ImageC /Text ] /XObject <</Im1 39 0 R 
+ >>
+>> 
+endobj
+13 0 obj
+<<
+/S /GoTo
+/D [33 0 R /XYZ 85.0 726.135 null]
+>>
+endobj
+15 0 obj
+<<
+/S /GoTo
+/D [33 0 R /XYZ 85.0 689.836 null]
+>>
+endobj
+17 0 obj
+<<
+/S /GoTo
+/D [33 0 R /XYZ 85.0 589.786 null]
+>>
+endobj
+19 0 obj
+<<
+/S /GoTo
+/D [40 0 R /XYZ 85.0 726.135 null]
+>>
+endobj
+21 0 obj
+<<
+/S /GoTo
+/D [40 0 R /XYZ 85.0 689.836 null]
+>>
+endobj
+23 0 obj
+<<
+/S /GoTo
+/D [40 0 R /XYZ 85.0 602.986 null]
+>>
+endobj
+25 0 obj
+<<
+/S /GoTo
+/D [52 0 R /XYZ 85.0 726.135 null]
+>>
+endobj
+27 0 obj
+<<
+/S /GoTo
+/D [52 0 R /XYZ 85.0 689.836 null]
+>>
+endobj
+29 0 obj
+<<
+/S /GoTo
+/D [82 0 R /XYZ 49.0 409.027 null]
+>>
+endobj
+95 0 obj
+<<
+/S /GoTo
+/D [82 0 R /XYZ 49.0 213.049 null]
+>>
+endobj
+97 0 obj
+<<
+/S /GoTo
+/D [99 0 R /XYZ 85.0 597.663 null]
+>>
+endobj
+102 0 obj
+<<
+ /First 104 0 R
+ /Last 113 0 R
+>> endobj
+103 0 obj
+<<
+/S /GoTo
+/D [6 0 R /XYZ 85.0 726.135 null]
+>>
+endobj
+105 0 obj
+<<
+/S /GoTo
+/D [10 0 R /XYZ 85.0 714.135 null]
+>>
+endobj
+115 0 obj
+<<
+/S /GoTo
+/D [52 0 R /XYZ 85.0 313.958 null]
+>>
+endobj
+117 0 obj
+<<
+/S /GoTo
+/D [58 0 R /XYZ 49.0 207.735 null]
+>>
+endobj
+119 0 obj
+<<
+/S /GoTo
+/D [64 0 R /XYZ 85.0 726.135 null]
+>>
+endobj
+121 0 obj
+<<
+/S /GoTo
+/D [64 0 R /XYZ 85.0 621.96 null]
+>>
+endobj
+123 0 obj
+<<
+/S /GoTo
+/D [76 0 R /XYZ 85.0 726.135 null]
+>>
+endobj
+125 0 obj
+<<
+/S /GoTo
+/D [76 0 R /XYZ 85.0 284.76 null]
+>>
+endobj
+xref
+0 136
+0000000000 65535 f 
+0000041170 00000 n 
+0000041334 00000 n 
+0000041652 00000 n 
+0000000015 00000 n 
+0000000071 00000 n 
+0000000550 00000 n 
+0000000656 00000 n 
+0000000767 00000 n 
+0000000873 00000 n 
+0000001596 00000 n 
+0000001718 00000 n 
+0000001801 00000 n 
+0000041820 00000 n 
+0000001937 00000 n 
+0000041886 00000 n 
+0000002074 00000 n 
+0000041952 00000 n 
+0000002211 00000 n 
+0000042018 00000 n 
+0000002347 00000 n 
+0000042084 00000 n 
+0000002484 00000 n 
+0000042150 00000 n 
+0000002620 00000 n 
+0000042216 00000 n 
+0000002756 00000 n 
+0000042282 00000 n 
+0000002893 00000 n 
+0000042348 00000 n 
+0000003030 00000 n 
+0000003240 00000 n 
+0000003348 00000 n 
+0000004217 00000 n 
+0000004340 00000 n 
+0000004367 00000 n 
+0000004560 00000 n 
+0000004804 00000 n 
+0000004912 00000 n 
+0000007235 00000 n 
+0000007814 00000 n 
+0000007937 00000 n 
+0000008006 00000 n 
+0000008180 00000 n 
+0000008368 00000 n 
+0000008648 00000 n 
+0000008838 00000 n 
+0000009034 00000 n 
+0000009244 00000 n 
+0000009451 00000 n 
+0000009718 00000 n 
+0000009826 00000 n 
+0000013155 00000 n 
+0000013278 00000 n 
+0000013319 00000 n 
+0000013498 00000 n 
+0000013674 00000 n 
+0000013885 00000 n 
+0000016963 00000 n 
+0000017086 00000 n 
+0000017127 00000 n 
+0000017333 00000 n 
+0000017535 00000 n 
+0000017736 00000 n 
+0000020984 00000 n 
+0000021107 00000 n 
+0000021141 00000 n 
+0000021351 00000 n 
+0000021558 00000 n 
+0000024407 00000 n 
+0000024530 00000 n 
+0000024578 00000 n 
+0000024791 00000 n 
+0000025002 00000 n 
+0000025213 00000 n 
+0000025421 00000 n 
+0000027741 00000 n 
+0000027864 00000 n 
+0000027905 00000 n 
+0000028113 00000 n 
+0000028324 00000 n 
+0000028542 00000 n 
+0000031640 00000 n 
+0000031763 00000 n 
+0000031825 00000 n 
+0000032010 00000 n 
+0000032149 00000 n 
+0000032245 00000 n 
+0000032317 00000 n 
+0000032453 00000 n 
+0000032549 00000 n 
+0000032621 00000 n 
+0000032760 00000 n 
+0000032856 00000 n 
+0000032928 00000 n 
+0000042414 00000 n 
+0000033066 00000 n 
+0000042480 00000 n 
+0000033205 00000 n 
+0000035131 00000 n 
+0000035239 00000 n 
+0000035493 00000 n 
+0000042546 00000 n 
+0000042600 00000 n 
+0000035603 00000 n 
+0000042666 00000 n 
+0000035812 00000 n 
+0000036013 00000 n 
+0000036219 00000 n 
+0000036397 00000 n 
+0000036597 00000 n 
+0000036879 00000 n 
+0000037063 00000 n 
+0000037357 00000 n 
+0000037579 00000 n 
+0000042733 00000 n 
+0000038057 00000 n 
+0000042800 00000 n 
+0000038461 00000 n 
+0000042867 00000 n 
+0000038699 00000 n 
+0000042934 00000 n 
+0000038925 00000 n 
+0000043000 00000 n 
+0000039197 00000 n 
+0000043067 00000 n 
+0000039423 00000 n 
+0000039592 00000 n 
+0000039917 00000 n 
+0000040221 00000 n 
+0000040507 00000 n 
+0000040616 00000 n 
+0000040727 00000 n 
+0000040841 00000 n 
+0000040948 00000 n 
+0000041060 00000 n 
+trailer
+<<
+/Size 136
+/Root 2 0 R
+/Info 4 0 R
+>>
+startxref
+43133
+%%EOF