////////////////////////////////////////////////////////////////
//  Javascript functions to be used in the Phoenix static pages.
////////////////////////////////////////////////////////////////

// swap to the on images when mouseover
function select(i) {
	   if (document.images) {
	      var itemname = "n" + i;
	      document.images[itemname].src = onImages[i].src;
	  }
	}

// swap to the off images when mouseout
function deselect(i) {
	   if (document.images) {
	      var itemname = "n" + i;
	      document.images[itemname].src = offImages[i].src;
	
	   }
	}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

////////////////////////////////////////////////////////////////
// Write the HTML for the Business banner.
////////////////////////////////////////////////////////////////
function writeBusinessBanner() {

var businessBannerHTML = '<table width="100%" cellspacing="0" cellpadding="0" border="0">';

businessBannerHTML  += '  <tr> ';
businessBannerHTML  += '<!--- Top banner and navigation starts here --->';
businessBannerHTML  += '	<td rowspan="2" width="10%"><img src="images/general/soc_seal.gif" width="125" height="95" alt="State Of Colorado" border="0"></td>';
businessBannerHTML  += '	<td width="90%">';
businessBannerHTML  += '		<!--- This holds the top banner which expands with the page ';
businessBannerHTML  += '				by aligning the content to the right in the second column and ';
businessBannerHTML  += '				giving the background a color of 333333 we can easily expand the ';
businessBannerHTML  += '				top banner. --->';
businessBannerHTML  += '		<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#333333">';
businessBannerHTML  += '		<tr>';
businessBannerHTML  += '          <td><img src="images/general/bc_logo1.gif" width="288" height="72" alt="Colorado Secretary of State Business Center" border="0"></td>';
businessBannerHTML  += '          <td align="right"><img src="images/home/topbanner.jpg" width="343" height="72" alt="Colorado Scenes" border="0"></td>';
businessBannerHTML  += '		</tr>';
businessBannerHTML  += '		</table>';
businessBannerHTML  += '	</td>';
businessBannerHTML  += '</tr>';
businessBannerHTML  += '<tr>';
businessBannerHTML  += '	<td background="images/nav/menutile.gif">';
businessBannerHTML  += '		<!--- This table holds the main navigation --->';
businessBannerHTML  += '		<table width="582" border="0" cellspacing="0" cellpadding="0">';
businessBannerHTML  += '		<tr>';
businessBannerHTML  += '          <td><a href="http://www.sos.state.co.us/pubs/elections/main.htm" onMouseOver="MM_swapImage(\'n0\',\'\',\'images/nav/n0s.gif\',1)" onMouseOut="MM_swapImgRestore()"><img src="images/nav/n0d.gif" alt="Elections Center" name="n0" width="99" height="23" border="0"></a></td>';
businessBannerHTML  += '          <td><a href="#"><img src="images/nav/n1d.gif" alt="Business Center" name="n1" width="104" height="23" border="0"></a></td>';
businessBannerHTML  += '          <td><a href="http://www.sos.state.co.us/pubs/info_center/main.htm" onMouseOver="MM_swapImage(\'n2\',\'\',\'images/nav/n2s.gif\',1)" onMouseOut="MM_swapImgRestore()"><img src="images/nav/n2d.gif" alt="Information Center" name="n2" width="118" height="23" border="0"></a></td>';
businessBannerHTML  += '          <td><a href="pubs/bingo_raffles/main.htm" onMouseOver="MM_swapImage(\'n3\',\'\',\'images/nav/n6s.gif\',1)" onMouseOut="MM_swapImgRestore()"><img src="images/nav/n6d.gif" alt="Licensing Center" name="n3" width="109" height="23" border="0"></a></td>';
businessBannerHTML  += '          <td><a href="http://www.sos.state.co.us" onMouseOver="MM_swapImage(\'n4\',\'\',\'images/nav/n4s.gif\',1)" onMouseOut="MM_swapImgRestore()"><img src="images/nav/n4d.gif" alt="Secretary of State Home" name="n4" width="157" height="23" border="0"></a></td>';
businessBannerHTML  += '		</tr>';
businessBannerHTML  += '		</table>';
businessBannerHTML  += '	</td>';
businessBannerHTML  += '</tr>';
businessBannerHTML  += '</table>';

document.write(businessBannerHTML);

}

////////////////////////////////////////////////////////////////
// Write the HTML for the Elections banner.
////////////////////////////////////////////////////////////////
function writeElectionsBanner() {

var electionsBannerHTML = '<table width="100%" cellspacing="0" cellpadding="0" border="0">';

electionsBannerHTML  += '  <tr> ';
electionsBannerHTML  += '<!--- Top banner and navigation starts here --->';
electionsBannerHTML  += '	<td rowspan="2" width="10%"><img src="images/general/soc_seal.gif" width="125" height="95" alt="State Of Colorado" border="0"></td>';
electionsBannerHTML  += '	<td width="90%">';
electionsBannerHTML  += '		<!--- This holds the top banner which expands with the page ';
electionsBannerHTML  += '				by aligning the content to the right in the second column and ';
electionsBannerHTML  += '				giving the background a color of 333333 we can easily expand the ';
electionsBannerHTML  += '				top banner. --->';
electionsBannerHTML  += '		<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#333333">';
electionsBannerHTML  += '		<tr>';
electionsBannerHTML  += '          <td><img src="images/general/ec_logo1.gif" width="310" height="72" alt="Colorado Secretary of State Elections Center" border="0"></td>';
electionsBannerHTML  += '          <td align="right"><img src="images/home/topbanner.jpg" width="343" height="72" alt="Colorado Scenes" border="0"></td>';
electionsBannerHTML  += '		</tr>';
electionsBannerHTML  += '		</table>';
electionsBannerHTML  += '	</td>';
electionsBannerHTML  += '</tr>';
electionsBannerHTML  += '<tr>';
electionsBannerHTML  += '	<td background="images/nav/menutile.gif">';
electionsBannerHTML  += '		<!--- This table holds the main navigation --->';
electionsBannerHTML  += '		<table width="582" border="0" cellspacing="0" cellpadding="0">';
electionsBannerHTML  += '		<tr>';
electionsBannerHTML  += '          <td><a href="#"><img src="images/nav/n8o.gif" alt="Elections Center" name="n0" width="99" height="23" border="0"></a></td>';
electionsBannerHTML  += '          <td><a href="http://www.sos.state.co.us/pubs/business/main.htm" onMouseOver="MM_swapImage(\'n1\',\'\',\'images/nav/n7s.gif\',1)" onMouseOut="MM_swapImgRestore()"><img src="images/nav/n7d.gif" alt="Business Center" name="n1" width="104" height="23" border="0"></a></td>';
electionsBannerHTML  += '          <td><a href="http://www.sos.state.co.us/pubs/info_center/main.htm" onMouseOver="MM_swapImage(\'n2\',\'\',\'images/nav/n2s.gif\',1)" onMouseOut="MM_swapImgRestore()"><img src="images/nav/n2d.gif" alt="Information Center" name="n2" width="118" height="23" border="0"></a></td>';
electionsBannerHTML  += '          <td><a href="http://www.sos.state.co.us/pubs/bingo_raffles/main.htm" onMouseOver="MM_swapImage(\'n3\',\'\',\'images/nav/n6s.gif\',1)" onMouseOut="MM_swapImgRestore()"><img src="images/nav/n6d.gif" alt="Licensing Center" name="n3" width="109" height="23" border="0"></a></td>';
electionsBannerHTML  += '          <td><a href="http://www.sos.state.co.us" onMouseOver="MM_swapImage(\'n4\',\'\',\'images/nav/n4s.gif\',1)" onMouseOut="MM_swapImgRestore()"><img src="images/nav/n4d.gif" alt="Secretary of State Home" name="n4" width="157" height="23" border="0"></a></td>';
electionsBannerHTML  += '		</tr>';
electionsBannerHTML  += '		</table>';
electionsBannerHTML  += '	</td>';
electionsBannerHTML  += '</tr>';
electionsBannerHTML  += '</table>';

document.write(electionsBannerHTML);

} 


