function do_onload() { $$('.switchcontent').each( function(el) { Element.hide(el); } ) }
if (window.addEventListener) window.addEventListener('load', do_onload, false)
    else if (window.attachEvent) window.attachEvent('onload', do_onload)
    else if (document.getElementById) window.onload=do_onload;
