// Variable definition
var SIZE1 = [180,32];
var ITEMOFFSET1 = {x:27, y:5};
// Tree definition
var TreeDef = {
    style:{
        css:"treecss", 
        color:"black", 

        imgitem:"img/Icon.gif", 
        imgitem_f:"img/Safe.gif", 
        imgitem_l:"img/Icon.gif", 
        imgdir:"img/CaseClosed.gif", 
        imgdir_f:"img/CaseClosed.gif", 
        imgdir_l:"img/CaseClosed.gif", 
        imgdiropen:"img/CaseOpen.gif", 
        imgdiropen_f:"img/Safe.gif", 
        imgdiropen_l:"img/CaseOpen.gif", 
        imgline:"img/line.gif", 
        size:SIZE1, 
        itemoffset:ITEMOFFSET1
    },
    items: [ 
    {
        text:"Home",
        action: {
          url: "index.htm"
        }
    },
    
    
    
    {
    
    
                text:"Features", 
                menu:{
                    items:[
                    
                    
                    {
                        text:"News & Info",
                        action: {
                          url: "News.htm"
                          
                        }                          
                    },
                    
                    
                    
                    {
                        text:"General features",
                        action: {
                          url: "Features.htm"
                        }  
                    },
                    {
                        text:"Screen shots",
                        action: {
                          url: "Series_page.htm"
                        }                          
                    },
                    
                    {
                        text:"Comparisons",
                        action: {
                          url: "compare.htm"
                        }                          
                    },
                    

                    {
                        text:"Training video",
                        action: {
                          url: "Video.htm"
                        }                          
                    },  
                    
                    
                    {
                        text:"eBooks",
                        action: {
                          url: "eBook.htm"
                        }                          
                    },                    
                    
                    {
                        text:"U.S. coinage",
                        action: {
                          url: "UScoinage.htm"
                        }                          
                    },
                    
                    
                    {
                        text:"World coins",
                        action: {
                          url: "AddCountry.htm"
                        }                          
                    },
                    {
                        text:"Wallpaper Press",
                        action: {
                          url: "Wallpaper.htm"
                        }                          
                    },                    
                    {
                        text:"Date conversions",
                        action: {
                          url: "Dates.htm"
                        }                          
                    }
                    ]
                }
            },
            {
                text:"Support", 
                menu:{
                    items:[
                    
                    {
                        text:"Software manual",
                        action: {
                          url: "Manual.htm"
                        }                          
                    },
                    
                    
                    
                    {
                        text:"FAQs",
                        action: {
                          url: "Support.htm"
                        }                          
                    },
                    
                    
                    {
                        text:"Downloads",
                        action: {
                          url: "Downloads.htm"
                        }                          
                    },
                    

                    {
                        text:"Importing data",
                        action: {
                          url: "Import.htm"
                        }                          
                    },
                    
                    
                    {
                        text:"Submit images",
                        action: {
                          url: "Sendimage.htm"
                        }                          
                    },
                    
                    {
                        text:"Got a question?",
                        action: {
                          url: "Contact.htm"
                        }                          
                    }
                    ]
                }
            },
            {
                text:"Purchase", 
                menu:{
                    items:[
                    {
                        text:"System requirements",
                        action: {
                          url: "Requirements.htm"
                        }                          
                    },
                    {
                        text:"Show schedule",
                        action: {
                          url: "Schedule.htm"
                        }                          
                    },
                    {
                        text:"Purchase now",
                        action: {
                          url: "Order.htm"
                        }                          
                    },
                    {
                        text:"Register",
                        action: {
                          url: "Register.htm"
                        }                          
                    }                    
                    ]
                }
            },
            
            
            {
                text:"Hobby info", 
                menu:{
                    items:[
                    {
                        text:"Market index",
                        action: {
                          url: "Market.htm"
                        }                          
                    },
                    
                    
                    {
                        text:"Classifieds",
                        action: {
                          url: "http://www.exactchange.info/noahsclassifieds/"
                        }                          
                    },
                    
                    
                    
                    {
                        text:"Books",
                        action: {
                          url: "Books_page.htm"
                        }                          
                    },
                    
                    
                    
                    {
                        text:"Coin Identifier",
                        action: {
                          url: "identify.htm"
                        }                          
                    },
                    
                    
                    {
                        text:"Text Identifier",
                        action: {
                          url: "ForeignText.htm"
                        }                          
                    },
                    
                    
                    
                    
                    {
                        text:"Pick of the week",
                        action: {
                          url: "POTW.htm"
                        }                          
                    }
                    ]
                }
            },
            
            
            {
                text:"Rings & links", 
                menu:{
                    items:[
                    {
                        text:"Web rings",
                        action: {
                          url: "Rings.htm"
                        }                          
                    },
                    {
                        text:"Web links",
                        action: {
                          url: "LP.htm"
                        }                          
                    }
                    ]
                }
            }            
            
            
            
            
    ]
};