////////////////////////////////////////////////////////////////
// Write the HTML for the Information Center banner.
////////////////////////////////////////////////////////////////
function writeInfoCenterBanner() {

var infoCenterBannerHTML = '<table width="100%" cellspacing="0" cellpadding="0" border="0">';

infoCenterBannerHTML  += '  <tr> ';
infoCenterBannerHTML  += '<!--- Top banner and navigation starts here --->';
infoCenterBannerHTML  += '	<td rowspan="2" width="10%"><img src="images/general/soc_seal.gif" width="125" height="95" alt="State Of Colorado" border="0"></td>';
infoCenterBannerHTML  += '	<td width="90%">';
infoCenterBannerHTML  += '		<!--- This holds the top banner which expands with the page ';
infoCenterBannerHTML  += '				by aligning the content to the right in the second column and ';
infoCenterBannerHTML  += '				giving the background a color of 333333 we can easily expand the ';
infoCenterBannerHTML  += '				top banner. --->';
infoCenterBannerHTML  += '		<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#333333">';
infoCenterBannerHTML  += '		<tr>';
infoCenterBannerHTML  += '          <td><img src="images/general/ic_logo1.gif" width="373" height="72" alt="Colorado Secretary of State Information Center" border="0"></td>';
infoCenterBannerHTML  += '          <td align="right"><img src="images/home/topbanner.jpg" width="343" height="72" alt="Colorado Scenes" border="0"></td>';
infoCenterBannerHTML  += '		</tr>';
infoCenterBannerHTML  += '		</table>';
infoCenterBannerHTML  += '	</td>';
infoCenterBannerHTML  += '</tr>';
infoCenterBannerHTML  += '<tr>';
infoCenterBannerHTML  += '	<td background="images/nav/menutile.gif">';
infoCenterBannerHTML  += '		<!--- This table holds the main navigation --->';
infoCenterBannerHTML  += '		<table width="582" border="0" cellspacing="0" cellpadding="0">';
infoCenterBannerHTML  += '		<tr>';
infoCenterBannerHTML  += '          <td><a href="http://www.sos.state.co.us/pubs/elections/main.htm" onMouseOver="MM_swapImage(\'n0\',\'\',\'images/nav/n0s.gif\',1)" onMouseOut="MM_swapImgRestore()"><img src="images/nav/n0d.gif" alt="Elections Center" name="n0" width="99" height="23" border="0"></a></td>';
infoCenterBannerHTML  += '          <td><a href="http://www.sos.state.co.us/pubs/business/main.htm" onMouseOver="MM_swapImage(\'n1\',\'\',\'images/nav/n7s.gif\',1)" onMouseOut="MM_swapImgRestore()"><img src="images/nav/n7d.gif" alt="Business Center" name="n1" width="104" height="23" border="0"></a></td>';
infoCenterBannerHTML  += '          <td><a href="#"><img src="images/nav/n9o.gif" alt="Information Center" name="n2" width="118" height="23" border="0"></a></td>';
infoCenterBannerHTML  += '          <td><a href="http://www.sos.state.co.us/pubs/bingo_raffles/main.htm" onMouseOver="MM_swapImage(\'n3\',\'\',\'images/nav/n6s.gif\',1)" onMouseOut="MM_swapImgRestore()"><img src="images/nav/n6d.gif" alt="Licensing Center" name="n3" width="109" height="23" border="0"></a></td>';
infoCenterBannerHTML  += '          <td><a href="http://www.sos.state.co.us" onMouseOver="MM_swapImage(\'n4\',\'\',\'images/nav/n4s.gif\',1)" onMouseOut="MM_swapImgRestore()"><img src="images/nav/n4d.gif" alt="Secretary of State Home" name="n4" width="157" height="23" border="0"></a></td>';
infoCenterBannerHTML  += '		</tr>';
infoCenterBannerHTML  += '		</table>';
infoCenterBannerHTML  += '	</td>';
infoCenterBannerHTML  += '</tr>';
infoCenterBannerHTML  += '</table>';

document.write(infoCenterBannerHTML);

}

