// JavaScript Document

// <script>

// ********************
// Copyright (c) 2007 Reaction Design. All rights reserved.
//
// $Workfile: footer.js $  $Revision: 6 $
// $Modtime: 10/28/09 5:39p $
//
// $NoKeywords: $
//*************************

// Standard footer to supply copyright, privacy, trademark, and mailto links and
// provide location for easy to maintain content at bottom of pages.

function footer_build()
{
  document.write('<td height="100" colspan="3">');
  document.write('<div id="footer_bar2"></div>');
  document.write('<div id="footer_text2">');
  document.write('<a class="footerlink" href="/support/open/terms_n_conditions.html">Privacy Policy</a> | ');
  document.write('<a class="footerlink" href="/company/open/trademarks.html">Trademarks</a> | ');
  document.write('Send comments to <a class="footerlink" href="mailto:webmaster@ReactionDesign.com">webmaster@ReactionDesign.com</a><br />');
  document.write('Copyright&copy; 2010 Reaction Design. All Rights Reserved.');
  document.write('<br /><br />');
  document.write('<p>&nbsp;</p>');
  document.write('<center>');
  document.write('<a class="footerlink" href="http://www.reactiondesign.com/products/open/chemkin-pro.html">Combustion Reactions</a> | ');
  document.write('<a class="footerlink" href="http://www.reactiondesign.com/products/open/multi-zone.html">Combustion Chemistry Emissions</a> | ');
  document.write('<a class="footerlink" href="http://www.reactiondesign.com/products/open/kinetics_module.html">Computational Fluid Dynamics Modeling</a> | ');
  document.write('<a class="footerlink" href="http://www.reactiondesign.com/support/open/mfc.html">Byproducts of Combustion</a><br />');
  document.write('<a class="footerlink" href="http://www.reactiondesign.com/products/open/products.html">Chemistry Simulation Software</a> | ');
  document.write('<a class="footerlink" href="http://www.reactiondesign.com/support/open/citations.html">Chemical Kinetics and Rates of Reaction</a>');
  document.write('</center>');
  document.write('</div>');
  document.write('</td>');
}

// </script>
//Google Analytics tracking code for every page: ga.js version (not urchin.js, which is "old-style")

// <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">

try {

var pageTracker = _gat._getTracker("UA-6900890-1");

pageTracker._trackPageview();

} catch(err) {}
// </script>





