<!-- Event Slide/Hide Function -->

function showSlidingDiv(passed){
	
if(passed == 1){
	$(".1").animate({"height": "toggle"}, { duration: 1000 });
	}

if(passed == 2){
	$(".2").animate({"height": "toggle"}, { duration: 1000 });
	}
	
if(passed == 3){
	$(".3").animate({"height": "toggle"}, { duration: 1000 });
	}

if(passed == 4){
	$(".4").animate({"height": "toggle"}, { duration: 1000 });
	}
	
if(passed == 5){
	$(".5").animate({"height": "toggle"}, { duration: 1000 });
	}

if(passed == 6){
	$(".6").animate({"height": "toggle"}, { duration: 1000 });
	}
	
if(passed == 7){
	$(".7").animate({"height": "toggle"}, { duration: 1000 });
	}

if(passed == 8){
	$(".8").animate({"height": "toggle"}, { duration: 1000 });
	}
	
if(passed == 9){
	$(".9").animate({"height": "toggle"}, { duration: 1000 });
	}

if(passed == 10){
	$(".10").animate({"height": "toggle"}, { duration: 1000 });
	}
	
if(passed == 11){
	$(".11").animate({"height": "toggle"}, { duration: 1000 });
	}

if(passed == 12){
	$(".12").animate({"height": "toggle"}, { duration: 1000 });
	}
	
if(passed == 13){
	$(".13").animate({"height": "toggle"}, { duration: 1000 });
	}

if(passed == 14){
	$(".14").animate({"height": "toggle"}, { duration: 1000 });
	}
	
if(passed == 15){
	$(".15").animate({"height": "toggle"}, { duration: 1000 });
	}
	
if(passed == 0){
	$(".slidingDiv").animate({"height": "toggle"}, { duration: 1000 });
	}
}





