<!--
/*
tutorial-header.js
Copyright (c) 2006 Vertex42, LLC. All Rights Reserved.
*/
//-->
//You Need a Javascript Enabled Browser// <script>
<!-- Hide Script from Old Browsers

document.write("<table width='100%' class='Header' cellspacing=0 cellpadding=0 border=0>")
document.write("<tr>")
document.write(" <td class='Header' width=90 style='background: #003366'>")
document.write("  <img src='images/VX42logo_rect.gif' width='90' height='40' hspace='0px' vspace='0px' border='0' alt='Excel Tutorials'>")
document.write(" <\/td>")
document.write(" <td class='Header' valign='middle'>")
document.write("  <img src='images/excel-tutorial-header.gif' width='500' height='40' border='0' alt='Excel Tutorial 2007 - A Practical Guide'>")
document.write(" <\/td>")
document.write("<\/tr>")
document.write("<\/table>")

// </script>
// End Hiding Script -->
