function backUp(mylink)
{
if (mylink.href != '#')
{
mylink.href='#';
history.go(-1);
}
else
{
history.go(-1);
}
}