function aSetHome() {
  var mUrl="'"+self.location+"'";
  if (document.all)
    if (window.external)
    {
      document.write(
       '<span style="cursor:hand; behavior:url(#default#homepage);"'+
       ' onclick="this.setHomePage('+mUrl+');" class="arabmenu">إجعل هذه الصفحة الرئيسية</span>'
       );
    }
  else
    alert("Sorry. Netscape users must drag the url manually to the home image...");	
}
//---------------------------------------------------
function eSetHome() {
  var mUrl="'"+self.location+"'";
  if (document.all)
    if (window.external)
    {
      document.write(
       '<span style="cursor:hand; behavior:url(#default#homepage);"'+
       ' onclick="this.setHomePage('+mUrl+');" class="outmenu">Make this page your Homepage</span>'
       );
    }
  else
    alert("Sorry. Netscape users must drag the url manually to the home image...");	
}
//---------------------------------------------------
function bookIt()
{
  var bookData = new Array();
  var mUrl=self.location;
  var argVal =mUrl+'|'+document.title;
  bookData = argVal.split("|");
  if (document.all)
    window.external.AddFavorite(bookData[0], bookData[1]);
  else
    alert("Sorry. Netscape users must bookmark the pages manually by hitting <Ctrl-D>");
}
//---------------------------------------------------


 
 
 
