// 0 ? x - overFlowX : x;
overFlowY = y + renderedHeight + excessHeight - window.innerHeight - window.pageYOffset;
y = overFlowY > 0 ? y - overFlowY : y;
renderedElement.style.top = (y + 15) + "px";
renderedElement.style.left = (x + 15) + "px";
if (agt.indexOf("gecko") != -1 && agt.indexOf("win") != -1)
{
setTimeout('renderedElement.style.visibility = "visible"', 1);
}
else
{
renderedElement.style.visibility = "visible";
}
}
}
function Pagination()
{
}
function do_pagination_start()
{
var start = document.go_page.start.value;
start = (start > 4) ? 4 : start;
start = (start - 1) * 20;
start = (isNaN(start) || start < 0 ) ? 0 : start;
self.location.href = start ? '/admin/index.forum?extended_admin=1&mode=smilies&part=themes&start='+start+'&sub=avatars' : '/admin/index.forum?extended_admin=1&mode=smilies&part=themes&sub=avatars';
}
function destroyPagination()
{
if (document.body.firstChild != originalFirstChild)
{
document.body.removeChild(document.body.firstChild);
}
}
//]]>
Goto page :
1,
2,
3,
4