function showText () {
	document.getElementById('searchBox').value = 'Search >> ';
}
function hideText () {
	document.getElementById('searchBox').value = '';
}
function showTextUSA () {
	document.getElementById('searchBoxUSA').value = 'Search >> ';
}
function hideTextUSA () {
	document.getElementById('searchBoxUSA').value = '';
}