function showReferences(anchor){
	window.open('references.jsp?q=' + anchor,'_blank','status=no,toolbar=no,directories=no,scrollbars=yes,width=500,height=200,left=0,top=0');
}

//function showReferences(anchor){
//	window.open('references.jsp#' + anchor,'_blank','status=no,toolbar=no,directories=no,scrollbars=yes,width=500,height=200,left=0,top=0');
//}
