function prestyle() {document.write('<style type="text/css">#jsc, #jsf {display:none;}</style>');}function showhide(id) {var obj = document.getElementById(id);if (obj.style.display=='block') {obj.style.display='none';} else {obj.style.display='block';}}