<!--
var current;

function statusBarMsg(message)
{
    window.status = message;
}

function dynAnimationParts(obj,lngID)
{
    obj.style.backgroundColor='#EDF1FC';
	return true
}
function dynAnimationDefaultParts(obj,lngID)
{
    obj.style.backgroundColor='#ffffff';
	return true
}
function displaySummary(obj)
{
   obj = "Summary" & obj
   obj.style.display = "";
}
function Show_Print(lngID,PageNumber )
{
var lngYear = lngID;
var lngPage = PageNumber;
window.open('print-gDetails.asp?ID=' + lngID + '&PageNumber=' + lngPage ,'Print','width=800,height=500,menubar=1,toolbar=1,location=0,directories=0,status=0,scrollbars=1,resizable=0,dependent=0,screenX=0,screenY=0,innerWidth=0,innerHeight=0,outerWidth=50,outerHeight=200,fullscreen=1,channelmode=0,left=0,top=0,alwaysLowered=0,alwaysRaised=0,hotkeys=0,z-lock=0,titlebar=1')
}
-->