function header(pathLink,pathImg) 
{

	document.write("<table border=0 width=780 cellpadding=0 cellspacing=0>");
	document.write(" <tr bgcolor=#A8F68D>");
	document.write("  <td><a href='"+pathLink+"index.php'><img src='"+pathImg+"head_01.gif' alt='หน้าแรก icygang' border=0></a></td>");
    document.write("  <td><img src='"+pathImg+"head_02.gif'></td>");
    document.write("  <td><img src='"+pathImg+"head_03.gif'></td>");
    document.write("  <td><img src='"+pathImg+"head_04.jpg'></td>");
    document.write("  <td><img src='"+pathImg+"head_05.jpg'></td>");
    document.write(" </tr>");

	document.write("</table>");
}
