function ResimDegistir(resim)
{
resim = resim.replace("\\","\\\\");
$('.urun_resim').html('<a href="'+resim+'" rel="lightbox"><img src="'+resim+'" width="380" height="250" /></a>');
$("a[rel*=lightbox]").fancybox();
}

olmasi lazim hocam