// Variable definition
var SIZE1 = [180,32];
var ITEMOFFSET1 = {x:27, y:5};
// Tree definition
var TreeDef = {
    style:{
        css:"treecss", 
        color:"black", 

        imgitem:"images/Icon.gif", 
        imgitem_f:"images/Safe.gif", 
        imgitem_l:"images/Icon.gif", 
        imgdir:"images/CaseClosed.gif", 
        imgdir_f:"images/CaseClosed.gif", 
        imgdir_l:"images/CaseClosed.gif", 
        imgdiropen:"images/CaseOpen.gif", 
        imgdiropen_f:"images/Safe.gif", 
        imgdiropen_l:"images/CaseOpen.gif", 
        imgline:"images/line.gif", 
        size:SIZE1, 
        itemoffset:ITEMOFFSET1
    },
    items: [ 
    {
        text:"Home",
        action: {
          url: "index.htm"
        }
    },
    
    
    
    {
    
    
                text:"Features", 
                menu:{
                    items:[
                    
                    
               
                    
                    
                    {
                        text:"General features",
                        action: {
                          url: "Features.htm"
                        }  
                    },
                    
                    
                    
                    {
                        text:"Screen shots",
                        action: {
                          url: "ScreenPage1.htm"
                        }                          
                    }
                    ]
                }
            },
            {
                text:"Support", 
                menu:{
                    items:[
                    {
                        text:"FAQs",
                        action: {
                          url: "support.htm"
                        }                          
                    },
                    
                    
                
                    
                    {
                        text:"Downloads",
                        action: {
                          url: "Download.htm"
                        }                          
                    },
                    
                    
                    {
                        text:"Contact us",
                        action: {
                          url: "Contact.htm"
                        }                          
                    }
                    ]
                }
            },
            {
                text:"Free demo", 
                menu:{
                    items:[
                    {
                        text:"System requirements",
                        action: {
                          url: "Requirements.htm"
                        }                          
                    },

                    {
                        text:"Get a demo",
                        action: {
                          url: "Demo.htm"
                        }                          
                    },
                    {
                        text:"Pricing info",
                        action: {
                          url: "Pricing.htm"
                        }                          
                    }                    
                    ]
                }
            }


    ]
};
