// JavaScript Documen
document.write('<ol class="menu" dir="rtl">');
document.write('<li><a href="index.html"    target="_parent">	الرئيسية	</a></li>');
document.write('<li><a href="about_us.html"    target="_parent">	السيرة الذاتية	</a></li>');
document.write('<li><a href="our_specialties.html"    target="_parent">	إختصاصاتنا	</a></li>');
document.write('<li><a href="about_us.html"    target="_parent">	فـريق العمـل	   </a></li>');
document.write('<li><a href="about_us.html"    target="_parent">	نشاطنا العلمي	</a></li>');
document.write('<li><a href="about_us.html"    target="_parent">		اتصل بنا ');
document.write('</a></li></ol>');

