if (document.forms[0].PageType.value != "home") { sectStr = document.forms[0].SectionItems.value; subsectStr = document.forms[0].SubsectionItems.value; var sectionList = sectStr.split('; '); var subsectionList = subsectStr.split('; '); var currentSection = document.forms[0].Section.value; var currentSubsection = document.forms[0].Subsection.value; var currentCount = 20; document.write('<img src="templates/domEd/$file/spacer.gif" height="20"><br>'); for (var i = 0; i < sectionList.length; i ++) { thisSection = sectionList[i]; nospaceSection = thisSection.replace(/%20/ig, "+"); if ( sectionList[i] == currentSection ) { for (var j = 0; j < subsectionList.length; j++) { var thisSubsectionList = new Array(); thisSubsectionList = subsectionList[j].split(escape('>')); if (thisSubsectionList[0] == currentSection ) { nospaceSubsection0 = thisSubsectionList[0].replace(/%20/ig, "+"); nospaceSubsection1 = thisSubsectionList[1].replace(/%20/ig, "+"); var thisLink = "index?open&type=Subsections&cat=" + nospaceSubsection0 + ">" + nospaceSubsection1 + "&count=" + currentCount; if ( thisSubsectionList[1] != currentSubsection ) { document.write('<div class="leftnav"><a href="',thisLink,'">', unescape(thisSubsectionList[1]), '</a></div>'); } else { document.write('<div class="leftnavOn"><a href="',thisLink,'">', unescape(thisSubsectionList[1]), '</a></div>'); } } } } } } else { document.write('<img src="templates/domEd/$file/it_pic_laptop.gif"><br><br>'); document.write('<div id="panel2"><img src="templates/domEd/$file/it_lftnav_request.gif"><br>We can help you get your message out there. <br><a href="libraries/Request+info">Click now to find out how obligation free</a>.</div>'); document.write('</form><form name="SubmitSignup" METHOD="post" ACTION="/itechne/tools/signup?CreateDocument" ENCTYPE="multipart/form-data" onSubmit="return checkrequired(this)">'); document.write('<div id="panel1"><img src="templates/domEd/$file/it_lftnav_subscribe.gif"><br><b>itechne newsletter</b><br>Get the most from itechne with tips, news and updates.<br><input name="EmailAddress" value="Enter your email address" class="TableText" style="font-size: 10px;width: 125px;margin-top:3px;margin-bottom:3px;" onFocus="this.value=\'\'">'); document.write('<input type="image" src="templates/domEd/$file/it_submit_off.gif" border="0">'); document.write('<input type="hidden" name="edKey" value="itechne/itechneed.nsf">'); document.write('<input type="hidden" name="UIKey" value="dom">'); document.write('<input type="hidden" name="ParamTemplate" value="domEd">'); document.write('<input type="hidden" name="NewsletterStatus" value="active">'); document.write('</div></form><form>'); //document.write('<br><br><div align="center"><img src="templates/domEd/$file/it_logo_eddesk.gif"></div>'); }