			function callcardshow(id, img, telepules, munkaterulet, kep, vezeteknev, keresztnev, beosztas, mobilszam, vezetekesszam, email, uid, szint, iwid)
				{

                                /*
				alert ("id"+id)
				alert ("img"+img)
				alert ("telepulse"+telepules)
				alert ("munka"+munkaterulet)
				alert ("kep"+kep)
				alert ("vnev"+vezeteknev)
				alert ("knev"+keresztnev)
				alert ("beosztas"+beosztas)
				alert ("mobil"+mobilszam)
				alert ("vszam"+vezetekesszam)
				alert ("maié"+email)
				alert ("uid"+uid)
				alert ("szint"+szint)
                                */

				if (uid != "off")
					{
					id = uid;
					}
				url = img;
                                
				document.getElementById('callcardshow_id'+id).style.backgroundImage="url("+url+")";
				document.getElementById('callcardshow_id'+id).style.backgroundRepeat="no-repeat";				
				document.getElementById('callcardshow_id'+id).style.backgroundPosition="bottom";								
				
				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 = telepules.substr(0, 1);
				cesbto = telepules.substr(1);
				tblwidth = 200/10*szint;
				var val = "";
				val+= "<table   cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"000000\">";
				val+= "<tr>";
				val+= "<td width=\""+tblwidth+"\" style=\"background-image: url(../../pics/mlm_level_line.jpg);\">";
				val+= "</td>";
				val+= "<td style=\"color: #ffffff; font-size: 11px;\">";

				val+= "Te "+szint+". szinten vagy";
				val+= "</td>";
				val+= "</tr></table>";

				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 + " "+munkaterulet;				
				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='70' height='90' style='border-width: 1px;' align='left' onmouseover=\"return escape('<img src="+kep+">');\">";
					};
				

				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+= "Családi Egzisztencia Program<br>";
				val+= "<b>ID kód:"+iwid+"</b>";
				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;
	
	}
