<!--
var RecordCount = 45989;
var PageCount = 1533;
var PageSize = 30;
var PageNo = 1533;

function GoPageNo(P)
{
	var URL = "?Page="+P;
	window.location = URL;
}

function OpenContent(ID)
{
	ID ="Content_"+ID;
	var Obj = document.all[ID];
	if(Obj.style.display == "none")
		Obj.style.display = "";
	else
		Obj.style.display = "none";
}
//-->