function mouseover(c)
{
document.getElementById("pagebarcontainer").style.backgroundColor=c;
}
function mouseout()
{
document.getElementById("pagebarcontainer").style.backgroundColor=curColor;
}