function subNavigationHeight(height) {
	
	$('div.subNavigation').css({'height': height});
	
}
