function Over(id) {
	if (id=="Img1"){
	document.getElementById("Img1").style.backgroundImage="url('Image/leftlineover.jpg')";
	document.getElementById("Img2").style.backgroundImage="url('Image/rightline1.jpg')";
	document.getElementById("Img3").style.backgroundImage="url('Image/rightline1.jpg')";
	}
	
	if (id=="Img2"){
	document.getElementById("Img1").style.backgroundImage="url('Image/leftline.jpg')";
	document.getElementById("Img2").style.backgroundImage="url('Image/rightlineover1.jpg')";
	document.getElementById("Img3").style.backgroundImage="url('Image/rightline1.jpg')";
	}
	
	if (id=="Img3"){
	document.getElementById("Img1").style.backgroundImage="url('Image/leftline.jpg')";
	document.getElementById("Img2").style.backgroundImage="url('Image/rightline1.jpg')";
	document.getElementById("Img3").style.backgroundImage="url('Image/rightlineover1.jpg')";
	}
}

function out()
{
	document.getElementById("Img1").style.backgroundImage="url('Image/leftline.jpg')";
	document.getElementById("Img2").style.backgroundImage="url('Image/rightline1.jpg')";
	document.getElementById("Img3").style.backgroundImage="url('Image/rightline1.jpg')";
}
	
	
/* Left Navitation */

function Mover(id){
	if(id=="d1"){	document.getElementById("d1").style.backgroundImage="url('Image/linedrop.jpg')"; 	
	document.getElementById("d2").style.backgroundImage="none";
	document.getElementById("d3").style.backgroundImage="none";
	//document.getElementById("4").style.backgroundImage="none";
	document.getElementById("d5").style.backgroundImage="none";
	document.getElementById("d6").style.backgroundImage="none";
	//document.getElementById("7").style.backgroundImage="none";
	document.getElementById("d8").style.backgroundImage="none";
	//document.getElementById("9").style.backgroundImage="none";
}
	if(id=="d2"){	document.getElementById("d2").style.backgroundImage="url('Image/linedrop.jpg')"; 	
	document.getElementById("d1").style.backgroundImage="none";
	document.getElementById("d3").style.backgroundImage="none";
//	document.getElementById("4").style.backgroundImage="none";
	document.getElementById("d5").style.backgroundImage="none";
	document.getElementById("d6").style.backgroundImage="none";
	//document.getElementById("7").style.backgroundImage="none";
	document.getElementById("d8").style.backgroundImage="none";
	//document.getElementById("9").style.backgroundImage="none";
}

	if(id=="d3"){	document.getElementById("d3").style.backgroundImage="url('Image/linedrop.jpg')";    
	document.getElementById("d1").style.backgroundImage="none";
	document.getElementById("d2").style.backgroundImage="none";
//	document.getElementById("4").style.backgroundImage="none";
	document.getElementById("d5").style.backgroundImage="none";
	document.getElementById("d6").style.backgroundImage="none";
	//document.getElementById("7").style.backgroundImage="none";
	document.getElementById("d8").style.backgroundImage="none";
	//document.getElementById("9").style.backgroundImage="none";
	}
	
	if(id=="d4"){	document.getElementById("d4").style.backgroundImage="url('Image/linedrop.jpg')"; 	
	document.getElementById("d1").style.backgroundImage="none";
	document.getElementById("d2").style.backgroundImage="none";
	document.getElementById("d3").style.backgroundImage="none";
	document.getElementById("d5").style.backgroundImage="none";
	document.getElementById("d6").style.backgroundImage="none";
	//document.getElementById("7").style.backgroundImage="none";
	document.getElementById("d8").style.backgroundImage="none";
	//document.getElementById("9").style.backgroundImage="none";
	}
	
	if(id=="d5"){	document.getElementById("d5").style.backgroundImage="url('Image/linedrop.jpg')";  
	document.getElementById("d1").style.backgroundImage="none";
	document.getElementById("d2").style.backgroundImage="none";
	document.getElementById("d3").style.backgroundImage="none";
	//document.getElementById("4").style.backgroundImage="none";
	document.getElementById("d6").style.backgroundImage="none";
	//document.getElementById("7").style.backgroundImage="none";
	document.getElementById("d8").style.backgroundImage="none";
	//document.getElementById("9").style.backgroundImage="none";
	}
	if(id=="d6"){	document.getElementById("d6").style.backgroundImage="url('Image/linedrop.jpg')";  
	document.getElementById("d1").style.backgroundImage="none";
	document.getElementById("d2").style.backgroundImage="none";
	document.getElementById("d3").style.backgroundImage="none";
	//document.getElementById("4").style.backgroundImage="none";
	document.getElementById("d5").style.backgroundImage="none";
	//document.getElementById("7").style.backgroundImage="none";
	document.getElementById("d8").style.backgroundImage="none";
	//document.getElementById("9").style.backgroundImage="none";
	}
	if(id=="d7"){	document.getElementById("d7").style.backgroundImage="url('Image/linedrop.jpg')";  	
	document.getElementById("d1").style.backgroundImage="none";
	document.getElementById("d2").style.backgroundImage="none";
	document.getElementById("d3").style.backgroundImage="none";
	//document.getElementById("4").style.backgroundImage="none";
	document.getElementById("d5").style.backgroundImage="none";
	//document.getElementById("6").style.backgroundImage="none";
	document.getElementById("d8").style.backgroundImage="none";
	//document.getElementById("9").style.backgroundImage="none";
	}
	if(id=="d8"){	document.getElementById("d8").style.backgroundImage="url('Image/linedrop.jpg')"; 	
	document.getElementById("d1").style.backgroundImage="none";
	document.getElementById("d2").style.backgroundImage="none";
	document.getElementById("d3").style.backgroundImage="none";
	//document.getElementById("4").style.backgroundImage="none";
	document.getElementById("d5").style.backgroundImage="none";
	document.getElementById("d6").style.backgroundImage="none";
	//document.getElementById("7").style.backgroundImage="none";
	//document.getElementById("9").style.backgroundImage="none";
	}
	if(id=="d9"){	document.getElementById("d9").style.backgroundImage="url('Image/linedrop.jpg')";     
	document.getElementById("d1").style.backgroundImage="none";
	document.getElementById("d2").style.backgroundImage="none";
	document.getElementById("d3").style.backgroundImage="none";
	document.getElementById("d4").style.backgroundImage="none";
	document.getElementById("d5").style.backgroundImage="none";
	//document.getElementById("6").style.backgroundImage="none";
	document.getElementById("d7").style.backgroundImage="none";
	//document.getElementById("8").style.backgroundImage="none";

	}

}

function Mout() 
	{
	document.getElementById("d1").style.backgroundImage="none";
	document.getElementById("d2").style.backgroundImage="none";
	document.getElementById("d3").style.backgroundImage="none";
	//document.getElementById("4").style.backgroundImage="none";
	document.getElementById("d5").style.backgroundImage="none";
	document.getElementById("d6").style.backgroundImage="none";
	//document.getElementById("7").style.backgroundImage="none";
	document.getElementById("d8").style.backgroundImage="none";
	//document.getElementById("9").style.backgroundImage="none";

	}
	
function show() {
	if(document.getElementById("name").innerHTML == "Hide Case Study"){
		document.getElementById("Show").style.display ="none";
	document.getElementById("name").innerHTML="Show Case Study";
	}
	else{
	document.getElementById("Show").style.display ="block";
	document.getElementById("name").innerHTML="Hide Case Study";
	}
}
	

