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