$(function(){
	$('body').bind('contextmenu', function() {
      return false;
    });
 $('body').bind("selectstart",function(){return false;});
	$('#menus').singleDropMenu({parentMO: 'focus', childMO: 'ddchildhover', timer: 3500, show: 'slideDown', hide: 'slideUp'});	

});
