function scrollPageToAnchor(anchor,link)
{
self.location.href=link+"#"+anchor;
}
