/* Fly-in Header script (credit must stay enclosed) By javascriptkit.com For this and over 400+ JavaScripts, Visit http://www.javascriptkit.com للمزيد من الجافا سكريبت .. نرجو زيارة منتدى التكويد العربي http://www.tacwed.com/ */
if (document.getElementById||document.all) var crossheader=document.getElementById? document.getElementById("flyin").style : document.all.flyin.style
function animatein(){ if (parseInt(crossheader.right)<0) crossheader.right=parseInt(crossheader.right)+20 else{ crossheader.right=0 crossheader.fontStyle="normal" clearInterval(start) } }
if (document.getElementById||document.all) start=setInterval("animatein()",50)