//*****************************************************
// Second part of page layout
//*****************************************************
// Author: Jan Wielemans - 199901
//*****************************************************

document.write( '</TD>' );
document.write( '</TR>' );
document.write( '<TR HEIGHT="30">' );
document.write( '<TD WIDTH="204" BGCOLOR="#DDDDDD" HEIGHT="20"><IMG SRC="graphic/misc/dummy.gif" ALT="" BORDER="0"></TD>' );
document.write( '<TD ALIGN="right" BGCOLOR="#DDDDDD" HEIGHT="10">' );
if ( pagehome == "MTLIFT" ) {
  document.write( '<A HREF="home.htm">' );
  document.write( '<IMG SRC="graphic/misc/homemt.gif" ALT="MT-lift Home" BORDER="0">' );
  document.write( '</A>' );
}
else if ( pagehome == "LIFTMOO" ) {
  document.write( '<A HREF="liftmoo.htm">' );
  document.write( '<IMG SRC="graphic/misc/homemoo.gif" ALT="liftMOO Home" BORDER="0">' );
  document.write( '</A>' );
}
else if ( pagehome == "LIFTREC" ) {
  document.write( '<A HREF="liftrec.htm">' );
  document.write( '<IMG SRC="graphic/misc/homerec.gif" ALT="liftrec Home" BORDER="0">' );
  document.write( '</A>' );
}
else {
  document.write( '<IMG SRC="graphic/misc/dummy.gif" ALT="" BORDER="0">' );
}
document.write( '<IMG SRC="graphic/misc/rightdown.gif" ALT="" BORDER="0"></TD>' );
document.write( '</TR>' );
document.write( '<TR>' );
document.write( '<TD WIDTH="204" VALIGN="top" BGCOLOR="#FFFFFF">' );
