var navHTML = document.getElementById("navcontainer");
navHTML.innerHTML += '<a id="sublogo" href="/" title="Piccadilly Designs"></a>';
navHTML.innerHTML += '<a href="/" title="Home" id="subnav_home" ></a>';
navHTML.innerHTML += '<a href="/rondayan/rondayan.shtml" title="Ron Dayan" id="subnav_ron' + ((section == "ron") ? "-sel" : "") + '"></a>'; 
navHTML.innerHTML += '<a href="/news/news.shtml" title="In the News" id="subnav_news' + ((section == "news") ? "-sel" : "") + '"></a>';
navHTML.innerHTML += '<a href="/portfolio/portfolio.shtml" title="Portfolio" id="subnav_portfolio' + ((section == "portfolio") ? "-sel" : "") + '"></a>';
/*
navHTML.innerHTML += '<a href="/portfolio/portfolio.shtml#residential" title="Residential Portfolio" id="subnav_portfolio' + ((section == "portfolio") ? "-sel" : "") + '"></a>'; */
navHTML.innerHTML += '<a href="/clients/clients.shtml" title="Our Clients" id="subnav_clients' + ((section == "clients") ? "-sel" : "") + '"></a>';
navHTML.innerHTML += '<a href="/services/services.shtml" title="Our Services" id="subnav_services' + ((section == "services") ? "-sel" : "") + '"></a>';
navHTML.innerHTML += '<a href="/contactus/contactus.shtml" title="Contact Us" id="subnav_contactus' + ((section == "contactus") ? "-sel" : "") + '"></a>';