
function showHeader()
{
var strHeaderData = '';
strHeaderData += '<DIV id=label4></DIV><div class=left2 id=menu3 onMouseOver="event.cancelBubble = true;" style="Z-INDEX: 1; WIDTH: 150px; POSITION: absolute; HEIGHT: 52px; visibility: hidden;"><table width="190" border=0 align="center" cellpadding=0 cellspacing=0><tbody><tr><td background="images/menu_img1.gif">&nbsp;</td><td width="11" height="34" bgcolor="#e7e6e7">&nbsp;<td width="156" bgcolor="#e7e6e7" class="border1"><a href="people_involved.htm" class="border1">People involved</a><td width="11" bgcolor="#e7e6e7">&nbsp;<td background="images/menu_img2.gif">&nbsp;</td></tr><tr><td background="images/menu_img1.gif">&nbsp;</td><td height="34" bgcolor="#e7e6e7">&nbsp;</td><td height="34" bgcolor="#e7e6e7" class="border1"><a href="organization.htm" class="border1">Supporting organizations</a></td><td height="34" bgcolor="#e7e6e7">&nbsp;</td><td background="images/menu_img2.gif">&nbsp;</td></tr><tr><td background="images/menu_img1.gif">&nbsp;</td><td height="24" valign="bottom" bgcolor="#e7e6e7">&nbsp;</td><td height="24" valign="bottom" bgcolor="#e7e6e7"><a href="visitor.htm" class="border1">Visitors so far</a></td><td height="24" valign="bottom" bgcolor="#e7e6e7">&nbsp;</td><td background="images/menu_img2.gif">&nbsp;</td></tr><tr><td width="6" align="right" valign="bottom"><img src="images/menu_img3.gif" width="6" height="10"></td><td colspan="3" background="images/menu_img5.gif" bgcolor="#e7e6e7"><img src="images/spacer.gif" width="1" height="1"></td><td width="6" align="right" valign="baseline"><img src="images/menu_img4.gif" width="6" height="10"></td></tr></tbody></table></div>';

strHeaderData += '<DIV id=label5></DIV><div class=left3 id=menu4 onMouseOver="event.cancelBubble = true;" style="Z-INDEX: 1; WIDTH: 150px; POSITION: absolute; HEIGHT: 52px; visibility: hidden;"><table width="212" border=0 align="center" cellpadding=0 cellspacing=0><tbody><tr><td background="images/menu_img1.gif">&nbsp;</td><td width="11" height="34" bgcolor="#e7e6e7">&nbsp;<td width="178" bgcolor="#e7e6e7" class="border1"><a href="conflicts.htm" class="border1">Conflicts past and present</a><td width="11" bgcolor="#e7e6e7">&nbsp;<td background="images/menu_img2.gif">&nbsp;</td></tr><tr><td background="images/menu_img1.gif">&nbsp;</td><td height="34" bgcolor="#e7e6e7">&nbsp;</td><td height="34" bgcolor="#e7e6e7" class="border1"><a href="role_media.htm" class="border1">Role of Media </a></td><td height="34" bgcolor="#e7e6e7">&nbsp;</td><td background="images/menu_img2.gif">&nbsp;</td></tr><tr><td background="images/menu_img1.gif">&nbsp;</td><td height="34" bgcolor="#e7e6e7">&nbsp;</td><td height="34" bgcolor="#e7e6e7" class="border1" ><a href="role_society.htm" class="border1">Role of Society</a></td><td height="34" bgcolor="#e7e6e7">&nbsp;</td><td background="images/menu_img2.gif">&nbsp;</td></tr><tr><td background="images/menu_img1.gif">&nbsp;</td><td height="24" valign="bottom" bgcolor="#e7e6e7">&nbsp;</td><td height="24" valign="bottom" bgcolor="#e7e6e7" class="border1" title="In a bit…">Role of Animal lovers</td><td height="24" valign="bottom" bgcolor="#e7e6e7">&nbsp;</td><td background="images/menu_img2.gif">&nbsp;</td></tr><tr><td width="6" align="right" valign="bottom"><img src="images/menu_img3.gif" width="6" height="10"></td><td colspan="3" background="images/menu_img5.gif" bgcolor="#e7e6e7"><img src="images/spacer.gif" width="1" height="1"></td><td width="6" align="right" valign="bottom"><img src="images/menu_img4.gif" width="6" height="10"></td></tr></tbody></table></div>';

strHeaderData += '<DIV id=label6></DIV><div class=left4 id=menu5 onMouseOver="event.cancelBubble = true;" style="Z-INDEX: 1; WIDTH: 150px; POSITION: absolute; HEIGHT: 52px; visibility: hidden;"><table width="190" border=0 align="center" cellpadding=0 cellspacing=0><tbody><tr> <td background="images/menu_img1.gif">&nbsp;</td><td width="11" height="34" bgcolor="#e7e6e7">&nbsp;<td width="156" bgcolor="#e7e6e7" class="border1" title="In a bit…">Area of work<td width="11" bgcolor="#e7e6e7">&nbsp;<td width="6" background="images/menu_img2.gif">&nbsp;</td></tr><tr><td background="images/menu_img1.gif">&nbsp;</td><td height="24" valign="bottom" bgcolor="#e7e6e7">&nbsp;</td><td height="24" valign="bottom" bgcolor="#e7e6e7"><span class="middal1"><a href="get_in_touch.htm" class="border1">Get in touch</a></span></td><td height="24" valign="bottom" bgcolor="#e7e6e7">&nbsp;</td><td background="images/menu_img2.gif">&nbsp;</td></tr><tr><td width="6" align="right" valign="bottom"><img src="images/menu_img3.gif" width="6" height="10"></td><td colspan="3" background="images/menu_img5.gif" bgcolor="#e7e6e7"><img src="images/spacer.gif" width="1" height="1"></td><td width="6" align="right" valign="baseline"><img src="images/menu_img4.gif" width="6" height="10"></td></tr></tbody></table></div>';

	document.write(strHeaderData);
}

