﻿$(document).ready(function() {
     $("#nav li.parent ul").prepend("<img src='files/templates/152/subNavBG.png' class='subnavBG'>");
     $("ul#subNavDownLinks").prepend("<img src='files/templates/152/bgSideNav.png' class='sidenavBG'>");
     $(".floorPlanCollapse").prepend("<img class='bgFloorPlans' src='files/templates/152/bgFloorPlans.png' />");
     //find height of secondary navigation UL and apply it to the BG
     var sideULheight = $("#subNav ul").height();
     var sideNavBGheight = sideULheight + 30;
     $(".sidenavBG").css({"height" : sideNavBGheight });
     
     $(".toggleDeviceViewLinkShell").insertAfter("#address");
     
});
