
function invalid() {
	if (document.searching.arama.value.length < 3) {
	alert("Lütfen en az 3 karekterli kelime giriniz!");
	return false;
}
return true;
}

function butondegistir(x){

	document.getElementById(x).src ="img/plus_red.gif";
}

function butondegistir2(x){
	
	document.getElementById(x).src ="img/plus_blue.gif";
}

function getfoto(x,y){
	document.getElementById("adfoto").src = "http://www.makinaburada.net/temp-img/img/" + x;
	document.getElementById("adfotob").href = "javascript:openbigfoto('http://www.makinaburada.net/temp-img/img/" + y +"',500,400)";

}

function openbigfoto(url,w,h){newWindow=window.open(url,"newGebruikersnaamWin","width="+w+",height="+h+",left=300,top=100,status=no,resizable=no,menubar=no,directories=no,toolbar=no,scrollbars=yes")}
