<!-- Limit the number of characters per textarea -->
<!-- Begin
function addToPersonalListWindow(currentUserID, linkId){
URLstring = './phpSitePg/addToPersonalListPopup.php?currentUserID='  + currentUserID + '& linkId=' + linkId ;
window.open(URLstring,'','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=no, copyhistory=no, width=700, height=200, left=' + windowLeftPosition(100,700) + ', top=' + windowTopPosition(30,200) + '')
}
//  End -->