// Krishnan 
	function changeme(vals,ids)
	{
		if (vals=="1")
			{
				document.getElementById("F2").className = "DifRightBox";
				document.getElementById("F1").className = "normalRightBox";
				document.getElementById("F3").className = "normalRightBox";
				document.ImgPlan.src ="Drogheda/FloorB.gif";
			}
		else if  (vals=="2")
			{
				document.getElementById("F3").className = "DifRightBox";
				document.getElementById("F2").className = "normalRightBox";
				document.getElementById("F1").className = "normalRightBox";
				document.ImgPlan.src ="Drogheda/FloorC.gif";
			}
		else
			{
				document.getElementById("F1").className = "DifRightBox";
				document.getElementById("F3").className = "normalRightBox";
				document.getElementById("F2").className = "normalRightBox";
				document.ImgPlan.src ="Drogheda/FloorA.gif";			
			}
			
	}
	

	function showMe(ids) 
		{ 
		if(document.images) 
			  { 
			  if (ids=="0")
			  {
			  document.RoomImg.src = "Drogheda/room.jpg" 
			  }
			  else
			  {
			  	document.RoomImg.src = "Drogheda/room"+ids+".jpg"
			  }
			  } 
		} 
	
	/* Dymanic images By krishnan */
	
	function ChangeRoomPlans(urlVals,vals)
	{
		if (vals=="1")
			{
				document.getElementById("F2").className = "DifRightBox";
				document.getElementById("F1").className = "normalRightBox";
				document.getElementById("F3").className = "normalRightBox";
				document.ImgPlan.src =urlVals;
			}
		else if  (vals=="2")
			{
				document.getElementById("F3").className = "DifRightBox";
				document.getElementById("F2").className = "normalRightBox";
				document.getElementById("F1").className = "normalRightBox";
				document.ImgPlan.src =urlVals;
			}
		else
			{
				document.getElementById("F1").className = "DifRightBox";
				document.getElementById("F3").className = "normalRightBox";
				document.getElementById("F2").className = "normalRightBox";
				document.ImgPlan.src =urlVals;			
			}
	}
	
	
	function showMyImgs(Urls) 
		{ 
		if(document.images) 
			  { 
			  
			  document.RoomImg.src = Urls; 
			 
			  } 
		} 
		window.onerror = null; 
		//--> 