﻿function doClick() {
  parent.location = this.href;
  return false;
}

var oPopup = window.createPopup();
function ButtonClick()
{

   
   var oPopBody = oPopup.document.body;

    oPopBody.style.border = "solid #ccccff 1px";
    oPopBody.style.textAlign="right";
    
    
    
        
  oPopBody.innerHTML = "<A href=\"http://www.sawalive.com/AR/QuranMainPage.aspx\" style='text-decoration:none;font-weight:bold;font-size:13px' onMouseOver=\"style.color='Brown'\" onMouseOut=\"style.color='Blue'\">القرآن الكريم&nbsp; </a><br/> <A href=\"http://www.sawalive.com/AR/DictMainPage.aspx\" style='text-decoration:none;font-weight:bold;font-size:13px' onMouseOver=\"style.color='Brown'\" onMouseOut=\"style.color='Blue'\">قاموس سوا &nbsp;</a><br/><A href=\"http://www.sawalive.com/AR/univ/universities.aspx\" style='text-decoration:none;font-weight:bold;font-size:13px' onMouseOver=\"style.color='Brown'\" onMouseOut=\"style.color='Blue'\">الجامعات العربية&nbsp; </a><br/><A href=\"http://www.sawalive.com/AR/Currency/currency.aspx\" style='text-decoration:none;font-weight:bold;font-size:13px' onMouseOver=\"style.color='Brown'\" onMouseOut=\"style.color='Blue'\">  أسعار العملات &nbsp;</a><br/>";
  oPopup.show(event.clientX-60,35 , 90, 85, document.body);
    for (var i = 0; i < oPopBody.all.length; i++) 

    {

      if (oPopBody.all[i].tagName == "A")

        oPopBody.all[i].onclick = doClick;

    }

}
        