/**
 *  Wizzard Bulgaria
 *  http://wizzard.bg
 *
 */

$(function() {
	 
	// Context menu
	$(document).bind("contextmenu",function(e){
              return false;
       }); 
	 
    // Mask
     $('#intro_page').wizzard_mask({
         bgcolor: '#000',
         opacity: 0.8,
         speed: 500,
         close_handler_id: 'intro_page',
         zIndex: 50,
		 after_display: function() {
             $('#intro_page').show()
		    }
     });

})
