function Goster(deger)
{
var r = document.images['rsm'];
r.src = "yonetim/resimler/kresim/" + deger;
}

function Ac(theURL,winName,features)
{
  window.open(theURL,winName,features);
}