// USER.JS

setTableWidth("570");

setColor("9A96BA");
setBkColor("ECD7D0");
setSepColor("C0C0C0");
setTextColor("996600");

initMenu();

addItem("COMPANY", 80, "Company", "Slugen Limited", null, null, 1);
addItem("SERVICES", 80, "Services", "Software development services", null, null, 0);
addItem("PRODUCT", 70, "Products", "Slugen products", null, null, 0);
addItem("DOWNLOAD", 80, "Download", "Download products", "../download.php", null, 0);
addItem("ORDER", 60, "Order", "Order products", null, null, 0);

addSubItem("SERVICES", "Overview", "Information about\nSoftware development services", "http://services.slugen.com/", 1);
addSubItem("SERVICES", "Reference & Clients", "Reference & Clients", "http://services.slugen.com/clients.php", 0);
addSubItem("SERVICES", "Our Development Skills", "Our development skills", "http://services.slugen.com/skills.php", -1);

addSubItem("COMPANY", "What's new?", "What is new?", "../", 1);
addSubItem("COMPANY", "About Slugen Limited", "About us", "../about.php", 0);
addSubItem("COMPANY", "Contact us", "Contact us", "../contact.php", 0);

addSubItem("PRODUCT", "Overview", "Information about\nSlugen products", "../products.php", 1);
addSubItem("PRODUCT", "CommandBar 2000 Kit", "CommandBar 2000 Development Kit", "./", 0);
addSubItem("PRODUCT", "CommandBar 2002 Kit", "CommandBar 2002 Development Kit", "../cmdbar2002/", 0);
addSubItem("PRODUCT", "ChooseColor Kit", "ChooseColor Development Kit", "../clrdlg/", 0);
addSubItem("PRODUCT", "Development Kit Documentation", "Development kit\nReference help", "../document/index.php?id=1", -1);

addSubItem("ORDER", "Overview", "Information about\nOrdering Slugen products", "../order.php", 1);
addSubItem("ORDER", "CommandBar 2000 Kit", "CommandBar 2000 Development Kit", "./order.htm", 0);
addSubItem("ORDER", "CommandBar 2002 Kit", "CommandBar 2002 Development Kit", "../cmdbar2002/order.htm", 0);
addSubItem("ORDER", "ChooseColor Kit", "ChooseColor Development Kit", "../clrdlg/order.htm", -1);

showMenu();
