﻿// JScript File

function pageLoad()
{
    var height = ((document.all) ? document.documentElement.clientHeight : window.innerHeight );
    var scrollheight = ((document.all) ? document.documentElement.scrollHeight : document.body.scrollHeight );
    document.getElementById("mainpanel").style.height = '700px';
    document.getElementById("left_Margin").style.height = '700px';
    document.getElementById("right_Margin").style.height = '700px';
}

function uSValue(val)
{
    document.getElementById("ctl00_hfSite").value=val;
}
