/*No one is allowed to alter, add, delete without telling me*/

document.title="Welcome to Ahmed Issa Murad & Sons Investment Group";


function Document_Dir(dir,url)
{  
  document.dir = dir;   
}

function GetDirection(obj)
{
    document.getElementById('uxTabel').direction = 'ltr';
}



 
function LoadCSSfile(fileName)
{
   var x = document.getElementsByTagName("LINK");
   var att=x.item(0).attributes.getNamedItem("href");
   att.value=fileName;
 }   

function Loadjsfile(fileName)
{
   var x = document.getElementsByTagName("script");
   var att=x.item(0).attributes.getNamedItem("src");
   att.value=fileName;
   
 }   




function GotoSearch()
{

if(document.getElementById("Web_Footer1:uxTextBoxSearch")!=null && document.getElementById("Web_Footer1_uxRadioButtonGoogle")!= null && document.getElementById("Web_Footer1_uxRadioButtonMurad")!=null)
{
var request=document.getElementById("Web_Footer1:uxTextBoxSearch").value;
if(request !="")
if(request.charCodeAt(0)!=32) 
{
  if(document.getElementById("Web_Footer1_uxRadioButtonMurad").checked == true)
   window.navigate("Search.aspx?request="+request);
  else
  if(document.getElementById("Web_Footer1_uxRadioButtonGoogle").checked == true)
   window.open("http://www.google.com/custom?hl=en&cof=&q="+request);
}
}
}



