////// CUSTOMIZE //////////////////////////////////////////////////////////////////////////
function FOOTER_placement()
{h = (typeof window.innerHeight != 'undefined' ? window.innerHeight : document.body.offsetHeight) -22;
fh = -1000+h;
document.getElementById('FOOTER').style.marginTop = h + "px";
document.getElementById('FOOTER').style.display = "block";
document.getElementById('SKYLINE').style.marginTop = fh + "px";
}
