// JavaScript Document

function header()
{
document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0" class="header"><tr>');
       document.write(' <td align="left"><img src="images/logo.jpg" width="242" height="129" /></td>');
       document.write(' <td align="center"><img src="images/header-mid.jpg" width="453" height="135" /></td>');
        document.write('<td><img src="images/head-last.jpg" width="104" height="135" /></td>');
       
        document.write(' </tr></table>');
}


function headermenu()
{
      document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr>');
      document.write('<td class="menu"><a href="index.html" class="menu-text">HOME</a></td>');
      document.write(' <td class="menu"><a href="editing.html" class="menu-text">EDITING</a></td>');
      document.write(' <td class="menu"><a href="senior-editor.html" class="menu-text">SENIOR EDITOR</a></td>');
      document.write(' <td class="menu"><a href="novice-writer.html" class="menu-text">NOVICE WRITERS</a></td>');
      document.write('<td class="menu"><a href="pro-letter.html" class="menu-text">PROFESSIONAL WRITERS</a></td>');
      document.write(' <td class="menu"><a href="speci.html" class="menu-text">SPECIFICATIONS</a></td>');
      document.write(' <td class="menu"><a href="submission.html"  class="menu-text">SUBMISSIONS &amp; COSTS</a></td>');
      document.write(' <td class="menu"><a href="testimoniol.html" class="menu-text">TESTIMONIALS</a></td>');
      document.write(' <td class="menu"><a href="boos-ava.html" class="menu-text">BOOKS <br />        AVAILABLE</a></td>');
      document.write(' <td class="menu"><a href="book-pro.html" class="menu-text">BOOKS IN PROGRESS</a></td>');
      document.write(' </tr>  </table>');
   
}


function footer()
{
     document.write('<div align="center">Copyright &copy;1998 - 2009 Lar-Ryk Associates<br />');
     document.write(' All rights reserved. No part of this work may be reproduced, stored in a retrieval system,<br />');
     document.write('or transmitted in any means, electronic, mechanical, photocopying, recording, or otherwise,<br />');
     document.write(' without the prior written permission of the publisher.</div>');
   
}