document.write("        </font></font></div>")
document.write("    </td>")
document.write("    <td background='images/headbg.jpg' width='85' height='72'> ")
document.write("      <div align='right'><a href='http://www.aaru.edu.jo'><img border=0 src='images/AARU.jpg' align='top'></a></div>")
document.write("    </td>")
document.write("	</tr>")
document.write("</table>")
document.write("<table cellspacing='0' width=100% onmouseover='setmousestyle(this)'>")
document.write("  <tr> ")
document.write("    <a href='index.htm'><td class=bordered style='border-right:0' bgcolor='#CCCCCC' align=center><font color='navy' size='2'> Home </font></td></a>")
document.write("    <a href='history.htm'><td class=bordered style='border-right:0' bgcolor='#CCCCCC' align=center><font color='navy' size='2'> History </font></td></a>")
document.write("    <a href='objectives.htm'><td class=bordered style='border-right:0' bgcolor='#CCCCCC' align=center><font color='navy' size='2'> Objectives</font></td></a>")
document.write("    <a href='management_finance.htm'><td class=bordered style='border-right:0' bgcolor='#CCCCCC' align=center><font color='navy' size='2'> Management & Finance</font></td></a>")
document.write("    <a href='board.htm'><td class=bordered style='border-right:0' bgcolor='#CCCCCC' align=center><font color='navy' size='2'> Academic & Steering Board </font></td></a>")
document.write("    <a href='activities.htm'><td class=bordered style='border-right:0' bgcolor='#CCCCCC' align=center><font color='navy' size='2'> Achievements </font></td></a>")
document.write("    <a href='future_activities.htm'><td  style='border-right:0' class=bordered bgcolor='#CCCCCC' align=center><font color='navy' size='2'> Future Activities </font></td></a>")
document.write("    <a href='research_funding.htm'><td class=bordered bgcolor='#CCCCCC' align=center><font color='navy' size='2'> Research Funding </font></td></a>")
document.write("  </tr>")
document.write("</table>")
document.write("<table cellspacing='0' width=100% onmouseover='setmousestyle(this)'>")
document.write("  <tr> ")
document.write("    <a href='training.htm'><td class=bordered style='border-top:0;border-right:0' bgcolor='#CCCCCC' align=center><font color='navy' size='2'> Training Courses </font></td></a>")
document.write("    <a href='publications.htm'><td class=bordered style='border-top:0;border-right:0'  bgcolor='#CCCCCC' align=center><font color='navy' size='2'> Publications </font></td></a>")
document.write("    <a href='biotech.htm'><td class=bordered style='border-top:0;border-right:0'  bgcolor='#CCCCCC' align=center><font color='navy' size='2'> Biotech </font></td></a>")
document.write("    <a href='arch.htm'><td class=bordered style='border-top:0;border-right:0'  bgcolor='#CCCCCC' align=center><font color='navy' size='2'> Archeology </font></td></a>")
document.write("    <a href='statistical.htm'><td class=bordered style='border-top:0;border-right:0'  bgcolor='#CCCCCC' align=center><font color='navy' size='2'> Statistical Mapping </font></td></a>")
document.write("    <a href='consultation.htm'><td class=bordered style='border-top:0;border-right:0'  bgcolor='#CCCCCC' align=center><font color='navy' size='2'> Consultations </font></td></a>")
document.write("    <a href='res.htm'><td class=bordered style='border-top:0;border-right:0'  bgcolor='#CCCCCC' align=center><font color='navy' size='2'> Research and Studies </font></td></a>")
document.write("    <a href='links.htm'><td class=bordered style='border-top:0'  bgcolor='#CCCCCC' align=center><font color='navy' size='2'> Links </font></td></a>")


document.write("  </tr>")
document.write("</table>")
document.write("<table width=100%>")
document.write("  <tr>")
document.write("  <td align=right><small> <a href='map.htm'>Site map</a> - <a href='nav.htm'>غربٌ</a></small></td>")
document.write("  </tr>")
document.write("</table>")

var pageTitleColor="white"
function changeColor()
{
	if(pageTitleColor=="white")
		pageTitleColor="midnightblue"
	else if(pageTitleColor=="midnightblue")
		pageTitleColor="white"
		
	pageTitle.color=pageTitleColor
	
	window.setTimeout("changeColor()",1000)
}
window.setTimeout("changeColor()",1000)