function displayFriendLink(iProductId, szOscid)
{
	document.write('<p><strong>Send this page to a <a href="/catalog/tell_a_friend.php?products_id=' + iProductId + '&amp;osCsid=' + szOscid + '">friend</a>.</strong></p>');
}