<?php
  /**
   *
   *
   *
   */

include("nav.php");

########################### main function #######################################

htmlHead("doc");
loadDoc();
footer('doc.php');

################################### function definitions #########################################

function loadDoc(){

    echo "<body class='doc'>
<div id='center'>
<!--#include virtual='nav.html' --> <div id='content'>
<h3>Documentation</h3>

<p>The full documentation, including installation instructions and detailed explanation of all features of <i>modelMaGe</i> as a <a href='doc/modelMaGeDocumentation.pdf'>pdf-file</a>.</p>
<p>Download the full <a href='doc/modelMaGe_doc.tar'>documentation pdf with example files</a> as a tar-archive.</p>

<p>Developers can also find the full documentation of the source code <a target='blank' href='doc/index.html'>here.</a></p>
</div>";	


}



?>
