$(document).ready(function()
{
//inceput js
$("div#container_dotari_masina th").click(function(){
	$("div#container_dotari_masina tr.sh_"+$(this).attr("id")).toggle();
	
	str_src_poza=$("th#"+$(this).attr("id")+" img").attr("src");
	//alert(str_src_poza);
	if(str_src_poza.indexOf("zjos")>0)
	{
		str_src_poza=str_src_poza.replace(/zjos/,"zdre");
	}else
		{
			str_src_poza=str_src_poza.replace(/zdre/,"zjos");
		}
	//alert(str_src_poza);
	$("th#"+$(this).attr("id")+" img").attr("src",str_src_poza);
});


$(function() {
	$('a.lightbox').lightBox(); // Select all links with lightbox class
});







//pt cere oferta
$(".btn_cere_oferta").click(function(){
	document.comparator_ytf.action=base_url+"cerere_oferta/index";
	document.comparator_ytf.submit();
});

//pt cere oferta





//sfarsit js	
});



