function aramachk() {
	var aramadeger = searchprod.arama.value.length;
    if (aramadeger < 3 ) {
        alert("Arama için lütfen en az 3 harf giriniz!");
    return false;
    }
}
function aramaprodchk() {
	var aramaproddeger = searchtext.aramatext.value.length;
    if (aramaproddeger < 3) {
        alert("Arama için lütfen en az 3 harf giriniz!");
    return false;
    }
}

function gotomarka(Fm){
	var URL = Fm.options[Fm.selectedIndex].value;
	window.location.href = URL;
}

function gotosite(Fm){
	var URL = Fm.options[Fm.selectedIndex].value;
	window.location.href = URL;
}

function gotoprod(Fm){
	var URL = Fm.options[Fm.selectedIndex].value;
	window.location.href = URL;
}

function gotocat(Fm){
	var URL = Fm.options[Fm.selectedIndex].value;
	window.location.href = URL;
}

function openWin(theURL,winName,features) {
	newWin = window.open(theURL,winName,features);
}
