function resimdgs(prm)
{
 if(prm=="sag") 
 {
  if(i==say)  i=0
  i=i+1
 } else
 {
  if(i==1)  i=say+1
  i=i-1
 }

 document.getElementById("resim").src="images/resimler/"+dosya+"-"+i+".jpg"
}

function resimac()
{
a=window.open ("bresim.htm","mywindow","resizable=1;status=1,toolbar=0,width=805,height=605,left=0,top=0,scrollbars=1")
a.document.open()
a.document.write("<img src='images/resimler/"+dosya+"-"+i+"B.jpg'>")
a.document.close()
a.resizeBy(50,50)
//a.focus()
}