  /* كود نسخ الرابط إلى المواقع ، رابط مباشر ، المنتديات 
  عبدالله .. شبكة ادما Adma1.Com
mailto:Master@adma1.com */
function CopyAdma1Sites()
   {
   textRange = document.sitesshow.msgs.select()
   textRange = document.sitesshow.msgs.focus();
   textRange = document.sitesshow.msgs.createTextRange();
   textRange.execCommand("RemoveFormat");
   textRange.execCommand("Copy");
   alert("تم نسخ وحفظ الرابط من العاب ادما في لوحة المفاتيح");
   }
function Copyurl()
   {
   textRange = document.weburl.url.select()
   textRange = document.weburl.url.focus();
   textRange = document.weburl.url.createTextRange();
   textRange.execCommand("RemoveFormat");
   textRange.execCommand("Copy");
   alert("تم نسخ وحفظ الرابط من العاب ادما في لوحة المفاتيح");
   }
function CopyAdma1vb()
   {
   textRange = document.vbcode.code.select()
   textRange = document.vbcode.code.focus();
   textRange = document.vbcode.code.createTextRange();
   textRange.execCommand("RemoveFormat");
   textRange.execCommand("Copy");
   alert("تم نسخ وحفظ الرابط من العاب ادما في لوحة المفاتيح");
   }