var newWindow; function openNewWin(winTarget) { newWindow=window.open(winTarget,"Closer","toolbar=0,width=750,height=500,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,left=80,top=80,screenX=80,screenY=80"); if (window.focus) { newWindow.focus(); } } var regWindow; function register_now_bak() { regWindow=window.open("https://www.weboom.com/streamlinevents/brocade/conference2010registration/forms","Register","toolbar=0,width=750,height=750,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=1,left=50,top=50,screenX=50,screenY=50"); if (window.focus) { regWindow.focus(); } } function register_now() { window.location.href = "reg_closed.html"; } var askWindow; function ask_now() { askWindow=window.open("https://www.weboom.com/streamlinevents/brocade/conference2010registration/ask_brocade/","Ask","toolbar=0,width=750,height=750,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=1,left=50,top=50,screenX=50,screenY=50"); if (window.focus) { askWindow.focus(); } } function printWindow() { if (window.print) window.print(); else alert("Please choose File... Print... from your Browser Menu."); } /* CHANGE CLASS */ var whosOn = ''; function doClick(obj){ obj.className='subnav_active'; if(whosOn != undefined && obj != whosOn){ whosOn.className = 'subnav'; } whosOn = obj; } /* SHOW ONLY ONE SUBSECTION */ function hideElement (elementId) { var element; if (document.all) element = document.all[elementId]; else if (document.getElementById) element = document.getElementById(elementId); if (element && element.style) element.style.display = 'none'; } function showElement (elementId2) { var element2; if (document.all) element2 = document.all[elementId2]; else if (document.getElementById) element2 = document.getElementById(elementId2); if (element2 && element2.style) element2.style.display = ''; } function show_section(elementId){ hideElement ('div_section1'); hideElement ('div_section2'); hideElement ('div_section3'); hideElement ('div_section4'); hideElement ('div_section5'); hideElement ('div_section6'); hideElement ('div_section7'); hideElement ('div_section8'); hideElement ('div_section9'); hideElement ('div_section10'); showElement (elementId); }