////////////////////////////////////////////////////////////////
// Write the HTML for the Licensing banner.
////////////////////////////////////////////////////////////////
function writeLicensingBanner() {

var licensingBannerHTML = '<table width="100%" cellspacing="0" cellpadding="0" border="0">';

licensingBannerHTML  += '  <tr> ';
licensingBannerHTML  += '<!--- Top banner and navigation starts here --->';
licensingBannerHTML  += '	<td rowspan="2" width="10%"><img src="images/general/soc_seal.gif" width="125" height="95" alt="State Of Colorado" border="0"></td>';
licensingBannerHTML  += '	<td width="90%">';
licensingBannerHTML  += '		<!--- This holds the top banner which expands with the page ';
licensingBannerHTML  += '				by aligning the content to the right in the second column and ';
licensingBannerHTML  += '				giving the background a color of 333333 we can easily expand the ';
licensingBannerHTML  += '				top banner. --->';
licensingBannerHTML  += '		<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#333333">';
licensingBannerHTML  += '		<tr>';
licensingBannerHTML  += '          <td><img src="images/general/lc_logo1.gif" width="324" height="72" alt="Colorado Secretary of State Licensing Center" border="0"></td>';
licensingBannerHTML  += '          <td align="right"><img src="images/home/topbanner.jpg" width="343" height="72" alt="Colorado Scenes" border="0"></td>';
licensingBannerHTML  += '		</tr>';
licensingBannerHTML  += '		</table>';
licensingBannerHTML  += '	</td>';
licensingBannerHTML  += '</tr>';
licensingBannerHTML  += '<tr>';
licensingBannerHTML  += '	<td background="images/nav/menutile.gif">';
licensingBannerHTML  += '		<!--- This table holds the main navigation --->';
licensingBannerHTML  += '		<table width="582" border="0" cellspacing="0" cellpadding="0">';
licensingBannerHTML  += '		<tr>';
licensingBannerHTML  += '          <td><a href="http://www.sos.state.co.us/pubs/elections/main.htm" onMouseOver="MM_swapImage(\'n0\',\'\',\'images/nav/n0s.gif\',1)" onMouseOut="MM_swapImgRestore()"><img src="images/nav/n0d.gif" alt="Elections Center" name="n0" width="99" height="23" border="0"></a></td>';
licensingBannerHTML  += '          <td><a href="http://www.sos.state.co.us/pubs/business/main.htm" onMouseOver="MM_swapImage(\'n1\',\'\',\'images/nav/n7s.gif\',1)" onMouseOut="MM_swapImgRestore()"><img src="images/nav/n7d.gif" alt="Business Center" name="n1" width="104" height="23" border="0"></a></td>';
licensingBannerHTML  += '          <td><a href="http://www.sos.state.co.us/pubs/info_center/main.htm" onMouseOver="MM_swapImage(\'n2\',\'\',\'images/nav/n2s.gif\',1)" onMouseOut="MM_swapImgRestore()"><img src="images/nav/n2d.gif" alt="Information Center" name="n2" width="118" height="23" border="0"></a></td>';
licensingBannerHTML  += '          <td><a href="#"><img src="images/nav/n6o.gif" alt="Licensing Center" name="n3" width="109" height="23" border="0"></a></td>';
licensingBannerHTML  += '          <td><a href="http://www.sos.state.co.us" onMouseOver="MM_swapImage(\'n4\',\'\',\'images/nav/n4s.gif\',1)" onMouseOut="MM_swapImgRestore()"><img src="images/nav/n4d.gif" alt="Secretary of State Home" name="n4" width="157" height="23" border="0"></a></td>';
licensingBannerHTML  += '		</tr>';
licensingBannerHTML  += '		</table>';
licensingBannerHTML  += '	</td>';
licensingBannerHTML  += '</tr>';
licensingBannerHTML  += '</table>';

document.write(licensingBannerHTML);

}


////////////////////////////////////////////////////////////////
// Write the HTML for the Business footer
////////////////////////////////////////////////////////////////
function writeBusinessFooter() {

var footerHTML = '<table width="100%" cellspacing="0" cellpadding="0" border="0">';

footerHTML += '  <tr> ';
footerHTML += '    <td colspan="2" align="center"> <table width="100%" border="0" cellspacing="0" cellpadding="0">';
footerHTML += '        <tr> ';
footerHTML += '          <!--- Contact Info --->';
footerHTML += '          <td align="center" class="footer">';
footerHTML += '          Business Center: 303 894 2200 • Fax: 303 869 4864 • Forms fax back: 303 860 6975 • e-mail: ';
footerHTML += '          	  <a href="mailto:sos.business@sos.state.co.us">sos.business@sos.state.co.us</a>&nbsp;&nbsp;&nbsp;';
footerHTML += '              <a href="http://bobby.watchfire.com/bobby/html/en/about.jsp"><img src="images/general/bobby.gif" width="56" height="19" alt="Bobby" border="0"></a>';
footerHTML += '          </td>';
footerHTML += '        </tr>';
footerHTML += '        <tr> ';
footerHTML += '          <td><img src="images/general/clrdot.gif" width="1" height="5" alt="" border="0"></td>';
footerHTML += '        </tr>';
footerHTML += '        <tr> ';
footerHTML += '          <td align="center" bgcolor="#01417C"> ';
footerHTML += '            <!--- Bottom menu section, Clrdot is used to set the height of the table cell. --->';
footerHTML += '            <table width="100%" border="0" cellspacing="0" cellpadding="0">';
footerHTML += '              <tr> ';
footerHTML += '                <td width="1%"><img src="images/general/clrdot.gif" width="1" height="20" alt="" border="0"></td>';
footerHTML += '                <td width="99%" class="bottom_links" align="center" valign="middle" nowrap>';
footerHTML += '                	<a href="http://www.sos.state.co.us/pubs/search/main.htm" class="wt">Search</a> &nbsp;|&nbsp; ';
footerHTML += '                  	<a href="http://www.sos.state.co.us/pubs/info_center/ada.htm" class="wt">Accessibility</a> &nbsp;|&nbsp; ';
footerHTML += '                  	<a href="http://www.sos.state.co.us/pubs/info_center/contact.html" class="wt">Contact us</a> &nbsp;|&nbsp; ';
footerHTML += '                  	<a href="http://www.sos.state.co.us/pubs/privacy/privacy_state.htm" class="wt">Privacy statement</a> &nbsp;|&nbsp;';
footerHTML += '                  	<a href="http://www.sos.state.co.us/pubs/info_center/terms_of_use.htm" class="wt">Terms of use</a>';
footerHTML += '                </td>';
footerHTML += '              </tr>';
footerHTML += '            </table></td>';
footerHTML += '        </tr>';
footerHTML += '      </table></td>';
footerHTML += '  </tr>';
footerHTML += '</table>';

document.write(footerHTML);

}


