// JavaScript Document<!--2function show(id) {3var e = document.getElementById(id);4e.style.display = 'block';5}6//-->
