//from header function toggle(divId) { if(document.getElementById(divId).style.display == 'none') { document.getElementById(divId).style.display = 'block'; } else { document.getElementById(divId).style.display = 'none'; } return true; }function on(divId) { document.getElementById(divId).style.display = 'block'; return true; }function off(divId) { document.getElementById(divId).style.display = 'none'; return true; }function swap(id1, id2) {on(id1); off(id2); return true; } //end from header function toggle(divId) { if(document.getElementById(divId).style.display == 'none') { document.getElementById(divId).style.display = 'block'; } else { document.getElementById(divId).style.display = 'none'; } return true; } function on(divId) { document.getElementById(divId).style.display = 'block'; return true; } function off(divId) { document.getElementById(divId).style.display = 'none'; return true; } function swap(id1, id2) {on(id1); off(id2); return true; } //v1.0 //Copyright 2006 Adobe Systems, Inc. All rights reserved. function AC_AddExtension(src, ext) { if (src.indexOf('?') != -1) return src.replace(/\?/, ext+'?'); else return src + ext; } function AC_Generateobj(objAttrs, params, embedAttrs) { var str = ' '; str += '