

function WriteFirstHTMLPart()
{
  
     document.write( '<a name="startofpage"></a>' );    // Der Seitenbeginnverweis
	 document.write( '<center>' );
	 document.write( '<table border=0 cellspacing=0 cellpadding=0>' );
	 document.write( ' <tr>' );
	 document.write( ' <td width="780" height="116" background="img/title.jpg" valign="bottom" align="right">' );

     // Alle Buttons in der Liste	 
	 document.write( ' <table width="580" border=0><tr>' );
	 document.write( ' <td width="10" height="30">&nbsp;</td>' );
	 document.write( ' <td><a class="BigLinkYellow" onfocus="this.blur();" href="index.htm"><font class="BigLinkBrown">[</font>home<font class="BigLinkBrown">]</font></a></td>' );
	 document.write( ' <td><a class="BigLinkYellow" onfocus="this.blur();" href="riddims.htm"><font class="BigLinkBrown">[</font>riddims<font class="BigLinkBrown">]</font></a></td>' );
	 document.write( ' <td><a class="BigLinkYellow" onfocus="this.blur();" href="tunes.htm"><font class="BigLinkBrown">[</font>tunes<font class="BigLinkBrown">]</font></a></td>' );
	 document.write( ' <td><a class="BigLinkYellow" onfocus="this.blur();" href="about.htm"><font class="BigLinkBrown">[</font>about me<font class="BigLinkBrown">]</font></a></td>' );
	 document.write( ' <td><a class="BigLinkYellow" onfocus="this.blur();" href="contact.htm"><font class="BigLinkBrown">[</font>contact<font class="BigLinkBrown">]</font></a></td>' );
	 document.write( ' <td><a class="BigLinkYellow" onfocus="this.blur();" href="guestbook.htm"><font class="BigLinkBrown">[</font>guestbook<font class="BigLinkBrown">]</font></a></td>' );
	 document.write( ' <td><a class="BigLinkYellow" onfocus="this.blur();" href="links.htm"><font class="BigLinkBrown">[</font>links<font class="BigLinkBrown">]</font></a></td>' );
	 document.write( ' <td>&nbsp;</td>' );
	 document.write( ' </tr></table>' );

	 document.write( ' </td>' );
	 document.write( ' </tr>' );

     // Beginn der Contentzelle
	 document.write( ' <tr>' );
	 document.write( ' <td background="img/back.jpg" valign="top" align="left">' );


 	 document.write( '<table width=780 border=0 cellspacing=0 cellpadding=0>' );
 	 document.write( '<tr>' );
 	 document.write( '  <td width=90>&nbsp;</td>' );
 	 document.write( '  <td><br><br><br><br>' );
}


function WriteLastHTMLPart()
{
 	 document.write( '<br><br><br><br><br></td>' );
 	 document.write( '   <td width=90>&nbsp;</td>' );
 	 document.write( '</tr>' );
 	 document.write( '</table>' );


 	 document.write( '</td></tr>' );

	 document.write( ' <tr>' );
	 document.write( ' <td width="780" height="62" background="img/finish.jpg" valign="center" align="center">' );

     document.write( ' <font class="TDSmall">&copy; 2002 - All rights reserved. The songs are property of the respective owners. No commercial use without permission.<br><a href="mailto:dubtor@riddims.de" style="font-size:11px">Contact</a> me in Germany</font>' );

	 document.write( ' </td>' );
	 document.write( ' </tr>' );
	 document.write( ' </table>' );
}
