var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Produkte',
    bIsWebPath:true,
    sUrl:'produkte.html',"childArray" : [
    {   sTitle:'Hosting',
        bIsWebPath:true,
        sUrl:'hosting.html',"childArray" : [
        {   sTitle:'Scripts Installer',
            bIsWebPath:true,
            sUrl:'installer.html'
        },
        {   sTitle:'Basic Features',
            bIsWebPath:true,
            sUrl:'basic.html'
        },
        {   sTitle:'Start Features',
            bIsWebPath:true,
            sUrl:'start.html'
        },
        {   sTitle:'Bronze Features',
            bIsWebPath:true,
            sUrl:'bronze.html'
        },
        {   sTitle:'Silver Features',
            bIsWebPath:true,
            sUrl:'silver.html'
        },
        {   sTitle:'Gold Features',
            bIsWebPath:true,
            sUrl:'gold.html'
        },
        {   sTitle:'comparison Features',
            bIsWebPath:true,
            sUrl:'com.html'
        }]
    },
    {   sTitle:'Domain',
        bIsWebPath:true,
        sUrl:'domain.html'
    },
    {   sTitle:'Design',
        bIsWebPath:true,
        sUrl:'design.html'
    }]
},
{   sTitle:'Support',
    bIsWebPath:true,
    sUrl:'support.html',"childArray" : [
    {   sTitle:'F.A.Q',
        bIsExternal:true,
        sUrl:'http://www.rayahost.com/hosting/knowledgebase.php',
        sTarget:'_self',
        sActiveFrameUrl:'supporting.html',
        sActiveFrameId:'frm'
    },
    {   sTitle:'Mein Konto',
        bIsExternal:true,
        sUrl:'http://www.rayahost.com/hosting/clientarea.php',
        sTarget:'_self',
        sActiveFrameUrl:'supporting.html',
        sActiveFrameId:'frm'
    },
    {   sTitle:'Tickets',
        bIsExternal:true,
        sUrl:'http://www.rayahost.com/hosting/supporttickets.php',
        sTarget:'_self',
        sActiveFrameUrl:'supporting.html',
        sActiveFrameId:'frm'
    }]
},
{   sTitle:'Firma',
    bIsWebPath:true,
    sUrl:'company.html',"childArray" : [
    {   sTitle:'Impressum',
        bIsWebPath:true,
        sUrl:'impressum.html'
    },
    {   sTitle:'AGB',
        bIsWebPath:true,
        sUrl:'agb.html'
    },
    {   sTitle:'Kontakt',
        bIsWebPath:true,
        sUrl:'kontakt.html'
    },
    {   sTitle:'Partners',
        bIsWebPath:true,
        sUrl:'partner.html'
    },
    {   sTitle:'Affiliates',
        bIsWebPath:true,
        sUrl:'affiliates.html'
    }]
},
{   sTitle:'Downloads',
    bIsExternal:true,
    sUrl:'http://www.rayahost.com/hosting/downloads.php',
    sTarget:'_self',
    sActiveFrameUrl:'supporting.html',
    sActiveFrameId:'frm'
}]
});
