function doTop(backgroundType)
{
 document.write('<table width="95%" height="100%" border="0" cellspacing="0" cellpadding="0">');
 document.write(' <tr>');
 document.write('  <td align="center" valign="middle">');
 document.write('   <table width="728" height="386" border="0" cellspacing="0" cellpadding="0">');
 document.write('    <tr height="288">');
 if (backgroundType == "face")
 {
  document.write('	 <td height="288" background="graphics/bg-left-face.jpg" width="153"><img src="graphics/blank.gif" width="153" height="288" alt="" border="0"></td>');
  document.write('	 <td height="288" background="graphics/bg-main-face.jpg" width="491">');
  }
 else
 {
  document.write('	 <td height="288" background="graphics/bg-left-blank.gif" width="153"><img src="graphics/blank.gif" width="153" height="288" alt="" border="0"></td>');
  document.write('	 <td height="288" background="graphics/bg-main-blank.gif" width="491">');
  }
 document.write('	  <div name="content" style="overflow:auto;display:inline;position:relative;width:470;height:288;">');
 }

function doBottom()
{
 document.write('	   </div>');
 document.write('	  </td>');
 document.write('	 <td height="288" background="graphics/bg-nav.gif" valign="bottom">');
 document.write('	  <table width="84" cellspacing="0" cellpadding="0">');
 document.write('	   <tr><td align="right" bgcolor="#006633"><a href="profile.htm">   <img src="graphics/button-profile.gif"    width="76" height="18" alt="NEWS"       border="0"></a></td></tr>');
 document.write('	   <tr><td>                                                         <img src="graphics/blank.gif"             width="76" height="12" alt=""           border="0"></td></tr>');
 document.write('	   <tr><td align="right" bgcolor="#006633"><a href="actingcv.htm">  <img src="graphics/button-actingcv.gif"   width="76" height="18" alt="ACTING CV"  border="0"></a></td></tr>');
 document.write('	   <tr><td>                                                         <img src="graphics/blank.gif"             width="76" height="12" alt=""           border="0"></td></tr>');
 document.write('	   <tr><td align="right" bgcolor="#006633"><a href="showreel.htm">  <img src="graphics/button-showreel.gif"   width="76" height="18" alt="SHOWREEL"   border="0"></a></td></tr>');
 document.write('	   <tr><td>                                                         <img src="graphics/blank.gif"             width="76" height="12" alt=""           border="0"></td></tr>');
 document.write('	   <tr><td align="right" bgcolor="#006633"><a href="presenting.htm"><img src="graphics/button-presenting.gif" width="76" height="18" alt="PRESENTING" border="0"></a></td></tr>');
 document.write('	   <tr><td>                                                         <img src="graphics/blank.gif"             width="76" height="12" alt=""           border="0"></td></tr>');
 document.write('	   <tr><td align="right" bgcolor="#006633"><a href="gallery.htm">   <img src="graphics/button-gallery.gif"    width="76" height="18" alt="GALLERY"    border="0"></a></td></tr>');
 document.write('	   <tr><td>                                                         <img src="graphics/blank.gif"             width="76" height="12" alt=""           border="0"></td></tr>');
 document.write('	   <tr><td align="right" bgcolor="#006633"><a href="contact.htm">   <img src="graphics/button-contact.gif"    width="76" height="18" alt="CONTACT"    border="0"></a></td></tr>');
 document.write('	   </table>');
 document.write('	  </td>');
 document.write('	 </tr>');
 document.write('	<tr>');
 document.write('	 <td colspan="3" background="graphics/bg-bottom.gif" align="left" valign="top">');
 document.write('	  <div style="display:inline;position:relative;top:21;left:84;">');
 document.write('	   <a href="mailto:rianahusselmann@hotmail.com">');
 document.write('	    <center><font color="#006633" face="BakerSignet BT" size="-1">');
 document.write('	     rianahusselmann@hotmail.com<br />');
 document.write('		 07951 951093');
 document.write('		 </font></center>');
 document.write('		</a>');
 document.write('	   </div>');
 document.write('      </td>');
 document.write('	 </tr>');
 document.write('	</table>');
 document.write('   </td>');
 document.write('  </tr>');
 document.write(' </table>');
 }

