{

overPic= new makeArray(5)
normalPic= new makeArray(5)

overPic[0].src="images/arabic1.gif"
overPic[1].src="images/cu1.gif"
overPic[2].src="images/home1.gif"
overPic[3].src="images/sm1.gif"
overPic[4].src="images/home3.gif"

normalPic[0].src="images/arabic.gif"
normalPic[1].src="images/cu.gif"
normalPic[2].src="images/home.gif"
normalPic[3].src="images/sm.gif"
normalPic[4].src="images/home2.gif"

function makeArray(n){
 this.length=n;
 for(i=0;i<=n;i++)
   this[i]=new Image();
   return this;
}


if (navigator.appName=="Netscape")
   IE=false;
 else
   IE=true


function mouseover(picName,picNumber)
{
 if(IE)
  document.images[picName].src = overPic[picNumber].src
 else
  document.images[picName].src = overPic[picNumber].src

}

function mouseout(picName,picNumber)
{
 if(IE)
   document.images[picName].src = normalPic[picNumber].src
 else
   document.images[picName].src = normalPic[picNumber].src
}



document.write('<table border="0" style="border-collapse: collapse" width="100%" id="table4" cellpadding="0">');
document.write('            <tr>');
document.write('<td dir="rtl" class="Menu" align="center" nowrap>');
document.write('              <a href="sm.htm" onmouseover="mouseover(&#39;img3&#39;,3);" onmouseout="mouseout(&#39;img3&#39;,3);"> ');
document.write('              <img name="img3" border="0" src="images/sm.gif" width="18" height="20"></a></td>');
document.write('<td dir="rtl" class="Menu" align="center" nowrap>');
document.write('               <a href="home.htm" onmouseover="mouseover(&#39;img2&#39;,2);" onmouseout="mouseout(&#39;img2&#39;,2);"> ');
document.write('              <img name="img2" border="0" src="images/home.gif" width="18" height="20"></a></td>');
document.write('<td dir="rtl" class="Menu" align="center" nowrap>');
document.write('              <a href="cu.htm" onmouseover="mouseover(&#39;img1&#39;,1);" onmouseout="mouseout(&#39;img1&#39;,1);">  ');
document.write('              <img name="img1" border="0" src="images/cu.gif" width="20" height="20"></a></td>');
document.write('<td dir="rtl" class="en" align="center" nowrap>');
document.write('              <a class="Menue" href="http://www.nitc.gov.jo/En/">English</a></td>');
document.write('<td dir="rtl" class="Menu" align="center" nowrap><input type=image src="images/red.gif" name="grootte" value="1" onClick="SetCookie(nameOfCookie, this.value, exp); doRefresh();">  |</span></td>');
document.write('<td dir="rtl" class="Menu" align="center" nowrap><input type=image src="images/white.gif" name="I2" value="2" onClick="SetCookie(nameOfCookie, this.value, exp); doRefresh();"></td>');
document.write('<td dir="rtl" class="Menu" align="center" nowrap><input type=image src="images/blue.gif" name="I1" value="3" onClick="SetCookie(nameOfCookie, this.value, exp); doRefresh();"></td>');
document.write('<td dir="rtl" class="Menu" width="88" align="center" nowrap><span lang="ar-sa">');
document.write('              <a class="Menu" href="faq.htm">أسئلة متكررة</a> <span style="font-weight: 400">');
document.write('              |</span></span></td>');
document.write('<td dir="rtl" class="Menu" align="center" width="61" nowrap><span lang="ar-sa">');
document.write('              <a class="Menu" target="_blank" href="http://events.nitc.gov.jo/event/NITC_Web/tendersAa.jsp">');
document.write('              العطاءات</a>');
document.write('              <span style="font-weight: 400">|</span></span></td>');
document.write('<td dir="rtl" class="Menu" width="129" align="center" nowrap><span lang="ar-sa">');
document.write('              <a class="Menu" target="_blank" href="http://www.jordan.gov.jo">الحكومة الإلكترونية</a>&nbsp; ');
document.write('              <span style="font-weight: 400">|</span></span></td>');
document.write('<td dir="rtl" class="Menu" width="148" align="center" nowrap>');
document.write('             <a class="Menu" id="link2" onmouseover="MM_showMenu(window.mm_menu_0914151417_0,-6,25,null,&#39;link2&#39;)" onmouseout="MM_startTimeout();" name="link2" href="">  ');
document.write('              <span lang="ar-sa">نظام المعلومات الوطني');
document.write('              <img border="0" src="images/down.gif" width="10" height="13">&nbsp; ');
document.write('              <span style="font-weight: 400">|</span></span></a></td>');
document.write('<td dir="rtl" class="Menu" width="204" align="center" nowrap>');
document.write('              <a id="link1" class=Menu  onmouseover="MM_showMenu(window.mm_menu_0914143802_0,60,26,null,&#39;link1&#39;)" onmouseout="MM_startTimeout();" name="link1" href="">             ');
document.write('              <span lang="ar-sa">مركز تكنولوجيا المعلومات الوطني');
document.write('              <img border="0" src="images/down.gif" width="10" height="13"> ');
document.write('              <span style="font-weight: 400">|</span></span></a></td>');
document.write('            </tr>');
document.write('          </table>');

}        
