function factsheetPopup(url){
	window.open (url, 'Factsheet', 'height=500, width=700, toolbar=no, menubar=no, scrollbars=yes, resizable=yes, location=no, directories=no, status=no');
}