function show(id) {
	document.getElementById(id).style.top='110px';
}
function hide (id) {
	document.getElementById(id).style.top='165px'
}