
function clickPaging(slval)
{
	document.list_frm.sl.value=slval;
	document.list_frm.submit();
}

