// MEcsoFT JavaScript Document
// Oluşturulma 03.11.2006

	function MesajKutusu(Mesaj, Url){
		if(confirm(Mesaj)) location.href = Url;
	}

	function KayanYazi(KY, dy) {
		if (dy=="over") KY.stop();
		else if (dy=="out") KY.start();
	}
	function Buton(id, olay) {
		if (olay=='over') btresim = '1';
		if (olay=='out') btresim = '0';
		if (olay=='down') btresim = '2';
		//x = id.name.substring(0,id.name.length-1);
		document[id.name].src = 'images/detay_' + btresim + '.gif';
	}