function clearTextTip(id) {
	var clear = document.getElementById(id);
	clear.value = "";
}
function putBack(id,value) {
	var put = document.getElementById(id);
	if(put.value == ""){
		put.value = value;
	}
}
var say = 2;
var i = 0;
function arrowScrollHandler() {
	nOlay = window.event;
	var asciiKod = nOlay.keyCode;
	if(asciiKod == 37) {
		
	}
	if(asciiKod == 38) {

		var haberItemNew = document.getElementById('secim'+i);
			ii = i-1;
			var haberItemOld = document.getElementById('secim'+ii);
			if(haberItemNew)  {
				haberItemNew.style.backgroundColor = '#E5E5E5';
			}
			
			if(haberItemOld) {
				haberItemOld.style.backgroundColor = '#c3c3c3';
			}
	}
	if(asciiKod == 39) 
		alert("Sag tusa bastin");
	if(asciiKod == 40) {
			var haberItemNew = document.getElementById('secim'+i);
			ii = i-1;
			var haberItemOld = document.getElementById('secim'+ii);
			if(haberItemNew)  {

				haberItemNew.style.backgroundColor='#c3c3c3';
			}
			if(haberItemOld) {
				haberItemOld.style.backgroundColor='#E5E5E5';
			}
			i++;
	}
}
function asagi() {
	oHizli = document.getElementById("hizli");

	oItem = oHizli.getElementsByTagName("li");

	oItem[say].style.height="0px"; 
	oItem[say].style.width="0px";
	oItem[say].style.visibility = "hidden"; 
	say++;

	oItem[say+5].style.width = "130px";
	oItem[say+5].style.height = "13px";
	oItem[say+5].style.visibility = "visible";
}
function Resim(dizin,uzanti,resimSayisi) {
	this.dizin = dizin;
	this.uzanti = uzanti;
	this.sayi = resimSayisi;
}
Resim.prototype.onyukleme = function() {
	var resimler = new Array();

	for(i=1;i<10;i++) {
		resimler[i]=this.dizin + i + this.uzanti;
	}
}
Resim.prototype.setParams = function() {
	var fadeDuration = 500;
}
function slideShow() {
}
