function rePosition(){
	if(window.XMLHttpRequest){
	document.getElementById('placesearch').style.top='-96px';
	document.getElementById('formulasearch').style.top='-96px';
	document.getElementById('profilesearch').style.top='-96px';
	}
}