USETEXTLINKS = 1
STARTALLOPEN = 0
USEFRAMES = 0
USEICONS = 1
WRAPTEXT = 0
PERSERVESTATE = 1
ICONPATH="FeaturesMenu/MenuImages/"
prefix="Menu"
xmenuclass="MenuSection"

foldersTree = getFld("<b>Cubix 1.0</b>", "Main")

psd1 = insertFolder(foldersTree, getFld("<H2 style='font-weight:normal; font-size:11px; margin:0 0 0 0; max-height:12px;'>General Ledger</H2>", "Main"))
insertDocument(psd1, getLnk("S", "<H3 style='font-weight:normal; font-size:11px; margin:0 0 0 0; max-height:12px;'>Ledger Transactions</H3>", "Main"))
        psd2 = insertFolder(foldersTree, getFld("<H2 style='font-weight:normal; font-size:11px; margin:0 0 0 0; max-height:12px;'>Accounts Receivable</H2>", "Main"))
        psd3 = insertFolder(foldersTree, getFld("<H2 style='font-weight:normal; font-size:11px; margin:0 0 0 0; max-height:12px;'>Accounts Payable</H2>", "Main"))
        psd4 = insertFolder(foldersTree, getFld("<H2 style='font-weight:normal; font-size:11px; margin:0 0 0 0; max-height:12px;'>Inventory Management</H2>", "Main"))
        psd5 = insertFolder(foldersTree, getFld("<H2 style='font-weight:normal; font-size:11px; margin:0 0 0 0; max-height:12px;'>Sales Order Processing</H2>", "Main"))
        psd6 = insertFolder(foldersTree, getFld("<H2 style='font-weight:normal; font-size:11px; margin:0 0 0 0; max-height:12px;'>Purchase Order Processing</H2>", "Main"))
        insertDocument(foldersTree, getLnk("S", "Manufacturing", "Main"))
        psd8 = insertFolder(foldersTree, getFld("<H2 style='font-weight:normal; font-size:11px; margin:0 0 0 0; max-height:12px;'>Reporting</H2>", "Main"))
        insertDocument(psd8, getLnk("S", "<H3 style='font-weight:normal; font-size:11px; margin:0 0 0 0; max-height:12px;'>PDF and Excel Conversion </H3>", "Main"))
DetectBrowser();  
initializeDocument()
