﻿// File to load parameters for the side navigation from the XML Template
// Created 2010-6-27 by Scott Wigginton SO-IS Division 26
// Subdirectories may be used, however, full pathing with the URL is necessary.
// You nust also use full URL path for images also.

var AuxFlotillaUrla =  "http://" + location.hostname;
var AuxFlotillaUrl= AuxFlotillaUrla + "/"
var WhereIsFile = "_includes/UnitSideNavigation.xml";
var FileLocation  = AuxFlotillaUrl + WhereIsFile;
var dsItems1 = new Spry.Data.XMLDataSet(FileLocation,"/links/firstlevel");
var dslinks = new Spry.Data.NestedXMLDataSet(dsItems1, "secondlevels/secondlevel");
 

