function nextPage()
{gotoUrl(nextPageUrl);}
function prevPage()
{gotoUrl(prevPageUrl);}
function upPage()
{gotoUrl(upPageUrl);}
function firstPage()
{gotoUrl(firstPageUrl);}
function lastPage()
{gotoUrl(lastPageUrl);}
