
function header_section(path){

	document.open();
	
	document.write('	<img src="' + path + 'img/null.gif" width="1" height="3" border="0" alt=""><br />\n');
	
	document.write('	<table width="900" cellspacing="0" cellpadding="0" border="0">\n');
	document.write('	<tr>\n');
	
	//profile
	document.write('	<td width="180" align="left" valign="top">\n');
	document.write('	<a href="' + path + 'profile.html" onmouseover="NavIn(\'m1\',1);" onmouseout="NavOut(\'m1\',0);">\n');
	document.write('	<img src="' + path + 'img/menu01.jpg" width="180" height="50" border="0" alt="PROFILE" name="m1"><br />\n');
	document.write('	</a>\n');
	document.write('	</td>');
	//disco graphy
	document.write('	<td width="180" align="left" valign="top">\n');
	document.write('	<a href="' + path + 'disco_graphy.html" onmouseover="NavIn(\'m0\',9);" onmouseout="NavOut(\'m0\',8);">\n');
	document.write('	<img src="' + path + 'img/menu00.jpg" width="180" height="50" border="0" alt="DISCO GRAPHY" name="m0"><br />\n');
	document.write('	</a>\n');
	document.write('	</td>\n');
	//NAOKI'S Diary
	document.write('	<td width="180" align="left" valign="top">\n');
	document.write('	<a href="' + path + 'blog.html" onmouseover="NavIn(\'m2\',3);" onmouseout="NavOut(\'m2\',2);">\n');
	document.write('	<img src="' + path + 'img/menu02.jpg" width="180" height="50" border="0" alt="NAOKI\'S Diary" name="m2"><br />\n');
	document.write('	</a>\n');
	/*
	document.write('	<a href="javascript:void(1);" onmouseover="NavIn(\'m2\',3);" onmouseout="NavOut(\'m2\',2);">\n');
	document.write('	<img src="' + path + 'img/menu02.jpg" width="180" height="50" border="0" alt="NAOKI\'S Diary" name="m2"><br />\n');
	document.write('	</a>\n');
	*/
	document.write('	</td>\n');
	//online shop
	document.write('	<td width="180" align="left" valign="top">');
	document.write('	<a href="' + path + 'onlineshop.html" onmouseover="NavIn(\'m3\',5);" onmouseout="NavOut(\'m3\',4);">\n');
	document.write('	<img src="' + path + 'img/menu03.jpg" width="180" height="50" border="0" alt="ONLINE SHOP" name="m3"><br />');
	document.write('	</a>\n');
	/*
	document.write('	<a href="javascript:void(1);" onmouseover="NavIn(\'m3\',5);" onmouseout="NavOut(\'m3\',4);">\n');
	document.write('	<img src="' + path + 'img/menu03.jpg" width="180" height="50" border="0" alt="ONLINE SHOP" name="m3"><br />');
	document.write('	</a>\n');
	*/
	document.write('	</td>\n');
	//e-mail
	document.write('	<td width="180" align="left" valign="top">');
	document.write('	<a href="' + path + 'contact.html" onmouseover="NavIn(\'m4\',7);" onmouseout="NavOut(\'m4\',6);">\n');
	document.write('	<img src="' + path + 'img/menu04.jpg" width="180" height="50" border="0" alt="E-MAIL" name="m4"><br />');
	document.write('	</a>\n');
	document.write('	</td>\n');
	
	document.write('	</tr>\n');
	document.write('	</table>\n');
	document.close();
}
