function news_goToPage($b)
	{
	self.location=$b;
	}

function actNews(objectID,$a)
	{
	var domStyle=findDOM(objectID,1);
	domStyle.textDecoration=$a;
	domStyle.cursor="pointer";
          }

function news_activation(id)
	{
	var domStyle=findDOM(id,1);
	domStyle.text="underline";
	domStyle.cursor="pointer";
	}
