function goBack()
{
history.go(-1);
}
function goForward()
{
history.go(1);
}

