     	$(document).ready(function()
	{	
		$("#switch").click(
		function()
		{
			$("#infopanel").toggle("normal");
		});
		
	});
