// If JavaScript is on, manipulate search control objects.
// Otherwise this will be ignored and search controls will be shown by default
document.getElementById('sw_searchbox').style.visibility = 'hidden';
document.getElementById('searchgraphic').style.visibility= 'visible';