
function objMessage(objID,urlBack,showText,showKeyword,showScore)
{
	var htx ='';
	if (showText+showKeyword+showScore>0)
	{
		htx+='<FORM class="getObjMessage_form" action="/contact.aspx" method="post">';
		htx+='<INPUT type="hidden" value="1" name="post"><INPUT type=hidden value="' + urlBack + '" name=urlback>';
		htx+='<INPUT type=hidden value="' + objID + '" name=msgRefObj>';
		htx+='<TABLE>';
		if (showScore==1)
		{
			htx+='<TR><TD>';
			htx+='&#1575;&#1585;&#1586;&#1610;&#1575;&#1576;&#1610;&#32;&#1588;&#1605;&#1575;&#32;&#1575;&#1586;&#32;&#1605;&#1591;&#1604;&#1576;&#32;&#1580;&#1575;&#1585;&#1610;&#58;<BR>';
			htx+='<INPUT id="scr1" type="radio" value="1" name="objScore"> <LABEL for="scr1">&#1590;&#1593;&#1610;&#1601;</LABEL>';
			htx+='&nbsp;&nbsp; <INPUT id="scr2" type="radio" value="2" name="objScore"> <LABEL for="scr2">&#1605;&#1578;&#1608;&#1587;&#1591;</LABEL>';
			htx+='&nbsp;&nbsp; <INPUT id="scr3" type="radio" value="3" name="objScore"> <LABEL for="scr3">&#1582;&#1608;&#1576;</LABEL>';
			htx+='<hr/></TD></TR>';
		}
		if (showText==1)
		{
			htx+='<TR><TD>';
			htx+='&#1606;&#1592;&#1585;&#32;&#1610;&#1575;&#32;&#1662;&#1610;&#1575;&#1605;&#32;&#1588;&#1605;&#1575;&#32;&#40;&#1601;&#1602;&#1591;&#32;&#1583;&#1585;&#1576;&#1575;&#1585;&#1607;&#32;&#1605;&#1591;&#1604;&#1576;&#32;&#1580;&#1575;&#1585;&#1610;&#41;&#58;<BR>';
			htx+='<TEXTAREA class="txt" name="msgtext" rows="8" cols="110"></TEXTAREA>'
			htx+='<hr/></TD></TR>';
		}
		if (showKeyword==1)
		{
			htx+='<TR><TD>';
			htx+='&#1603;&#1604;&#1610;&#1583;&#1608;&#1575;&#1688;&#1607;&#8204;&#1607;&#1575;&#1610;&#32;&#1588;&#1605;&#1575;&#32;&#1583;&#1585;&#1576;&#1575;&#1585;&#1607;&#32;&#1605;&#1591;&#1604;&#1576;&#32;&#1580;&#1575;&#1585;&#1610;&#58;<BR><TEXTAREA class="txt" name="objKeyword" rows="4" cols="110"></TEXTAREA>';
			htx+='<hr/></TD></TR>';
		}
		htx+='<TR><TD style="TEXT-ALIGN: center" colSpan="1"><INPUT class="btn" type="submit" value=" &#1579;&#1576;&#1578; ">';
		htx+='</TD></TR></TABLE>';
		htx+='</FORM>';
	}
	document.write(htx);
}