////////////////////////////////////////////////////////////////
// Write the HTML for the Elections footer
////////////////////////////////////////////////////////////////
function writeElectionsFooter() {

var footerHTML = '<table width="100%" cellspacing="0" cellpadding="0" border="0">';

footerHTML += '  <tr> ';
footerHTML += '    <td colspan="2" align="center"> <table width="100%" border="0" cellspacing="0" cellpadding="0">';
footerHTML += '        <tr> ';
footerHTML += '          <!--- Contact Info --->';
footerHTML += '          <td align="center" class="footer">';
footerHTML += '          Elections Center: 303 894 2200 • Fax: 303 869 4861 • e-mail: ';
footerHTML += '          	  <a href="mailto:sos.elections@sos.state.co.us">sos.elections@sos.state.co.us</a>&nbsp;&nbsp;&nbsp;';
footerHTML += '              <a href="http://bobby.watchfire.com/bobby/html/en/about.jsp"><img src="images/general/bobby.gif" width="56" height="19" alt="Bobby" border="0"></a>';
footerHTML += '          </td>';
footerHTML += '        </tr>';
footerHTML += '        <tr> ';
footerHTML += '          <td><img src="images/general/clrdot.gif" width="1" height="5" alt="" border="0"></td>';
footerHTML += '        </tr>';
footerHTML += '        <tr> ';
footerHTML += '          <td align="center" bgcolor="#01417C"> ';
footerHTML += '            <!--- Bottom menu section, Clrdot is used to set the height of the table cell. --->';
footerHTML += '            <table width="100%" border="0" cellspacing="0" cellpadding="0">';
footerHTML += '              <tr> ';
footerHTML += '                <td width="1%"><img src="images/general/clrdot.gif" width="1" height="20" alt="" border="0"></td>';
footerHTML += '                <td width="99%" class="bottom_links" align="center" valign="middle" nowrap>';
footerHTML += '                	<a href="http://www.sos.state.co.us/pubs/search/main.htm" class="wt">Search</a> &nbsp;|&nbsp; ';
footerHTML += '                  	<a href="http://www.sos.state.co.us/pubs/info_center/ada.htm" class="wt">Accessibility</a> &nbsp;|&nbsp; ';
footerHTML += '                  	<a href="http://www.sos.state.co.us/pubs/info_center/contact.html" class="wt">Contact us</a> &nbsp;|&nbsp; ';
footerHTML += '                  	<a href="http://www.sos.state.co.us/pubs/privacy/privacy_state.htm" class="wt">Privacy statement</a> &nbsp;|&nbsp;';
footerHTML += '                  	<a href="http://www.sos.state.co.us/pubs/info_center/terms_of_use.htm" class="wt">Terms of use</a>';
footerHTML += '                </td>';
footerHTML += '              </tr>';
footerHTML += '            </table></td>';
footerHTML += '        </tr>';
footerHTML += '      </table></td>';
footerHTML += '  </tr>';
footerHTML += '</table>';

document.write(footerHTML);

}

////////////////////////////////////////////////////////////////
// Write the HTML for the Information Center footer
////////////////////////////////////////////////////////////////
function writeInfoCenterFooter() {

var footerHTML = '<table width="100%" cellspacing="0" cellpadding="0" border="0">';

footerHTML += '  <tr> ';
footerHTML += '    <td colspan="2" align="center"> <table width="100%" border="0" cellspacing="0" cellpadding="0">';
footerHTML += '        <tr> ';
footerHTML += '          <!--- Contact Info --->';
footerHTML += '          <td align="center" class="footer">';
footerHTML += '          Information Center: 303 894 2200 • Fax: 303 869 4860 • e-mail: ';
footerHTML += '          	  <a href="mailto:sos.admin1@sos.state.co.us">sos.admin1@sos.state.co.us</a>&nbsp;&nbsp;&nbsp;';
footerHTML += '              <a href="http://bobby.watchfire.com/bobby/html/en/about.jsp"><img src="images/general/bobby.gif" width="56" height="19" alt="Bobby" border="0"></a>';
footerHTML += '          </td>';
footerHTML += '        </tr>';
footerHTML += '        <tr> ';
footerHTML += '          <td><img src="images/general/clrdot.gif" width="1" height="5" alt="" border="0"></td>';
footerHTML += '        </tr>';
footerHTML += '        <tr> ';
footerHTML += '          <td align="center" bgcolor="#01417C"> ';
footerHTML += '            <!--- Bottom menu section, Clrdot is used to set the height of the table cell. --->';
footerHTML += '            <table width="100%" border="0" cellspacing="0" cellpadding="0">';
footerHTML += '              <tr> ';
footerHTML += '                <td width="1%"><img src="images/general/clrdot.gif" width="1" height="20" alt="" border="0"></td>';
footerHTML += '                <td width="99%" class="bottom_links" align="center" valign="middle" nowrap>';
footerHTML += '                	<a href="http://www.sos.state.co.us/pubs/search/main.htm" class="wt">Search</a> &nbsp;|&nbsp; ';
footerHTML += '                  	<a href="http://www.sos.state.co.us/pubs/info_center/ada.htm" class="wt">Accessibility</a> &nbsp;|&nbsp; ';
footerHTML += '                  	<a href="http://www.sos.state.co.us/pubs/info_center/contact.html" class="wt">Contact us</a> &nbsp;|&nbsp; ';
footerHTML += '                  	<a href="http://www.sos.state.co.us/pubs/privacy/privacy_state.htm" class="wt">Privacy statement</a> &nbsp;|&nbsp;';
footerHTML += '                  	<a href="http://www.sos.state.co.us/pubs/info_center/terms_of_use.htm" class="wt">Terms of use</a>';
footerHTML += '                </td>';
footerHTML += '              </tr>';
footerHTML += '            </table></td>';
footerHTML += '        </tr>';
footerHTML += '      </table></td>';
footerHTML += '  </tr>';
footerHTML += '</table>';

document.write(footerHTML);

}

