$(".SlideContext>.slideBox:eq(0)").show();
$(".Navli a").on("click",function(){
$(this).addClass("opened").parent().siblings().children().removeClass("opened")
var thisURL=$(this).attr("href").substring(1);
$(".SlideContext>.slideBox").hide();
$(".SlideContext>."+thisURL).show();
});