function centerPopup(a,b,c,d){var f=(screen.height-d)/2;var g=(screen.width-c)/2;var h="alwaysRaised=yes,top="+f+",left="+g+",width="+c+",height="+d;var w=window.open(a,b,h);}function hideshow(e){var i=document.getElementById(e);if(i.style.display=="none"){i.style.display="";}else{i.style.display="none";}}function goLiteId(e){if(window.XMLHttpRequest){document.getElementById(e).style.color="#FF9900";}else if(window.ActiveXObject){}}function goDimId(e){if(window.XMLHttpRequest){document.getElementById(e).style.color="";}else if(window.ActiveXObject){}}