// JavaScript Document

function writeHead(){
  document.write('MARCO NEGRONI * P H O T O G R A P H Y');
}

function writeMenu() {
  document.write('<a class="menuItem" href="index.html">Home&nbsp</a>');
  document.write('<a class="menuItem" href="portfolio.html">Portfolio&nbsp</a>');
  document.write('<a class="menuItem" href="about.html">About&nbsp</a>');
  document.write('<a class="menuItem" href="links.html">Links&nbsp</a>');
  document.write('<a class="menuItem" href="copyright.html">Copyright</a>');
}

function writeMenu_l3() {
  document.write('<a class="menuItem" href="../../index.html">Home&nbsp</a>');
  document.write('<a class="menuItem" href="../../portfolio.html">Portfolio&nbsp</a>');
  document.write('<a class="menuItem" href="../../about.html">About&nbsp</a>');
  document.write('<a class="menuItem" href="../../links.html">Links&nbsp</a>');
  document.write('<a class="menuItem" href="../../copyright.html">Copyright</a>');
}

function writeBottom() {
  document.write('Copyright &copy; 2006-2008, Marco Negroni');
}

function writeShowImagesBody() {
  document.write('<tr class="content">'); 
  document.write('<td width="40%">');
  document.write('<h1 align="center"><script type="text/javascript">document.write(img_groupTitle)</script></h1>');
  document.write('<p align="center"><script type="text/javascript">document.write(img_groupDescr)</script></p><hr/>');
  document.write('<p id="img_title" align="center">&nbsp</p>');
  document.write('<p id="img_descr" align="center">&nbsp</p>');
  document.write('<br><br>');
  document.write('<p align="center" class="info">Clicca sull\'immagine per vedere la successiva</p>');
  document.write('</td>');
  document.write('<td height="580" colspan="2">');
  document.write('<p id="img_path" align="center">Loading image(s) ...</p>'); 
  document.write('<p id="count_img" align="center">&nbsp</p>');
  document.write('</td>');
  document.write('</tr>');
}

