var author=null
function def(term) {
author=window.open('', 'authorwinnav', 'height=70,width=400,status=no,scrollbars=1,toolbar=no,menubar=no');
if (author != null) {
if (author.opener==null) {
author.opener=self;
		}
	author.location.href=term;
		}
}