////////////////////////////////////////////////////////////////
// Write the HTML for the Licensing footer
////////////////////////////////////////////////////////////////
function writeLicensingFooter() {

var footerHTML = '<table width="100%" cellspacing="0" cellpadding="0" border="0">';

footerHTML += '  <tr> ';
footerHTML += '    <td colspan="2" align="center"> <table width="100%" border="0" cellspacing="0" cellpadding="0">';
footerHTML += '        <tr> ';
footerHTML += '          <!--- Contact Info --->';
footerHTML += '          <td align="center" class="footer">';
footerHTML += '          Licensing Center: 303 894 2200 • Fax: 303 869 4871 • e-mail: ';
footerHTML += '          	  <a href="mailto:sos.licensing@sos.state.co.us">sos.licensing@sos.state.co.us</a>&nbsp;&nbsp;&nbsp;';
footerHTML += '              <a href="http://bobby.watchfire.com/bobby/html/en/about.jsp"><img src="images/general/bobby.gif" width="56" height="19" alt="Bobby" border="0"></a>';
footerHTML += '          </td>';
footerHTML += '        </tr>';
footerHTML += '        <tr> ';
footerHTML += '          <td><img src="images/general/clrdot.gif" width="1" height="5" alt="" border="0"></td>';
footerHTML += '        </tr>';
footerHTML += '        <tr> ';
footerHTML += '          <td align="center" bgcolor="#01417C"> ';
footerHTML += '            <!--- Bottom menu section, Clrdot is used to set the height of the table cell. --->';
footerHTML += '            <table width="100%" border="0" cellspacing="0" cellpadding="0">';
footerHTML += '              <tr> ';
footerHTML += '                <td width="1%"><img src="images/general/clrdot.gif" width="1" height="20" alt="" border="0"></td>';
footerHTML += '                <td width="99%" class="bottom_links" align="center" valign="middle" nowrap>';
footerHTML += '                	<a href="http://www.sos.state.co.us/pubs/search/main.htm" class="wt">Search</a> &nbsp;|&nbsp; ';
footerHTML += '                  	<a href="http://www.sos.state.co.us/pubs/info_center/ada.htm" class="wt">Accessibility</a> &nbsp;|&nbsp; ';
footerHTML += '                  	<a href="http://www.sos.state.co.us/pubs/info_center/contact.html" class="wt">Contact us</a> &nbsp;|&nbsp; ';
footerHTML += '                  	<a href="http://www.sos.state.co.us/pubs/privacy/privacy_state.htm" class="wt">Privacy statement</a> &nbsp;|&nbsp;';
footerHTML += '                  	<a href="http://www.sos.state.co.us/pubs/info_center/terms_of_use.htm" class="wt">Terms of use</a>';
footerHTML += '                </td>';
footerHTML += '              </tr>';
footerHTML += '            </table></td>';
footerHTML += '        </tr>';
footerHTML += '      </table></td>';
footerHTML += '  </tr>';
footerHTML += '</table>';

document.write(footerHTML);

}


////////////////////////////////////////////////////////////////
// Write the HTML for the left nav bar 1 
////////////////////////////////////////////////////////////////
function writeBusinessNav1(includeUccGroup,includeHelpIndic,path,includePrepayAcct) {

var businessNav1HTML = '<table width="117" border="0" align="right" cellpadding="0" cellspacing="0">';

businessNav1HTML += '        <tr>'; 
businessNav1HTML += '          <td><br></td>';
businessNav1HTML += '        </tr>';
businessNav1HTML += '        <tr>'; 
businessNav1HTML += '          <td><br></td>';
businessNav1HTML += '        </tr>';
businessNav1HTML += '        <tr>'; 
businessNav1HTML += '          <td colspan=2 bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="116" height="1" alt="" border="0"></td>';
businessNav1HTML += '        </tr>';
businessNav1HTML += '        <tr>'; 
businessNav1HTML += '          <td width="2" bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="1" height="16" alt="" border="0"></td>';			
businessNav1HTML += '          <td width="114">&nbsp;<a href="main.htm" class="leftNav">Business Home</a>'; 
businessNav1HTML += '          </td>';
businessNav1HTML += '        </tr>';
businessNav1HTML += '        <tr>'; 
businessNav1HTML += '          <td colspan=2 bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="116" height="1" alt="" border="0"></td>';
businessNav1HTML += '        </tr>';
businessNav1HTML += '        <tr>'; 
businessNav1HTML += '          <td width="2" bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="1" height="16" alt="" border="0"></td>';
businessNav1HTML += '          <td width="114">&nbsp;<a href="http://www.sos.state.co.us/biz/BusinessFunctions.do;jsessionid=0000wnfUlEtlqK4KnPZaGK0BLyQ:-1" class="leftNav">Business Information</a>';
businessNav1HTML += '             </td>';
businessNav1HTML += '        </tr>';
businessNav1HTML += '        <tr>'; 
businessNav1HTML += '          <td colspan=2 bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="116" height="1" alt="" border="0"></td>';
businessNav1HTML += '        </tr>';
businessNav1HTML += '        <tr>'; 
businessNav1HTML += '          <td width="2" bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="1" height="16" alt="" border="0"></td>';
businessNav1HTML += '          <td width="114">&nbsp;<a href="http://www.sos.state.co.us/biz/InquiryMenu.do" class="leftNav">Business Search</a>';
businessNav1HTML += '             </td>';
businessNav1HTML += '        </tr>';
businessNav1HTML += '        <tr>'; 
businessNav1HTML += '          <td colspan=2 bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="116" height="1" alt="" border="0"></td>';
businessNav1HTML += '        </tr>';


//If includeUccGroup is "Y", then write the HTML for the "UCC/EFS/Liens" group of links.

if (includeUccGroup =="Y")  {
businessNav1HTML += '        <tr>'; 
businessNav1HTML += '          <td><br></td>';
businessNav1HTML += '        </tr>';
businessNav1HTML += '        <tr>'; 
businessNav1HTML += '          <td colspan=2 bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="116" height="1" alt="" border="0"></td>';
businessNav1HTML += '        </tr>';
businessNav1HTML += '        <tr>'; 
businessNav1HTML += '          <td width="2" bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="1" height="16" alt="" border="0"></td>';
businessNav1HTML += '		  <td width="114">&nbsp;<a href="ucc_30_save.htm" class="leftNav">UCC/EFS/Liens E-file</a>';
businessNav1HTML += '             </td>';
businessNav1HTML += '        </tr>';
businessNav1HTML += '        <tr>'; 
businessNav1HTML += '          <td colspan=2 bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="116" height="1" alt="" border="0"></td>';
businessNav1HTML += '        </tr>';
businessNav1HTML += '        <tr>'; 
businessNav1HTML += '          <td width="2" bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="1" height="16" alt="" border="0"></td>';
businessNav1HTML += '          <td width="114">&nbsp;<a href="ucc_forms.htm" class="leftNav">UCC/EFS/Liens Forms</a>';
businessNav1HTML += '             </td>';
businessNav1HTML += '        </tr>';
businessNav1HTML += '        <tr>'; 
businessNav1HTML += '          <td colspan=2 bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="116" height="1" alt="" border="0"></td>';
businessNav1HTML += '        </tr>';
businessNav1HTML += '        <tr>'; 
businessNav1HTML += '          <td width="2" bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="1" height="16" alt="" border="0"></td>';
businessNav1HTML += '		  <td width="114">&nbsp;<a href="search_records.htm" class="leftNav">UCC/EFS/Liens Search</a>';
businessNav1HTML += '             </td>';
businessNav1HTML += '        </tr>';
businessNav1HTML += '        <tr>'; 
businessNav1HTML += '          <td colspan=2 bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="116" height="1" alt="" border="0"></td>';
businessNav1HTML += '        </tr>';
}

//If includePrepayAcct is "Y", then write the HTML for the "Create/Manage Pre-paid Account" link.

if (includePrepayAcct =="Y")  {

businessNav1HTML += '        <tr>'; 
businessNav1HTML += '          <td width="2" bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="1" height="16" alt="" border="0"></td>';
businessNav1HTML += '          <td width="114">&nbsp;<a href="ppa.htm" class="leftNav">Create / Manage a &nbsp;&nbsp;pre-paid Account</a>';
businessNav1HTML += '             </td>';
businessNav1HTML += '        </tr>';
businessNav1HTML += '        <tr>'; 
businessNav1HTML += '          <td colspan=2 bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="116" height="1" alt="" border="0"></td>';
businessNav1HTML += '        </tr>';
}

businessNav1HTML += '        <tr>'; 
businessNav1HTML += '          <td><br></td>';
businessNav1HTML += '        </tr>';
businessNav1HTML += '        <tr>';
businessNav1HTML += '          <td colspan=2 bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="116" height="1" alt="" border="0"></td>';
businessNav1HTML += '        </tr>';
businessNav1HTML += '        <tr>'; 
businessNav1HTML += '          <td width="2" bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="1" height="16" alt="" border="0"></td>';
businessNav1HTML += '          <td width="114">&nbsp;<a href="faq_main.htm" class="leftNav">FAQ </a>'; 
businessNav1HTML += '          </td>';
businessNav1HTML += '        </tr>';
businessNav1HTML += '        <tr>'; 
businessNav1HTML += '          <td colspan=2 bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="116" height="1" alt="" border="0"></td>';
businessNav1HTML += '        </tr>';
businessNav1HTML += '        <tr>'; 
businessNav1HTML += '          <td width="2" bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="1" height="16" alt="" border="0"></td>';
businessNav1HTML += '          <td width="114">&nbsp;<a href="glossary.htm" class="leftNav">Glossary </a> ';
businessNav1HTML += '            </td>';
businessNav1HTML += '        </tr>';
businessNav1HTML += '        <tr>'; 
businessNav1HTML += '          <td colspan=2 bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="116" height="1" alt="" border="0"></td>';
businessNav1HTML += '        </tr>';

//If includeHelpIndic is "Y", then write the HTML for the "Help on this Page" link.

if (includeHelpIndic =="Y")  {
businessNav1HTML += '        <tr>'; 
businessNav1HTML += '          <td width="2" bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="1" height="16" alt="" border="0"></td>';
businessNav1HTML += '          <td width="114">&nbsp;<a href="'+path+'" class="leftNav" target="blank">Help on this Page</a> ';
businessNav1HTML += '            </td>';
businessNav1HTML += '        </tr>';
businessNav1HTML += '        <tr>'; 
businessNav1HTML += '          <td colspan=2 bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="116" height="1" alt="" border="0"></td>';
businessNav1HTML += '        </tr>';
}

businessNav1HTML += '        <tr>'; 
businessNav1HTML += '          <td><br></td>';
businessNav1HTML += '        </tr>';
businessNav1HTML += '        <tr> ';
businessNav1HTML += '          <td><br></td>';
businessNav1HTML += '        </tr>';
businessNav1HTML += '      </table>';

document.write(businessNav1HTML);

}


