<!--//hidefunction popup(url) {     var URL = url;    var popWindow = window.open(URL, 'popWin','width="500",height="550",screenX=100,left=100,top=50,screenY=50,location=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes');    popWindow.focus();}function popupView(url) {     var URL = url;    var popupWindow = window.open(URL, 'popupWin','width=400,height=530,screenX=50,left=50,top=50,screenY=50,toolbar=no,menubar=no,scrollbars=yes,resizable=yes');    popupWindow.focus();}function fullView(url) {     var URL = url;    var fullWindow = window.open(URL, 'fullWin','width=800,height=580,screenX=50,left=50,top=50,screenY=50,toolbar=yes,menubar=no,scrollbars=yes,resizable=yes');    fullWindow.focus();}function feedbackOpen() {	var href = "/cgi-bin/feedback/feedback.php?loc=" + window.location.href;	window.open(href, '450_cover', 'height=620,width=500,resizable=yes,scrollbars=no');}function authorBrief(a) {    if(a.match(/\,/)) {        document.write(a.substring(0,a.search(/\, \w+ by/)));    } else {        document.write(a);    }}//-->