jQuery(document).ready(function() {
	jQuery('h2').hide();
	jQuery('#navi').show();
	jQuery('.contenttabs').show();
	var opts = { effect: 'fade' };
	jQuery('#navi').tabs('#content > div', opts);
	jQuery('.start ul.contenttabs').tabs('.start div.contentpanes > div', opts);
	jQuery('.work ul.contenttabs').tabs('.work div.contentpanes > div', opts);
	jQuery('.legal ul.contenttabs').tabs('.legal div.contentpanes > div', opts);
	jQuery('#projecttabs').show();
    jQuery('#projects').scrollable({ circular: false, mousewheel: true }).navigator({
        navi: '#projecttabs',
        naviItem: 'a',
        activeClass: 'current',
        history: false
    });
});