////////////////////////////////////////////////////////////////
// Write the HTML for the Elections Left Nav Bar 
////////////////////////////////////////////////////////////////
function writeElectionsNav() {

var electionsNavHTML = '<table width="117" border="0" align="right" cellpadding="0" cellspacing="0">';

electionsNavHTML += '        <tr>'; 
electionsNavHTML += '          <td><br></td>';
electionsNavHTML += '        </tr>';
electionsNavHTML += '        <tr>'; 
electionsNavHTML += '          <td><br></td>';
electionsNavHTML += '        </tr>';
electionsNavHTML += '        <tr>'; 
electionsNavHTML += '          <td colspan=2 bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="116" height="1" alt="" border="0"></td>';
electionsNavHTML += '        </tr>';
electionsNavHTML += '        <tr>'; 
electionsNavHTML += '          <td width="2" bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="1" height="16" alt="" border="0"></td>';			
electionsNavHTML += '          <td width="114">&nbsp;<a href="http://www.sos.state.co.us/pubs/elections/main.htm" class="leftNav">Elections Home</a>'; 
electionsNavHTML += '          </td>';
electionsNavHTML += '        </tr>';
electionsNavHTML += '        <tr>'; 
electionsNavHTML += '          <td colspan=2 bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="116" height="1" alt="" border="0"></td>';
electionsNavHTML += '        </tr>';
electionsNavHTML += '        <tr>'; 
electionsNavHTML += '          <td><br></td>';
electionsNavHTML += '        </tr>';
electionsNavHTML += '        <tr>'; 
electionsNavHTML += '          <td colspan=2 bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="116" height="1" alt="" border="0"></td>';
electionsNavHTML += '        </tr>';
electionsNavHTML += '        <tr>'; 
electionsNavHTML += '          <td width="2" bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="1" height="16" alt="" border="0"></td>';			
electionsNavHTML += '          <td width="114">&nbsp;<a href="http://www.sos.state.co.us/cpf" class="leftNav">Campaign Finance &nbsp;&nbsp;Filing and Inquiry</a>'; 
electionsNavHTML += '          </td>';
electionsNavHTML += '        </tr>';
electionsNavHTML += '        <tr>'; 
electionsNavHTML += '          <td colspan=2 bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="116" height="1" alt="" border="0"></td>';
electionsNavHTML += '        </tr>';
electionsNavHTML += '        <tr>'; 
electionsNavHTML += '          <td width="2" bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="1" height="16" alt="" border="0"></td>';
electionsNavHTML += '          <td width="114">&nbsp;<a href="http://www.sos.state.co.us/cgi-forte/lobbycgi?serviceName=lobbyprodaccess&templateName=/sessauto/inquiryHome_outer_form.forte&hasr=T&hast=T" class="leftNav">Online Lobbyist &nbsp;&nbsp;System</a>';
electionsNavHTML += '             </td>';
electionsNavHTML += '        </tr>';
electionsNavHTML += '        <tr>'; 
electionsNavHTML += '          <td colspan=2 bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="116" height="1" alt="" border="0"></td>';
electionsNavHTML += '        </tr>';
electionsNavHTML += '        <tr>'; 
electionsNavHTML += '          <td><br></td>';
electionsNavHTML += '        </tr>';
electionsNavHTML += '        <tr>'; 
electionsNavHTML += '          <td colspan=2 bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="116" height="1" alt="" border="0"></td>';
electionsNavHTML += '        </tr>';
electionsNavHTML += '        <tr>'; 
electionsNavHTML += '          <td width="2" bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="1" height="16" alt="" border="0"></td>';			
electionsNavHTML += '          <td width="114">&nbsp;<a href="http://www.sos.state.co.us/pubs/elections/ViewManualFilings.html" class="leftNav">Elections Documents</a>'; 
electionsNavHTML += '          </td>';
electionsNavHTML += '        </tr>';
electionsNavHTML += '        <tr>'; 
electionsNavHTML += '          <td colspan=2 bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="116" height="1" alt="" border="0"></td>';
electionsNavHTML += '        </tr>';
electionsNavHTML += '        <tr>'; 
electionsNavHTML += '          <td><br></td>';
electionsNavHTML += '        </tr>';
electionsNavHTML += '        <tr>'; 
electionsNavHTML += '          <td colspan=2 bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="116" height="1" alt="" border="0"></td>';
electionsNavHTML += '        </tr>';
electionsNavHTML += '        <tr>'; 
electionsNavHTML += '          <td width="2" bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="1" height="16" alt="" border="0"></td>';			
electionsNavHTML += '          <td width="114">&nbsp;<a href="http://www.sos.state.co.us/pubs/search/main.htm" class="leftNav">Search Site</a>'; 
electionsNavHTML += '          </td>';
electionsNavHTML += '        </tr>';
electionsNavHTML += '        <tr>'; 
electionsNavHTML += '          <td colspan=2 bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="116" height="1" alt="" border="0"></td>';
electionsNavHTML += '        </tr>';
electionsNavHTML += '      </table>';

document.write(electionsNavHTML);

}

