
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>';
		if (showScore==1)
		{
		}
				
		if (showText==1)
		{
			htx+='<p style="TEXT-ALIGN: center;" ><input class="txt" name="msgtext" rows="1" cols="25"></input></p>';
		}

		if (showKeyword==1)
		{
		}

		htx+='<p style="TEXT-ALIGN: center;" ><INPUT class="btn" type="submit" value=" &#1579;&#1576;&#1578; "></input></p>';
		htx+='</FORM>';
	}
	document.write(htx);
}
