﻿function open_page(val){
  // $('#right11').hide("slow");
   $('#right11').load(val, function(response, status){
  if(status!="success")  $('#right11').html('<span style="color:red">صفحة غير موجودة</span>');
 // $('#right11').show("slow");
});
}
$(document).ready(function(){
$("#top ul.nav li a").click(function(){
$("#top ul.nav li a").css({ "background": "#fff url('img/nav_bg.gif') no-repeat 0 0","color": "#fff" });
$(this).css({ "background":"#fff url('img/nav_bg_hover.gif') no-repeat 0 0","color": "#444" });
//$("#right11").hide("slow");
     // var id = $(this).attr("#right11");
      //var link = $(this).attr("#right11");
      //$("#right11").show("slow");
    });
 });
 $(function() {
    $('#test3').crossSlide({
      fade: 1
    }, [
              {
        src:  'slid/01.jpg',
       // href: 'logiciels/gestion-commerciale.php',
        from: '100% 100% 1x',
        to:   '100% 100% 1x',
        time: 5
      }, {
        src:  'slid/02.jpg',
       // href: 'logiciels/cmd.php?produit=kas',
        from: '100% 100% 1x',
        to:   '100% 100% 1x',
        time: 5
      }, {
        src:  'slid/03.jpg',
      //  href: 'logiciels/promotion-immobiliere.php',
        from: '100% 100% 1x',
        to:   '100% 100% 1x',
        time: 5
      }, {
        src:  'slid/04.jpg',
       // href: 'conception-site-web/',
        from: '100% 100% 1x',
        to:   '100% 100% 1x',
        time: 5
      }, {
        src:  'slid/05.jpg',
      //  href: '/hebergement/',
        from: '100% 100% 1x',
        to:   '100% 100% 1x',
        time: 5
      }    ]);
      $("#various1").fancybox({
                'titlePosition'        : 'inside',
                'transitionIn'        : 'none',
                'transitionOut'        : 'none'
            });

           $(".various3").fancybox({
                'width'                : '75%',
                'height'            : '75%',
                'autoScale'            : false,
                'transitionIn'        : 'none',
                'transitionOut'        : 'none',
                'type'                : 'iframe'
            });
  });
        