////////////////////////////////////////////////////////////////
// Write the HTML for the Information Center Left Nav Bar 
////////////////////////////////////////////////////////////////
function writeInfoCenterNav() {

var infoCenterNavHTML = '<table width="117" border="0" align="right" cellpadding="0" cellspacing="0">';

infoCenterNavHTML += '        <tr>'; 
infoCenterNavHTML += '          <td><br></td>';
infoCenterNavHTML += '        </tr>';
infoCenterNavHTML += '        <tr>'; 
infoCenterNavHTML += '          <td><br></td>';
infoCenterNavHTML += '        </tr>';
infoCenterNavHTML += '        <tr>'; 
infoCenterNavHTML += '          <td colspan=2 bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="116" height="1" alt="" border="0"></td>';
infoCenterNavHTML += '        </tr>';
infoCenterNavHTML += '        <tr>'; 
infoCenterNavHTML += '          <td width="2" bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="1" height="16" alt="" border="0"></td>';			
infoCenterNavHTML += '          <td width="114">&nbsp;<a href="http://www.sos.state.co.us/pubs/info_center/main.htm" class="leftNav">Information Center &nbsp;&nbsp;Home</a>'; 
infoCenterNavHTML += '          </td>';
infoCenterNavHTML += '        </tr>';
infoCenterNavHTML += '        <tr>'; 
infoCenterNavHTML += '          <td colspan=2 bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="116" height="1" alt="" border="0"></td>';
infoCenterNavHTML += '        </tr>';
infoCenterNavHTML += '        <tr>'; 
infoCenterNavHTML += '          <td><br></td>';
infoCenterNavHTML += '        </tr>';
infoCenterNavHTML += '        <tr>'; 
infoCenterNavHTML += '          <td colspan=2 bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="116" height="1" alt="" border="0"></td>';
infoCenterNavHTML += '        </tr>';
infoCenterNavHTML += '        <tr>'; 
infoCenterNavHTML += '          <td width="2" bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="1" height="16" alt="" border="0"></td>';			
infoCenterNavHTML += '          <td width="114">&nbsp;<a href="http://www.sos.state.co.us/pubs/info_center/contact.html" class="leftNav">Contact Us</a>'; 
infoCenterNavHTML += '          </td>';
infoCenterNavHTML += '        </tr>';
infoCenterNavHTML += '        <tr>'; 
infoCenterNavHTML += '          <td colspan=2 bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="116" height="1" alt="" border="0"></td>';
infoCenterNavHTML += '        </tr>';
infoCenterNavHTML += '        <tr>'; 
infoCenterNavHTML += '          <td width="2" bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="1" height="16" alt="" border="0"></td>';
infoCenterNavHTML += '          <td width="114">&nbsp;<a href="http://www.sos.state.co.us/pubs/info_center/about.htm" class="leftNav">About Us</a>';
infoCenterNavHTML += '             </td>';
infoCenterNavHTML += '        </tr>';
infoCenterNavHTML += '        <tr>'; 
infoCenterNavHTML += '          <td colspan=2 bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="116" height="1" alt="" border="0"></td>';
infoCenterNavHTML += '        </tr>';
infoCenterNavHTML += '        <tr>'; 
infoCenterNavHTML += '          <td><br></td>';
infoCenterNavHTML += '        </tr>';
infoCenterNavHTML += '        <tr>'; 
infoCenterNavHTML += '          <td colspan=2 bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="116" height="1" alt="" border="0"></td>';
infoCenterNavHTML += '        </tr>';
infoCenterNavHTML += '        <tr>'; 
infoCenterNavHTML += '          <td width="2" bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="1" height="16" alt="" border="0"></td>';			
infoCenterNavHTML += '          <td width="114">&nbsp;<a href="http://www.sos.state.co.us/pubs/info_center/pub_page.htm" class="leftNav">Publications</a>'; 
infoCenterNavHTML += '          </td>';
infoCenterNavHTML += '        </tr>';
infoCenterNavHTML += '        <tr>'; 
infoCenterNavHTML += '          <td colspan=2 bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="116" height="1" alt="" border="0"></td>';
infoCenterNavHTML += '        </tr>';
infoCenterNavHTML += '        <tr>'; 
infoCenterNavHTML += '          <td><br></td>';
infoCenterNavHTML += '        </tr>';
infoCenterNavHTML += '        <tr>'; 
infoCenterNavHTML += '          <td colspan=2 bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="116" height="1" alt="" border="0"></td>';
infoCenterNavHTML += '        </tr>';
infoCenterNavHTML += '        <tr>'; 
infoCenterNavHTML += '          <td width="2" bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="1" height="16" alt="" border="0"></td>';			
infoCenterNavHTML += '          <td width="114">&nbsp;<a href="http://www.sos.state.co.us/pubs/search/main.htm" class="leftNav">Search Site</a>'; 
infoCenterNavHTML += '          </td>';
infoCenterNavHTML += '        </tr>';
infoCenterNavHTML += '        <tr>'; 
infoCenterNavHTML += '          <td colspan=2 bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="116" height="1" alt="" border="0"></td>';
infoCenterNavHTML += '        </tr>';
infoCenterNavHTML += '      </table>';

document.write(infoCenterNavHTML);

}

