﻿addLoadEvent(LogScreenSize)

function LogScreenSize()
{
    image = document.getElementById("logging-image");    
    image.src = "images/log_analysis_screen_info.gif?width=" + screen.width + "&height=" + screen.height + "&depth=" + screen.colorDepth;
}