$(function() {
        $("#arrival").mask("99-99-9999");
        });
        $(function() {
	    $('input').filter('#arrival').datepicker({ autoSize: true,dateFormat: 'dd-mm-yy',firstDay: 1,maxDate: '+2y',minDate: +0 });
        });
    $('document').ready(function(){
       
    $('.mpp_table_container').easytabs({
          tabs:'div#mpp_menu ul li',
          tabActiveClass:'active-tab',
          animate:false,
          updateHash: false
        });
	
	 $("a[rel^='webnaz']").prettyPhoto({
			animationSpeed: 'normal', /* fast/slow/normal */
			hideflash: true,
			deeplinking: false
		});
        $("ul.sf-menu").supersubs({ 
            minWidth:    12,   // minimum width of sub-menus in em units 
            maxWidth:    27,   // maximum width of sub-menus in em units 
            extraWidth:  1     // extra width can ensure lines don't sometimes turn over 
                               // due to slight rounding differences and font-family 
        }).superfish({ 
            delay:       500,                            // one second delay on mouseout 
            animation:   {opacity:'show',height:'show'},  // fade-in and slide-down animation 
            speed:       'fast',                          // faster animation speed 
            autoArrows:  true,                           //  generation of arrow mark-up 
            dropShadows: true                            // drop shadows 
        });  
	    
    });
   
