
/* - custom.js - */
// http://www.3a-strategy.com/portal_javascripts/custom.js?original=1
function switchLayer(id,no,length,aid){for(var i=1;i<=length;i++){document.getElementById(id+i).style.visibility="hidden";document.getElementById(aid+i).style.fontWeight='normal';document.getElementById(aid+i).style.color='#555555'}
document.getElementById(id+no).style.visibility="visible";document.getElementById(aid+no).style.fontWeight="bold";document.getElementById(aid+no).style.color="white"}

