$(document).ready(function(){

$(".btn-slide").click(function(){
	  $("#right-content").animate({
	  "width": "toggle"
	}, { duration: "slow" });
	});

$(".dp").click(function(){
	  $("#dp").animate({
	  "width": "toggle"
	}, { duration: "slow" });
	});


$(".dr").click(function(){
	  $("#dr").animate({
	  "width": "toggle"
	}, { duration: "slow" });
	});

$(".dam").click(function(){
	  $("#dam").animate({
	  "width": "toggle"
	}, { duration: "slow" });
	});

$(".injaz").click(function(){
	  $("#injaz").animate({
	  "width": "toggle"
	}, { duration: "slow" });
	});

$(".salwan").click(function(){
	  $("#salwan").animate({
	  "width": "toggle"
	}, { duration: "slow" });
	});

$(".dh").click(function(){
	  $("#dh").animate({
	  "width": "toggle"
	}, { duration: "slow" });
	});

$(".viewmap").click(function(){
	  $("#map").animate({
	  "width": "toggle"
	}, { duration: "slow" });
	});

$(".btn-mubs").click(function(){
	  $("#mubadara").animate({
	  "width": "toggle"
	}, { duration: "slow" });
	});



});