function acresim(url){
yeniPencere = window.open("", "dip", "top=0 left=0 width=200 height=200")
yeniPencere.document.write("<body topmargin='0' leftmargin='0'><IMG SRC='images/dip/"+ url +".gif' ></body>")
yeniPencere.document.close()
}


function kapat() 
	{
yeniPencere.close();
	}

