var items = new Array(

"<a href=\"./\">Home</a>",

"<a href=\"./features.html\">Features</a>",

"<a href=\"./testimonials.html\">Testimonials</a>",

"<a href=\"./faq.html\">FAQs</a>",

"<a href=\"http://www.preschooler.co.uk/index.html\">Preschooler</a>",

"<a href=\"http://www.outofschoolmanager.co.uk/index.html\">Out of School Manager</a>",

"<a href=\"./downloads.html\">Free Downloads</a>",

"<a href=\"./order.html\">Order</a>",

"<a href=\"./contact.html\">Contact</a>",

"<a href=\"./terms.html\">Terms &amp; Conditions</a>"

);



document.write('<div id="altmenu"> | ')



for (i = 0; i <= items.length - 1; i++) {

document.write(items[i] + ' | ');

}



document.write('</div>')
