var returnText = ''
returnText += '<tr>'
returnText += '    <td>'
returnText += '        <table>'
returnText += '            <tr>'
returnText += '                <!-- FooterContact -->'
returnText += '                <td style="width:235px;">'
returnText += '                    <table >'
returnText += '                        <tr>'
returnText += '                            <!-- TelephoneImage -->'
returnText += '                            <td style="width:35px;">'
returnText += '                                <img alt="" src="images/tel.gif" style=" margin:5px 0px 0px 0px;"><br>'
returnText += '                            </td>'
returnText += '                            <!-- ContactInfo -->'
returnText += '                            <td style="width:200px;">'
returnText += '                                <div class="c_text" style="margin:5px 0px 0px 0px;">'
returnText += '                                    Phone:&nbsp;1-888-8-DECIPHER (1-888-833-2474)<br>'
returnText += '                                    E-mail:&nbsp;&nbsp;'
returnText += '                                    <a href="mailto:services@deciphertech.com" >'
returnText += '                                        <strong>services@deciphertech.com</strong>'
returnText += '                                    </a>'
returnText += '                                </div>'
returnText += '                            </td>'
returnText += '                        </tr>'
returnText += '                    </table>'
returnText += '                </td>'
returnText += '                <!-- FooterMenu -->'
returnText += '                <td style="width:530px;">'
returnText += '                    <center>'
returnText += '                        <div class="c_text" style="margin:5px 0px 0px 0px">'
returnText += '                            <span >'
returnText += '                                <a href="index.html" >Home</a>&nbsp; &nbsp; &nbsp;: &nbsp;'
returnText += '                                <a href="SiteMap.html" >Site Map</a>&nbsp; &nbsp; &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 += '                            <br>'
returnText += '                            Copyright &copy; 2010, All Rights Reserved'
returnText += '                        </div>'
returnText += '                    </center>'
returnText += '                </td>'
returnText += '            </tr>'
returnText += '        </table>'
returnText += '    </td>'
returnText += '</tr>'
document.write(returnText)
