<!--
function win(thewin) //function to open new window for excerpts
{
window.open(thewin,"","scrollbars=yes,resizable=yes,location=no,menubar=no,status=no,toolbar=no,height=500,width=450,left=80,top=80");
}
//-->
