$(document).ready( function() {
	// check for belowSubMenu in content and shift into area below submenu.
	x = $('#content').find('#belowSubMenu').html();
	if( x ) { $('#subMenuInfo').html( x ).css( 'display', 'block'); }
});
