function addReportButtons(&$buts) {
		$params = array('pntType' => $this->getType()  
			, 'id' => $this->getReqParam('id')
			, 'pntRef' => $this->getFootprintId()
			);
		$params['pntHandler'] = 'ReportPage';
		$hrefLit = $this->getConverter()->toJsLiteral($this->controller->buildUrl($params), "'");
		$buts[]=$this->getButton('Report', "popUpWindowAutoSizePos($hrefLit);");
	}