function ShowSection(section){var strLocationOld=""+document.location;document.location.replace(strLocationOld.split("?")[0]+"?"+section)}window.onload=init;function init(){setTimeout("DisplaySection()",1000)}function DisplaySection(){var strLocation=""+document.location;var astrLocation=strLocation.split("?");var section=astrLocation.length>1?""+astrLocation[1]:"";GetObjectById('Business').style.display='none';GetObjectById('ECE').style.display='none';GetObjectById('Education').style.display='none';GetObjectById('EnglishLang').style.display='none';GetObjectById('Health').style.display='none';GetObjectById('Hospitality').style.display='none';GetObjectById('IT').style.display='none';GetObjectById('Maori').style.display='none';GetObjectById('MediaArts').style.display='none';GetObjectById('PGNursing').style.display='none';GetObjectById('Science').style.display='none';GetObjectById('SocialDev').style.display='none';GetObjectById('SocialWork').style.display='none';GetObjectById('Sport').style.display='none';GetObjectById('Trades').style.display='none';GetObjectById('Travel').style.display='none';GetObjectById('General').style.display='none';GetObjectById('Age').style.display='none';GetObjectById('Disability').style.display='none';GetObjectById('Ethnicity').style.display='none';GetObjectById('Gender').style.display='none';GetObjectById('Hardship').style.display='none';GetObjectById('International').style.display='none';GetObjectById('Research').style.display='none';var oSection=GetObjectById(section);if(oSection&&oSection!=null){oSection.style.display='block';oSection.scrollIntoView()}}
