﻿// JavaScript Document
function resetFooterHeight(heightPX){
    document.getElementById("footerBackground").style.height = heightPX;
}

function showInfo(dateString){
    //alert("II");
    //alert(document.getElementById("hiddenInformation").innerHTML);
    document.getElementById("dateEvent").innerHTML = "<p><img src=\"/fimm/images/calendar_loading.gif\" /></p>";
    getData("/fimm/ajaxFunction/getDetailInfoByDate.aspx?dateString="+dateString+"&lang=E", "dateEvent");

   // resetFooterHeight('160px');
}