// NextStep menu

document.write("<ul class='nav'> ");
   document.write("<li><a href='AboutUs.html'>About Us</a></li> ");
   document.write("<li><a href='ProductInfo.html'>Products</a></li> ");
   document.write("<li><a href='ITServices.html'>IT Services</a></li> ");
   document.write("<li><a href='ScheduleDemo.html'>Schedule a Demo</a></li> ");
   document.write("<li><a href='CaseStudies.html'>Case Studies</a></li> ");
   document.write("<li><a href='PressReleases.html' style='padding-left:80px'>Press Releases</a></li> ");
   document.write("<li><a href='News.html'>News</a></li> ");
   document.write("<li><a href='Seminars.html'>Seminar Schedule</a></li> ");
   document.write("<li><a href='ContactUs.html'>Contact Us</a></li> ");
document.write("</ul> ");