function WriteTitle()
{
window.document.open();
window.document.writeln('<a href="index.html"><img src="pics/index/logo.gif" width="157" height="48" border="0"></a><img src="pics/index/canopy.gif" width="243" height="48"> ');
window.document.close();
}

function WriteIndex()
{
window.document.open();
window.document.write('<img src="pics/index/ecosystem.gif" width="157" height="131"><br>');
window.document.write('<a href="index.html"><img src="pics/index/home.gif" border="0" width="157" height="21"></a><br>');
window.document.write('<a href="services.html"><img src="pics/index/diensten.gif" width="157" height="24" border="0"></a><br>');
window.document.write('<a href="portfolio.html"><img src="pics/index/portfolio.gif" height="26" width="157" border="0"></a><br>');
window.document.write('<a href="info.html"><img src="pics/index/info.gif" width="157" height="24" border="0"></a><br>');
window.document.write('<a href="contact.html"><img src="pics/index/contact.gif" width="157" height="22" border="0"></a><br>');
window.document.write('<img src="pics/index/flowering.gif" width="157" height="154"><br>');
window.document.close();
}

function IntranetWriteTitle()
{
window.document.open();
window.document.writeln('<a href="../index.html"><img src="../pics/index/logo.gif" width="157" height="48" border="0"></a><img src="../pics/index/canopy.gif" width="243" height="48"> ');
window.document.close();
}

