﻿function Pagelist_OnMouseOut(id)
{
    document.getElementById(id).className = "pageListBox";
}

function Pagelist_OnMouseOver(id)
{
    document.getElementById(id).className = "pageListBoxHover";
}