﻿ $(document).ready(function(){
    $("#top-quick-links a").hover(function(){$(this).fadeOut(100);$(this).fadeIn(300);});
    
    /* Search Watermark Config - Begin */
    $(".search-quick-container .search .text").focus(function() {if ($(this).val() == 'بحث في الموقع ...'){$(this).val('');}});

    $(".search-quick-container .search .text").blur(function() {if ($.trim($(this).val()) == '') {$(this).val('بحث في الموقع ...');}});
    /* Search Watermark Config - End */
    var altxt=["أدخل اسمك هنا","نص الرسالة","أدخل بريدك هنا","موضوع الرسالة"];
    $(".contact .txt").focus(function() {if ($(this).val() == altxt[$(".contact .txt").index(this)]){$(this).val('');$(this).addClass("color")}});
    $(".contact .txt").blur(function() {if ($.trim($(this).val()) == '') {$(this).val(altxt[$(".contact .txt").index(this)]);;$(this).removeClass("color")}});



   if ($.browser.webkit &&  parseInt(jQuery.browser.version)<="534")
        $(".contact .txt").css("-webkit-box-shadow","0px 0px 5px #1A4E6A");

  if($.browser.msie)
    {
      if($(".center-container .nav-container .body img").width() > 210)
      {$(".center-container .nav-container .body img").css("width","210px");}

    if($.browser.version != 7)
    {
        $(".center-container .medial-nav-container .body .content").textShadow({x: 1, y: 1, radius: 2,color: "#666666", opacity: "0.3"});              
        $(".center-container .center .medial-links ul li span a").textShadow({x: 1, y: 1, radius: 2, color: "#666666", opacity: "0.3"});          
        //$(".center-container .bottom-links ul li a").textShadow({x: 1, y: 1, radius: 1, color: "#666666", opacity: "0.3"});
        
    } 
    
    //$(".center-container .bottom-links .title").textShadow({x: 1, y: 1, radius: 2,color: "#303030", opacity: "0.3"});
    $(".center-container .Copyrights .title").textShadow({x: 1, y: 1, radius: 1, color: "#666666", opacity: "0.3"});
    $(".center-container .Copyrights .content").textShadow({x: 1, y: 1, radius: 1, color: "#666666", opacity: "0.3"});
    if($.browser.version == 7)
    { 
        //$(".center-container .center .medial-links ul li span a").FontEffect({ shadow:true, shadowColor: "#666666",shadowOffsetTop :1,shadowOffsetLeft :1,shadowBlur :1 })
        //$(".center-container .center .medial-links ul li.item3 span a").css({'width':'83px','overflow':'hidden'});
       // $(".center-container .center .medial-links ul li.item4 span a").css({'width':'75px','overflow':'hidden'});
       // $(".center-container .bottom-links ul li a").FontEffect({ shadow:true, shadowColor: "#666666",shadowOffsetTop :1,shadowOffsetLeft :1,shadowBlur :1 });
        // $(".center-container .medial-nav-container .body .content h1").FontEffect({ shadow:true, shadowColor: "#666666",shadowOffsetTop :1,shadowOffsetLeft :1,shadowBlur :1 });
    } 
    
    
    }
//    $(".menu-container .dynamic").click(function(){

//        $(this).stop();
//    });
    $(".menu-container li.dynamic").mouseenter(function(){
        var el=$(this).find("a.normal");

        el.animate({opacity: 0,height: '0px',top: '-20px' }, 250);
        el.next().animate({opacity: 1}, 300);

        var sp=el.next().find('span');
        sp.animate({top: '-8px'}, 140);
        sp.animate({top: '15px'}, 150);
        sp.animate({top: '5px'}, 180);
        el.style.removeAttribute('filter');


    });
    $(".menu-container li.dynamic").mouseleave(function(){
        
        var el=$(this).find("a.normal");
        el.next().animate({opacity: 0}, 200);        
        el.animate({opacity: '',height: '54px',top: '18px' }, 250);
        el.animate({top: '0px' }, 70);
        el.animate({top: '5px' }, 90)
        el.style.removeAttribute('filter');



    });    
    
    
    
        $(".nav-container .body .img").load(function() {
            $(this).wrap(function(){
                return '<span class="img" style="background:url(' + $(this).attr('src') + ') no-repeat center center; width: ' + $(this).width() + 'px; height: ' + $(this).height() + 'px;" />';
            });
            $(this).css("opacity","0");
        });
//        $(".products .normal img").load(function() {
//            $(this).wrap(function(){
//                return '<span class="img" style="background:url(' + $(this).attr('src') + ') no-repeat center center; width: ' + $(this).width() + 'px; height: ' + $(this).height() + 'px;" />';
//            });
//            $(this).css("opacity","0");
//        });        
        //$(".top-download .item, .future .item").hover(function(){$(this).fadeOut(100);$(this).fadeIn(300);});
    $(".lod").click( function() {
        if( typeof(WebForm_OnSubmit)== 'function')
        {
            if(WebForm_OnSubmit() == true )
            {
                $(this).css("display","none");
                $("<a class='dis'>جاري العمل ...</a>").insertBefore($(this));
                return true;
            }
            else
            {
                return false;
            }
        }
        else
        {
            $(this).css("display","none");
            $("<a class='dis'>جاري العمل ...</a>").insertBefore($(this));
            return true;
        }
     return false;
    });    
$('.search a').click(function(){
    if($('.search .text').val()== 'بحث في الموقع ...')
    {
        showDialog('- من فضلك أدخل كلمة البحث.','warning');
        return false;
    }
});

    $('.search .text').keydown(function(e)
    {
        if(e.keyCode == 13)
        {
            if($(this).val() == '')
            {
                showDialog('- من فضلك أدخل كلمة البحث.','warning');
                return false;
            }
            else
            {
                $('.search a').focus();
            }
        }

    });
 });


