function ChangeGraphic(imgName,intSwitch)
{
document.images[imgName].src = "../graphics/menu/page_sel.gif";
}


