function showSubLocale()
{
	$('subLocations').show();
}
function hideSubLocale()
{
	$('subLocations').hide();
}
function showsubPress()
{
	$('subPress').show();
}
function hidesubPress()
{
	$('subPress').hide();
}
function hideAllMenus()
{
	$('subLocations').hide();
	$('subPress').hide();
}
	