//globalnav
$(function() {
	$('#globalnav #menu').tabs({ fxFade: true, fxSpeed: 'fast' });
	$('#show img').fadeIn(1000);
});