	function openlink(pubid) {
		var link="http://www.heteroclite.org/";
		link+="pub.php?";
		link+="idpub="+pubid;
		window.open(link, "", "toolbar=yes,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=yes,fulscreen=yes")
	}

