﻿
function openWin(theURL,winName,features) 
{
  	window.open(theURL,winName,features);
}


function degistir(resim)
{
 document.getElementById("resimd").src="koop/" + resim;

}



function yazibuyut(gelen)
{
   document.getElementById("detayy").style.fontSize=gelen+"pt";
}


