function smallWin(AnchorNum)	{
 
 			winLoc = "2001_abstracts.php#" + AnchorNum ;
   			popup=window.open(winLoc, 'ABSTRACTS', 'height=350,width=600,status=yes,scrollbars=yes,location=yes');

   		}


function smallWin2(AnchorNum)	{
 
 			winLoc = "2003_abstracts.php#" + AnchorNum ;
   			popup=window.open(winLoc, 'ABSTRACTS', 'height=350,width=600,status=yes,scrollbars=yes,location=yes');

   		}
   		
function smallWin04(AnchorNum)	{
 
 			winLoc = "2004_abstracts.php#" + AnchorNum ;
   			popup=window.open(winLoc, 'ABSTRACTS', 'height=350,width=600,status=yes,scrollbars=yes,location=yes');

   		}

