<!--// 2009 pirolab.it

$(document).ready(function(){

			

	 $('.drop_down').mouseenter(function(){
		var active = $(this).attr('title')
		
		$(this).children('.sub_menu').css({'visibility':'visible'});
		$(this).addClass(active);
		 });
	$('.drop_down').mouseleave(function(){
										
		var active = $(this).attr('title')						
		$(this).removeClass(active);			
		$('.drop_down').children('.sub_menu').css({'visibility':'hidden'});
				
			/*function close_menu (){	}
			setTimeout(close_menu,300);*/
			
		   });


});

//:::::::::::::::::::::::::::SIFR
    var air = {
      src: 'http://www.pirolab.it/david/air.swf'
      ,ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 27, 1.2, 34, 1.19, 42, 1.18, 47, 1.17, 48, 1.18, 69, 1.17, 74, 1.16, 75, 1.17, 1.16]
    };

    sIFR.activate(air);

    sIFR.replace(air, {
      selector: 'h2.david'
      ,css: {
        '.sIFR-root': { 'color': '#1a2629', 'letter-spacing': -0.5, 'text-transform': 'uppercase' }
}
	  ,wmode: 'transparent'
      ,filters: {
        DropShadow: {
          knockout: false
          ,distance: 1
          ,color: '#000000'
          ,strength: 0.6
        }
      }
    });



    sIFR.replace(air, {
      selector: 'h3'
      ,css: {
        '.sIFR-root': { 'color': '#1a2629', 'text-transform': 'uppercase', 'text-align':'center'}
      }
	  ,wmode: 'transparent'
      ,filters: {
        DropShadow: {
          knockout: false
          ,distance: 1
          ,color: '#000000'
          ,strength: 0.6
        }
      }
    });