function pop_divs_show(id){	document.getElementById(id).style.display = '';}function pop_divs_hide(id){	document.getElementById(id).style.display = 'none';}