
function generateStaffLinks(ShowTellFriend,otherStaffLink)
{
	var htx ='';
	var smallClass=(otherStaffLink)?(' class="small"'):('');
	var smallClassLeft=(otherStaffLink)?(' class="smallleft"'):('');
	var printTitle=(otherStaffLink)?('&#1670;&#1575;&#1662;'):('&#1670;&#1575;&#1662;&#32;&#1589;&#1601;&#1581;&#1607;');
	var printHelpTitle=(otherStaffLink)?('&#1585;&#1575;&#1607;&#1606;&#1605;&#1575;'):('&#1585;&#1575;&#1607;&#1606;&#1605;&#1575;&#1610;&#32;&#1670;&#1575;&#1662;');
	htx+='<div class=staffbox>';
	htx+=openExpandArea('&#1711;&#1586;&#1610;&#1606;&#1607;&#8204;&#1607;&#1575;',-1,-1,'','','s');
	htx+='	<ul>';
	if (ShowTellFriend==-1)
	{
		htx+='<li'+ smallClass +'><a title="&#1605;&#1588;&#1575;&#1607;&#1583;&#1607;&#32;&#1575;&#1610;&#1606;&#32;&#1589;&#1601;&#1581;&#1607;&#32;&#1585;&#1575;&#32;&#1576;&#1607;&#32;&#1583;&#1610;&#1711;&#1585;&#1575;&#1606;&#32;&#1578;&#1608;&#1589;&#1610;&#1607;&#32;&#1603;&#1606;&#1610;&#1583;&#46;" onclick="ShowSendPageDialog()" href="javascript:void(0)">';
		htx+='<img src="/images/objicons/tellafriend_16.gif">&#1575;&#1585;&#1587;&#1575;&#1604;&#32;&#1589;&#1601;&#1581;&#1607;</a></li>';
    }        
	htx+='<li'+ smallClassLeft +'>';
	htx+='<a href="javascript:void(0)" title="&#1670;&#1575;&#1662;&#32;&#1575;&#1610;&#1606;&#32;&#1589;&#1601;&#1581;&#1607;" onclick="window.print()"><img src="/images/objicons/printer.gif">' + printTitle + '</a> | ';
	htx+='<a href="javascript:void(0)" title="&#1585;&#1575;&#1607;&#1606;&#1605;&#1575;&#1610;&#32;&#1670;&#1575;&#1662;" onclick="ShowPrintHelpDialog()">' + printHelpTitle + '</a>';
	htx+='</li>';
	htx+=otherStaffLink;
	htx+='</ul>';
	htx+='</div>';
	htx+=closeExpandArea();
	return htx;
}