function send_jump(nr)
	{
  	top.leftFrame.document.menu.SetVariable("jump",nr);
  	top.leftFrame.document.menu.TCallFrame("jumper", 49);

	}
