<!-- Main Layout table -->
document.writeln("<table border='0' width='700' cellspacing='0' cellpadding='0'>");
  
  <!-- Logo and Menu -->
  document.writeln("<tr bgcolor='003399'>");<!-- Row 1 -->
     document.writeln("<td colspan='2'>");<!-- Col 1 -->
	 
	   document.writeln("<table border='0'  width='100%' cellpadding='0' cellspacing='0'>");
  	     document.writeln("<tr>");<!-- Row 1 -->
       	   <!-- Matrix Logo -->
	       document.writeln("<td>");
		     document.writeln("<a href='index.html'><img src='images/matrix_logo3.gif' border='0' width='150' height='109' hspace='0' vspace='0' alt='Matrix Iventory Solutions'></a>");
		   document.writeln("</td>");<!-- Col 1 -->
           <!-- Slogan and Menu Placeholder -->
	       document.writeln("<td width='100%'>");<!-- Col 2 -->
		 
		     document.writeln("<table border='0'  width='100%' height='100%' valign='bottom' cellpadding='0' cellspacing='0'>");
  		       document.writeln("<tr>");<!-- Row 1 -->
     	         <!-- Slogan -->
			     document.writeln("<td height='100%' align='center' valign='center'>");<!-- Col 1 -->
				   document.writeln("<img src='images/slogan_placeholder.gif' border='0' width='1' height='83' hspace='0' vspace='0'>");
				   document.writeln("<font class='slogan'>Retail Technology for the 21st Century</font>");
				 document.writeln("</td>");<!-- Col 1 -->
  		       document.writeln("</tr>");<!-- Row 1 -->
  		       <!-- Edge rounding image -->
			   document.writeln("<tr>");<!-- Row 2 -->
	             document.writeln("<td align='right' valign='bottom'><img src='images/menu_corner.gif' border='0' width='25' height='25' hspace='0' vspace='0'></td>");<!-- Col 1 -->
               document.writeln("</tr>");<!-- Row 2 -->
	         document.writeln("</table>");
      
	       document.writeln("</td>");<!-- Col 2 -->
	     document.writeln("</tr>");
	   document.writeln("</table>");

    document.writeln("</td>");<!-- Col 1 -->
  document.writeln("</tr>");<!-- Row 1 -->
  
  <!-- Content Area (whitespace) -->
  document.writeln("<tr bgcolor='white'>");<!-- Row 2 -->
     document.writeln("<td colspan='2'>");
	   
	   document.writeln("<table border='0'  width='100%' cellpadding='0' cellspacing='0'>");
         document.writeln("<tr>");<!-- Row 1 -->
           document.writeln("<td>");<!-- Col 1 -->
		   