////////////////////////////////////////////////////////////////
// Write the HTML for the Licensing Left Nav Bar 
////////////////////////////////////////////////////////////////
function writeLicensingNav() {

var licensingNavHTML = '<table width="117" border="0" align="right" cellpadding="0" cellspacing="0">';

licensingNavHTML += '        <tr>'; 
licensingNavHTML += '          <td><br></td>';
licensingNavHTML += '        </tr>';
licensingNavHTML += '        <tr>'; 
licensingNavHTML += '          <td><br></td>';
licensingNavHTML += '        </tr>';
licensingNavHTML += '        <tr>'; 
licensingNavHTML += '          <td colspan=2 bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="116" height="1" alt="" border="0"></td>';
licensingNavHTML += '        </tr>';
licensingNavHTML += '        <tr>'; 
licensingNavHTML += '          <td width="2" bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="1" height="16" alt="" border="0"></td>';			
licensingNavHTML += '          <td width="114">&nbsp;<a href="main.htm" class="leftNav">Licensing Home</a>'; 
licensingNavHTML += '          </td>';
licensingNavHTML += '        </tr>';
licensingNavHTML += '        <tr>'; 
licensingNavHTML += '          <td colspan=2 bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="116" height="1" alt="" border="0"></td>';
licensingNavHTML += '        </tr>';

licensingNavHTML += '        <tr>'; 
licensingNavHTML += '          <td><br></td>';
licensingNavHTML += '        </tr>';

licensingNavHTML += '        <tr>'; 
licensingNavHTML += '          <td colspan=2 bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="116" height="1" alt="" border="0"></td>';
licensingNavHTML += '        </tr>';
licensingNavHTML += '        <tr>'; 
licensingNavHTML += '          <td width="2" bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="1" height="16" alt="" border="0"></td>';			
licensingNavHTML += '          <td width="114">&nbsp;<a href="charitable.htm" class="leftNav">Charities and &nbsp;&nbsp;Fundraisers</a>'; 
licensingNavHTML += '          </td>';
licensingNavHTML += '        </tr>';
licensingNavHTML += '        <tr>'; 
licensingNavHTML += '          <td colspan=2 bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="116" height="1" alt="" border="0"></td>';
licensingNavHTML += '        </tr>';

licensingNavHTML += '        <tr>'; 
licensingNavHTML += '          <td width="2" bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="1" height="16" alt="" border="0"></td>';
licensingNavHTML += '          <td width="114">&nbsp;<a href="filing.htm" class="leftNav">Charities and &nbsp;&nbsp;Fundraisers Online &nbsp;&nbsp;Registration</a>';
licensingNavHTML += '             </td>';
licensingNavHTML += '        </tr>';
licensingNavHTML += '        <tr>'; 
licensingNavHTML += '          <td colspan=2 bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="116" height="1" alt="" border="0"></td>';
licensingNavHTML += '        </tr>';

licensingNavHTML += '        <tr>'; 
licensingNavHTML += '          <td width="2" bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="1" height="16" alt="" border="0"></td>';
licensingNavHTML += '          <td width="114">&nbsp;<a href="http://www.sos.state.co.us/cgi-forte/ccsacgi?serviceName=ccsaprodaccess&templateName=/sessauto/ccsaInquiryMain_outer_form.forte&tK=&hast=F&hasr=T" class="leftNav">Charities and &nbsp;&nbsp;Fundraisers Database &nbsp;&nbsp;Search</a>';
licensingNavHTML += '             </td>';
licensingNavHTML += '        </tr>';
licensingNavHTML += '        <tr>'; 
licensingNavHTML += '          <td colspan=2 bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="116" height="1" alt="" border="0"></td>';
licensingNavHTML += '        </tr>';

licensingNavHTML += '        <tr>'; 
licensingNavHTML += '          <td><br></td>';
licensingNavHTML += '        </tr>';

licensingNavHTML += '        <tr>'; 
licensingNavHTML += '          <td colspan=2 bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="116" height="1" alt="" border="0"></td>';
licensingNavHTML += '        </tr>';
licensingNavHTML += '        <tr>'; 
licensingNavHTML += '          <td width="2" bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="1" height="16" alt="" border="0"></td>';			
licensingNavHTML += '          <td width="114">&nbsp;<a href="ViewManualFilings.html" class="leftNav">Bingo / Raffle &nbsp;&nbsp;Documents</a>'; 
licensingNavHTML += '          </td>';
licensingNavHTML += '        </tr>';
licensingNavHTML += '        <tr>'; 
licensingNavHTML += '          <td colspan=2 bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="116" height="1" alt="" border="0"></td>';
licensingNavHTML += '        </tr>';

licensingNavHTML += '        <tr>'; 
licensingNavHTML += '          <td><br></td>';
licensingNavHTML += '        </tr>';

licensingNavHTML += '        <tr>'; 
licensingNavHTML += '          <td colspan=2 bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="116" height="1" alt="" border="0"></td>';
licensingNavHTML += '        </tr>';
licensingNavHTML += '        <tr>'; 
licensingNavHTML += '          <td width="2" bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="1" height="16" alt="" border="0"></td>';			
licensingNavHTML += '          <td width="114">&nbsp;<a href="http://www.sos.state.co.us/pubs/search/main.htm" class="leftNav">Search Site</a>'; 
licensingNavHTML += '          </td>';
licensingNavHTML += '        </tr>';
licensingNavHTML += '        <tr>'; 
licensingNavHTML += '          <td colspan=2 bgcolor="#000099"><img src="images/general/clrdot_000099.gif" width="116" height="1" alt="" border="0"></td>';
licensingNavHTML += '        </tr>';

licensingNavHTML += '      </table>';

document.write(licensingNavHTML);

}


////////////////////////////////////////////////////////////////
// Pulling Javascript code for loading images in an array. 
////////////////////////////////////////////////////////////////

function buildImagesArray() {

	if ((navigator.appVersion.substring(0,1) >= 3) && 
	    (navigator.appName == ("Netscape") || 
	    (navigator.appName == "Microsoft Internet Explorer"))) {

	     offImages = new Array();
	     onImages = new Array();
	     for (var i = 0; i<= 4; i++) {
	          offImages[i] = new Image();
	          offImages[i].src = "images/nav/n" + i + "d.gif";
	          onImages[i] = new Image();
	          onImages[i].src = "images/nav/n" + i + "s.gif";
	     }
	}

}



