function hideDiv()
{
	$("#infoDiv").fadeOut("def");
}
function showDiv()
{
    $("#infoDiv").fadeIn("def");
}
