var returnText = ''
returnText += '<tr>'
returnText += '    <td>'
returnText += '        <table>'
returnText += '          <tr>'
returnText += '            <!-- Logo -->'
returnText += '            <td style="width:300px;" valign="bottom">'
returnText += '                <a href="index.html">'
returnText += '                    <img src="images/Decipher/DecipherTech_Logo.jpg" alt="DecipherTech" style="margin-left:0px; margin-top:3px"></a>'
returnText += '            </td>'
returnText += '            <!-- Header Menu -->'
returnText += '            <td style="width:465px;"  valign="bottom">'
returnText += '              <div class="c_text" align="right" >'
returnText += '                  <span >'
returnText += '                  <p>&nbsp;</p>'
returnText += '                      <a href="https://decipher.deciphertech.com/DecipherDashboards/Decipher/Dashboards/DecipherCRM.jsp" target="_blank">Client Login</a>&nbsp; &nbsp; &nbsp;: &nbsp;'
returnText += '                      <a href="About.html"> About Us</a>&nbsp; &nbsp; &nbsp;:&nbsp; &nbsp; &nbsp;'
returnText += '                      <a href="Contact.html">Contact Us</a>'
returnText += '                  </span>'
returnText += '              </div>'
returnText += '            </td>'
returnText += '          </tr>'
returnText += '        </table>'
returnText += '    </td>'
returnText += '</tr>'
document.write(returnText)

