//	Author: Streefkerk Adviesgroep - http://www.StreefkerkAdviesgroep.nl
//	Publisher: Linda Jansen - http://www.LindaJansen.com

//	JS-file contains the following functions concerning the "body", placed on all pages of the LindaJansen-website:
//		1) header-function
//		2) footer-function

function header() {
	document.write(' <table width="761" class="content" border="0" cellpadding="0" cellspacing="0"> ');
	document.write(' <tr> ');
	document.write(' <td colspan="2" bgcolor="#ffffff"><img src="./img/logo.jpg" width="196" height="25"><\/td> ');
	document.write(' <\/tr> ');
	document.write(' <tr> ');
	document.write(' <td bgcolor="#ffffff"><p class="grey"><i><a href=".\/">Animals</a><span style="color:#e8b8b8;">\/</span><a href=".\/nature.htm">Nature</a><span style="color:#e8b8b8;">\/</span><a href=".\/objects.htm">Objects</a><span style="color:#e8b8b8;">\/</span><a href=".\/editorial.htm">Editorial</a><span style="color:#e8b8b8;">\/</span><a href=".\/commissioned.htm">Commissioned<\/a><span style="color:#e8b8b8;">\/</span><a href=".\/projects1.htm">Projects<\/a><span style="color:#e8b8b8;">\/</span><a href=".\/pa.htm">Photo Animation</a><span style="color:#e8b8b8;">\/</span><a href=".\/news.htm">News<\/a><span style="color:#e8b8b8;">\/</span><a href=".\/biography.htm">Bio<\/a><span style="color:#e8b8b8;">\/</span><a href=".\/contact.htm">Contact<\/a><\/i><\/p><\/td> ');
}

function headerAnimals() {
	document.write(' <td bgcolor="#ffffff"><h1 align="right">Animals \\<\/h1><\/td> ');
	document.write(' <\/tr> ');
	document.write(' <\/table> ');
	document.write(' <hr width="761"> ');
}

function headerNature() {
	document.write(' <td bgcolor="#ffffff"><h1 align="right">Nature \\<\/h1><\/td> ');
	document.write(' <\/tr> ');
	document.write(' <\/table> ');
	document.write(' <hr width="761"> ');
}

function headerObjects() {
	document.write(' <td bgcolor="#ffffff"><h1 align="right">Objects \\<\/h1><\/td> ');
	document.write(' <\/tr> ');
	document.write(' <\/table> ');
	document.write(' <hr width="761"> ');
}

function headerEditorial() {
	document.write(' <td bgcolor="#ffffff"><h1 align="right">Editorial \\<\/h1><\/td> ');
	document.write(' <\/tr> ');
	document.write(' <\/table> ');
	document.write(' <hr width="761"> ');
}

function headerCommissioned() {
	document.write(' <td bgcolor="#ffffff"><h1 align="right">Commissioned \\<\/h1><\/td> ');
	document.write(' <\/tr> ');
	document.write(' <\/table> ');
	document.write(' <hr width="761"> ');
}

function headerProjects() {
	document.write(' <td bgcolor="#ffffff"><h1 align="right">Projects \\<\/h1><\/td> ');
	document.write(' <\/tr> ');
	document.write(' <\/table> ');
	document.write(' <hr width="761"> ');
}

function headerPa() {
	document.write(' <td bgcolor="#ffffff"><h1 align="right">PA \\<\/h1><\/td> ');
	document.write(' <\/tr> ');
	document.write(' <\/table> ');
	document.write(' <hr width="761"> ');
}

function headerNews() {
	document.write(' <td bgcolor="#ffffff"><h1 align="right">News \\<\/h1><\/td> ');
	document.write(' <\/tr> ');
	document.write(' <\/table> ');
	document.write(' <hr width="761"> ');
}

function headerBiography() {
	document.write(' <td bgcolor="#ffffff"><h1 align="right">Biography \\<\/h1><\/td> ');
	document.write(' <\/tr> ');
	document.write(' <\/table> ');
	document.write(' <hr width="761"> ');
}

function headerContact() {
	document.write(' <td bgcolor="#ffffff"><h1 align="right">Contact \\<\/h1><\/td> ');
	document.write(' <\/tr> ');
	document.write(' <\/table> ');
	document.write(' <hr width="761"> ');
}

function footer() {
	document.write(' <hr width="761"> ');
	document.write(' <table width="761" class="content" border="0" cellpadding="0" cellspacing="0"> ');
	document.write(' <tr align="right"> ');
	document.write(' <td bgcolor="#ffffff"><p class="small">&copy; 2007-2012 / <a class="small" href="http:\/\/www.streefkerkadviesgroep.nl\/" target="_blank">Webdesign<\/a><\/p><\/td> ');
	document.write(' <\/tr> ');
	document.write(' <\/table> ');
}
