function add(ceva)
{
	document.zz.action="add_sel.php";
	document.zz.target="_self";
	document.zz.id.value=ceva;
	document.zz.submit();
}

function contact(ceva)
{
	document.zz.action="add_sel.php";
	document.zz.target="_self";
	document.zz.id.value=ceva;
	document.zz.page_back.value="contact";
	document.zz.submit();
}

function set_imagine(ceva)
{
	//alert(ceva);
	obj=document.getElementById("poza_medie");
	obj.src="transaction/medium/"+ceva;

	obj2=document.getElementById("idul_pozei_pop");
	obj2.value=ceva;
	//popup_winlike_details_demo('2','bigphoto.php?id='+document.zz.idul_pozei_pop.value+,640,512,'Zoom')
}

function pune_poza()
{
	obj2=document.getElementById("idul_pozei_pop");
	popup_winlike_details_demo('2','bigphoto_arhiva.php?id='+obj2.value,640,512,'Zoom');
}