function viz(a){ document.getElementById(a).style.visibility='visible'; } function hid(b){ document.getElementById(b).style.visibility='hidden'; //document.getElementById(b).style.backgroundColor='inherit'; } function links(c){ document.getElementById(c).style.color="#4dbfdc"; } function pubFlashCont(url, width, height) { document.write(' '); }