$(init);

function init() {
	return true;
}

function showSubMenu() {
	$('#navigation>ul>li>ul').hide();
	$(this).parent().find('ul').fadeIn();
}