<!--

function LaunchReviews(action, ID, title, returnURL)
{
	var fillPage =	'/test/peoplelink.jsp?action=' + action + '&ID=' + ID +'&title=' + title + '&returnURL=' + returnURL;
	window.open(fillPage, '_blank','width=620,height=445,scrollbars=yes');
}

//-->
