//This file uses the makeLinks(arg1,arg2) function to construct relative links//to the resources used in the menu.var currentLoc = window.location.pathname;var homeRel = makeLinks(home,currentLoc);//Main Menuvar eventsRel = makeLinks(events,currentLoc);var stelarcRel = makeLinks(stelarc,currentLoc);var contactRel = makeLinks(contact,currentLoc);var peepsRel = makeLinks(peeps,currentLoc);//Eventsvar events_gfRel = makeLinks(events_gf,currentLoc);