// JavaScript Document
function Ara(){
	if(document.getElementById('Sehir').value == 0 || document.getElementById('Ilce').value == 0){
		if(document.getElementById('Icerik').value.length < 3){
			if(!document.getElementById('Sektor').value){
				alert("Lütfen En Az 3 Karakter Giriniz.");
				return;
			}
		}
	}
	document.getElementById('AramaFrm').submit();
}
/*function IcerikEffect(){
	setInterval(Effect(4000), 2000)
}
function Effect(i){
//	var i;
//	++i;
//	document.getElementById('Icerik').style.background = '#008000';
	alert(i)
}*/
function IlceSecildi(v){
	if(v != 0){
		document.getElementById("Sektor").disabled = false;
		document.getElementById("Tarif").disabled = false;
		document.getElementById("Tarif").value = '';
		aj('include/sektor.php?Ilce='+v,'SektorValue');
	} else {
		document.getElementById("Sektor").disabled = true;
		document.AramaFrm.Firma.disabled = true;
		document.getElementById("Tarif").disabled = true;
		document.getElementById("Tarif").value = 'Lütfen Bir İlçe Seçiniz';
	}
}
function SektorSecildi(v,s){
	if(v != 0){
		document.getElementById("Firma").disabled = false;
		aj('include/firma.php?Sektor='+v+'&Ilce='+s,'FirmaValue');
	} else {
		document.getElementById("Firma").disabled = true;
	}
}
function Git(url){
	window.location = url;
}
function LoginKontrol(){
	Bg();
	if(document.getElementById("User").value != '' && document.getElementById("Pass").value != ''){
		document.getElementById("send").disabled = false;
	} else {
		document.getElementById("send").disabled = true;
	}
}
function MailCikti(){
	Bg();
}
function MailGirdi(){
	Bg();
}
function Bg(){
	if(document.getElementById("User").value == ''){
		document.getElementById("User").style.backgroundImage = 'url(images/ornek.jpg)'; 
	} else {
		document.getElementById("User").style.backgroundImage = 'url(images/none.jpg)'; 
	}
}
function UnuttumKont(){
	if(document.getElementById("Pass").value){
		document.getElementById("senda").disabled = false;
	} else {
		document.getElementById("senda").disabled = true;
	}
}
function Popup(w,h,nav,loc,sts,menu,scroll,resize,name,url) {//v1.0
 var windowProperties=''; if(nav==false) windowProperties+='toolbar=no,'; else
  windowProperties+='toolbar=yes,'; if(loc==false) windowProperties+='location=no,'; 
 else windowProperties+='location=yes,'; if(sts==false) windowProperties+='status=no,';
 else windowProperties+='status=yes,'; if(menu==false) windowProperties+='menubar=no,';
 else windowProperties+='menubar=yes,'; if(scroll==false) windowProperties+='scrollbars=no,';
 else windowProperties+='scrollbars=yes,'; if(resize==false) windowProperties+='resizable=no,';
 else windowProperties+='resizable=yes,'; if(w!="") windowProperties+='width='+w+',';
 if(h!="") windowProperties+='height='+h; if(windowProperties!="") { 
  if( windowProperties.charAt(windowProperties.length-1)==',') 
   windowProperties=windowProperties.substring(0,windowProperties.length-1); } 
 window.open(url,name,windowProperties);
}
function SayfayaGit(url){
	window.location = url;
}
