			function callcardshow(id, img, cegneve, kep, vezeteknev, keresztnev, beosztas, mobilszam, vezetekesszam, email, uid)
				{
				if (uid != "off")
					{
					id = uid;
					}
				url = img;
                                


				document.getElementById('callcardshow_id'+id).style.backgroundImage="url("+url+")";
				
				
				
				document.getElementById('callcardshow_id'+id).style.display="block";
				document.getElementById('callcardshow_id'+id).style.width="300px";
				document.getElementById('callcardshow_id'+id).style.height="153px";
				document.getElementById('callcardshow_id'+id).style.borderColor="#afafaf";
				document.getElementById('callcardshow_id'+id).style.borderWidth="1px";
				document.getElementById('callcardshow_id'+id).style.borderStyle="solid";
				cesbfrom = cegneve.substr(0, 1);
				cesbto = cegneve.substr(1);

				var val = "";
				val+= "<div style='margin-left: 20px; margin-top: 5px;'>";
				val+= "<font style='color: #ffffff; margin-right: 3px; padding-left: 3px; padding-right: 3px; background-color: #000000; font-size: 20px; font-family: Tahoma, Arial; font-weight: bolder;'>";
				val+= cesbfrom;				
				val+= "</font>";

				val+= "<font style='color: #000000; font-size: 14px; font-family: Tahoma, Arial; font-weight: bolder;'>";
				val+= cesbto;				
				val+= "</font>";
				val+= "</div>";
				
				val+= "<br>";
				val+= "<div style='margin-left: 10px;'>";

				picscrop = kep.split("/");

                                if (picscrop[4] != "nopics.gif")
                                	{
					val+= "<IMG name='pica1' src='"+kep+"' width='80' height='100' style='border-width: 1px;' align='left' onmouseover=\"return escape('<img src="+kep+">');\">";
					};
				
				val+= "<br>";
				val+= "<i><center><font style='color: #000000; font-size: 16px; font-family: Arial; font-weight: bolder;'>";
				val+= vezeteknev;
				val+= " ";
				val+= keresztnev;
				val+= "</center></i></font>";
				val+= "<div style='color: #000000; text-align: center; font-weight: solid;'>";
				val+= beosztas;
				val+= "</div>";

				if (mobilszam != "")
					{
					val+= "<br>";
					val+= "<font style='color: #000000; margin-left: 5px; font-weight: bolder;'>";
					val+= mobilszam;
					val+= "</font>";
					};

				
				if (vezetekesszam != "")
					{
					val+= "<br>";
					val+= "<font style='color: #000000; margin-left: 5px; font-weight: bolder;'>";
					val+= vezetekesszam;
					val+= "</font>";
					};

				if (email != "")
					{				
					val+= "<br>";
					val+= "<font style='color: #000000; margin-left: 5px; font-weight: bolder;'>";
					val+= email;
					val+= "</font>";
					};
				val+= "</div>";
				
				document.getElementById('callcardshow_id'+id).innerHTML=val;

				};	


var v = "";
function callcardget(val, num, user, ids)
	{



/*
	for (i=2; i<ids+2; i++)
		{

		document.getElementById('callcardshow_id'+i).style.display='none';
		};
*/
                if (v != "")
                	{
			document.getElementById('callcardshow_id'+v).style.display='none';
			};

	if (num == 1)
		{
		document.getElementById('callcardshow_id'+val).style.display='block';
		makeRequest('config/http_GET/callcardget.php?fuse='+user+'&val='+val, 'callcardget', 'callcardget_id');
		} else {
		document.getElementById('callcardshow_id'+val).style.display='none';
		};
        

	
	v = val;
	
	}

