function drawTable()
{
    var height = 0;
    var width = 0;

    if (self.screen)
    {
        width = screen.width
        height = screen.height
    }
    if (width <= 800 && height <= 600) {
        document.getElementById("rndm_img").style.display = "none";
    }
}
