function footer_section(path){

	document.write('	<table width="900" cellspacing="0" cellpadding="0" border="0">\n');
	document.write('	<tr>\n');
	document.write('	<td width="900" align="center" valign="top">\n');
	document.write('	<a href="' + path + 'index.html">HOME</a>&nbsp;|&nbsp;<a href="' + path + 'profile.html">PROFILE</a>&nbsp;|&nbsp;<a href="' + path + 'disco_graphy.html">DISCO GRAPHY</a>&nbsp;|&nbsp;<a href="blog.html">Manager\'s Diary</a>&nbsp;|&nbsp;<a href="onlineshop.html">ONLINE SHOP</a>&nbsp;|&nbsp;<a href="' + path + 'contact.html">E-MAIL</a>\n');
	document.write('	<img src="' + path + 'img/null.gif" width="1" height="10" border="0" alt=""><br />\n');
	document.write('	</td>\n');
	document.write('	</tr>\n');
	document.write('	</table>\n');
	
	document.write('	<br />\n');
	
	document.write('	<table width="900" cellspacing="0" cellpadding="0" border="0" bgcolor="#000000">\n');
	document.write('	<tr>\n');
	document.write('	<td width="900" align="center" valign="top">\n');
	document.write('	<img src="img/footer.jpg" width="900" height="20" border="0" alt="Copyright(C) 2009 TAQMI ALL RIGHTS RESERVED."><br />\n');
	document.write('	</td>\n');
	document.write('	</tr>\n');
	document.write('	</table>\n');
	
}
