//Top Nav bar script v2.1- http://www.dynamicdrive.com/dynamicindex1/sm/index.htm

function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location, linktarget);

	menu = new Menu();
	menu.addItem("webmasterid", "Home page", "",  null, null);

	menu.addSubItem("webmasterid", "Home page", "", "http://www.superengclub.com/index.html", "_top");
	menu.addSubItem("webmasterid", "Terms & Conditions", "", "http://www.superengclub.com/cpmain.htm", "");
	menu.showMenu();
}