/*
 *
 * Copyright (C) 2009 EmbedOne.
 * Contact: EmbedOne Software Information (info@embedone.com)
 *
 * Commercial Usage
 * Licensees holding valid EmbedOne Commercial licenses may use this file
 * in accordance with the EmbedOne Commercial License Agreement provided
 * with the Software or, alternatively, in accordance with the terms
 * contained in a written agreement between you and EmbedOne.
 *
 * GNU General Public License Usage
 * Alternatively, this file may be used under the terms of the GNU
 * General Public License version 3.0 as published by the Free Software
 * Foundation and appearing in the file LICENSE.GPL included in the
 * packaging of this file.  Please review the following information to
 * ensure the GNU General Public License version 3.0 requirements will be
 * met: http://www.gnu.org/copyleft/gpl.html.
 *
 * If you are unsure which license is appropriate for your use, please
 * contact the EmbedOne sales department at sales@embedone.com.
 *
 */
var txtWrapMain = '<div id="header">'
			+	'<div id="logo">'
			+		'<img src="img/logo.png" alt="EmbedOne Management Interface"/>'
			+	"</div>"
			+	'<div id="info">'
					+'<p><strong>Connected to: </strong> <span id="iInfoDevice">  </span></p> '
					+'<p><strong>System Software Version: </strong> <span id="iInfoSystem"> </span></p> '
					+'<p><strong>EMID Version </strong> <span id="iInfoEMI"></span></p> '
			+	"</div>"
			+"</div>"
			+ '<div id="nav">'
			+	"<ul>"
			+ '<li><a id="iLiConf" href="#" title="Configuration"><span '  
   			+	"onmouseover='mNavMouseOver("+'"iLiConf"'+");' " 
   			+	"onmouseout='mNavMouseOut("+'"iLiConf"'+");' "  
   			+	"onclick='mNavMouseClick("+'"iLiConf"'+");' "  
   			+	">Configuration</span></a></li>" 
   			+ '<li><a id="iLiStat" href="#"  title="Statistics"><span ' 
   			+	"onmouseover='mNavMouseOver("+'"iLiStat"'+");' " 
   			+	"onmouseout='mNavMouseOut("+'"iLiStat"'+");' " 
   			+	"onclick='mNavMouseClick("+'"iLiStat"'+");' "
   			+	">Statistics</span></a></li> " 
/*   			+ '<li><a id="iLiSys" href="#"  title="System"><span ' 
   			+	"onmouseover='mNavMouseOver("+'"iLiSys"'+");' " 
   			+	"onmouseout='mNavMouseOut("+'"iLiSys"'+");' " 
   			+	"onclick='mNavMouseClick("+'"iLiSys"'+");' "
   			+	">System</span></a></li> "
   			+ '<li><a id="iLiUtil" href="#"  title="Utilities"><span ' 
   			+	"onmouseover='mNavMouseOver("+'"iLiUtil"'+");' " 
   			+	"onmouseout='mNavMouseOut("+'"iLiUtil"'+");' " 
   			+	"onclick='mNavMouseClick("+'"iLiUtil"'+");' "
   			+	">Utilities</span></a></li> "
   			+ '<li><a id="iLiHelp" href="#"  title="Help"><span ' 
   			+	"onmouseover='mNavMouseOver("+'"iLiHelp"'+");' " 
   			+	"onmouseout='mNavMouseOut("+'"iLiHelp"'+");' " 
   			+	"onclick='mNavMouseClick("+'"iLiHelp"'+");' "
   			+	">Help</span></a></li> "
*/
			+ '<li><a id="iLiBug" href="#" title="Bug Report"><span '  
   			+	"onmouseover='mNavMouseOver("+'"iLiBug"'+");' " 
   			+	"onmouseout='mNavMouseOut("+'"iLiBug"'+");' "  
   			+	"onclick='mNavMouseClick("+'"iLiBug"'+");' "  
   			+	">Bug Report</span></a></li>" 
			+	"</ul>"
			+ '<li><a id="iLiCustom" href="#"  title="Custom Request"><span ' 
   			+	"onmouseover='mNavMouseOver("+'"iLiCustom"'+");' " 
   			+	"onmouseout='mNavMouseOut("+'"iLiCustom"'+");' " 
   			+	"onclick='mNavMouseClick("+'"iLiCustom"'+");' "
   			+	">Custom Request</span></a></li> "
			+"</div>"
			+'<div id="container">'
			+	'<div id="top">'
			+		'<div id="title">'
			+		"</div>"
			+		'<div id="subnav">'
			+		"</div>"
			+	"</div>"
			+	'<div id="content">'
			+	"</div>"
			+	'<div id="actions">'
			+	"</div>"
			+"</div>"
			+'<div id="footer">'
			+"</div>"
			;
