function yorum_goster_gizle(kullanici_id)
{
	var cv_yorum_id='cv_yorum_id_'+kullanici_id;

	if(document.getElementById(cv_yorum_id).style.display=="")
	{
		document.getElementById(cv_yorum_id).style.display='none';
	}
	else
	{
		document.getElementById(cv_yorum_id).style.display='';
	}
	
}

function platinIlanDon()
{
	var pp=jQuery("#platinIlan"+platinIlanNo);
	if(!pp || typeof(pp)=="undefined") return;
	pp.hide();
	platinIlanNo++;
	if (platinIlanNo>platinSayac) 
	{
		platinIlanNo = 0;
	}
	jQuery("#platinIlan"+platinIlanNo).show();
	timeoutID = setTimeout("platinIlanDon()",platinBekle);
}

function platinIlanHareket(islem)
{
	var pp=jQuery("#platinIlan"+platinIlanNo);
	if(!pp || typeof(pp)=="undefined") return;
	pp.hide();
	if (islem==1) 
	{
		platinIlanNo++;
		if (platinIlanNo>platinSayac) { platinIlanNo = 0; }
	}else if (islem==2) 
	{
		platinIlanNo--;
		if (platinIlanNo<0) { platinIlanNo = platinSayac; }
	}
	jQuery("#platinIlan"+platinIlanNo).show();
	clearTimeout(timeoutID);
	timeoutID = setTimeout("platinIlanDon()",platinBekle);
}

function platin_ilan_dur() {
    clearTimeout(timeoutID);
}
function platin_ilan_dvm() {
    timeoutID = setTimeout("platinIlanDon()",platinBekle);
}

function prop_tab_sec(id)
{
	jQuery('#prop_pnl_0').hide();
	jQuery('#prop_pnl_1').hide();
	jQuery('#prop_pnl_2').hide();
	jQuery('#prop_pnl_3').hide();
	jQuery('#prop_pnl_4').hide();
	jQuery('#prop_pnl_5').hide();
	
	jQuery('#prop_tab_1').removeClass('active_tab');
	jQuery('#prop_tab_2').removeClass('active_tab');
	jQuery('#prop_tab_3').removeClass('active_tab');
	jQuery('#prop_tab_4').removeClass('active_tab');
	jQuery('#prop_tab_5').removeClass('active_tab');
	jQuery('#prop_pnl_'+id).show();
	jQuery('#prop_tab_'+id).addClass('active_tab');
}

function orta_alan_sec(id)
{
	jQuery('#orta_alan_tab1').show();
	jQuery('#orta_alan_tab2').show();
	jQuery('#oa_tab1').removeClass('selected');
	jQuery('#oa_tab2').removeClass('selected');
	jQuery('#orta_alan_tab'+id).show();
	jQuery('#oa_tab'+id).addClass('selected');
}

function firma_giris_tab_sec(id)
{
	jQuery('#firma_bilgi_tab1').hide();
	jQuery('#firma_bilgi_tab2').hide();
	jQuery('#firma_bilgi_tab3').hide();
	jQuery('#fb_tab1').removeClass('selected');
	jQuery('#fb_tab2').removeClass('selected');
	jQuery('#fb_tab3').removeClass('selected');
	jQuery('#firma_bilgi_tab'+id).show();
	jQuery('#fb_tab'+id).addClass('selected');
}

function ToggleAll() 
	{
		for (var i=0;i<document.form1.elements.length;i++) 
			{
				var e = document.form1.elements[i];
				if (e.name != 'allbox')
					{e.checked = document.form1.allbox.checked;}
			}
	}

function nesneEkle(ana_id,liste_ad,liste_id)
{
    jQuery("<option/>").
		val(liste_id).
		text(liste_ad).
		appendTo(jQuery('#'+ana_id));
}

function div_kapat()
{
	jQuery('#apDiv1').hide();
}

var isInternetExplorer = navigator.appName.indexOf("Microsoft") != -1;

function mulakat_banner_DoFSCommand(command, args) {
	if (command == "divkapat") {
    	div_kapat();
	} 
}

if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) {
	document.write('<script language=\"VBScript\"\>\n');
	document.write('On Error Resume Next\n');
	document.write('Sub mulakat_banner_FSCommand(ByVal command, ByVal args)\n');
	document.write('	Call mulakat_banner_DoFSCommand(command, args)\n');
	document.write('End Sub\n');
	document.write('</script\>\n');
}

if(typeof com=="undefined")var com=new Object();if(typeof com.deconcept=="undefined")com.deconcept=new Object();if(typeof com.deconcept.util=="undefined")com.deconcept.util=new Object();if(typeof com.deconcept.FlashObjectUtil=="undefined")com.deconcept.FlashObjectUtil=new Object();com.deconcept.FlashObject=function(swf,id,w,h,ver,c,useExpressInstall,quality,redirectUrl,detectKey){this.DETECT_KEY=detectKey?detectKey:'detectflash';this.skipDetect=com.deconcept.util.getRequestParameter(this.DETECT_KEY);this.params=new Object();this.variables=new Object();this.attributes=new Array();if(swf)this.setAttribute('swf',swf);if(id)this.setAttribute('id',id);if(w)this.setAttribute('width',w);if(h)this.setAttribute('height',h);if(ver)this.setAttribute('version',new com.deconcept.PlayerVersion(ver.toString().split(".")));if(c)this.addParam('bgcolor',c);var q=quality?quality:'high';this.addParam('quality',q);this.setAttribute('redirectUrl','');if(redirectUrl)this.setAttribute('redirectUrl',redirectUrl);if(useExpressInstall){var expressInstallReqVer=new com.deconcept.PlayerVersion([6,0,65]);var installedVer=com.deconcept.FlashObjectUtil.getPlayerVersion();if(installedVer.versionIsValid(expressInstallReqVer)&&!installedVer.versionIsValid(this.getAttribute('version'))){this.setAttribute('doExpressInstall',true);}}else{this.setAttribute('doExpressInstall',false);}}
com.deconcept.FlashObject.prototype.setAttribute=function(name,value){this.attributes[name]=value;}
com.deconcept.FlashObject.prototype.getAttribute=function(name){return this.attributes[name];}
com.deconcept.FlashObject.prototype.getAttributes=function(){return this.attributes;}
com.deconcept.FlashObject.prototype.addParam=function(name,value){this.params[name]=value;}
com.deconcept.FlashObject.prototype.getParams=function(){return this.params;}
com.deconcept.FlashObject.prototype.getParam=function(name){return this.params[name];}
com.deconcept.FlashObject.prototype.addVariable=function(name,value){this.variables[name]=value;}
com.deconcept.FlashObject.prototype.getVariable=function(name){return this.variables[name];}
com.deconcept.FlashObject.prototype.getVariables=function(){return this.variables;}
com.deconcept.FlashObject.prototype.getParamTags=function(){var paramTags="";var key;var params=this.getParams();for(key in params){paramTags+='<param name="'+key+'" value="'+params[key]+'" />';}
return paramTags;}
com.deconcept.FlashObject.prototype.getVariablePairs=function(){var variablePairs=new Array();var key;var variables=this.getVariables();for(key in variables){variablePairs.push(key+"="+variables[key]);}
return variablePairs;}
com.deconcept.FlashObject.prototype.getHTML=function(){var flashHTML="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","PlugIn");}
flashHTML+='<embed type="application/x-shockwave-flash" src="'+this.getAttribute('swf')+'" width="'+this.getAttribute('width')+'" height="'+this.getAttribute('height')+'" id="'+this.getAttribute('id')+'" name="'+this.getAttribute('id')+'"';var params=this.getParams();for(var key in params){flashHTML+=' '+key+'="'+params[key]+'"';}
pairs=this.getVariablePairs().join("&");if(pairs.length>0){flashHTML+=' flashvars="'+pairs+'"';}
flashHTML+='></embed>';}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX");}
flashHTML+='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+this.getAttribute('width')+'" height="'+this.getAttribute('height')+'" id="'+this.getAttribute('id')+'">';flashHTML+='<param name="movie" value="'+this.getAttribute('swf')+'" />';var tags=this.getParamTags();if(tags.length>0){flashHTML+=tags;}
var pairs=this.getVariablePairs().join("&");if(pairs.length>0){flashHTML+='<param name="flashvars" value="'+pairs+'" />';}
flashHTML+='</object>';}
return flashHTML;}
com.deconcept.FlashObject.prototype.write=function(elementId){if(this.skipDetect||this.getAttribute('doExpressInstall')||com.deconcept.FlashObjectUtil.getPlayerVersion().versionIsValid(this.getAttribute('version'))){if(document.getElementById){if(this.getAttribute('doExpressInstall')){this.addVariable("MMredirectURL",escape(window.location));document.title=document.title.slice(0,47)+" - Flash Player Installation";this.addVariable("MMdoctitle",document.title);}
document.getElementById(elementId).innerHTML=this.getHTML();}}else{if(this.getAttribute('redirectUrl')!=""){document.location.replace(this.getAttribute('redirectUrl'));}}}
com.deconcept.FlashObjectUtil.getPlayerVersion=function(){var PlayerVersion=new com.deconcept.PlayerVersion(0,0,0);if(navigator.plugins&&navigator.mimeTypes.length){var x=navigator.plugins["Shockwave Flash"];if(x&&x.description){PlayerVersion=new com.deconcept.PlayerVersion(x.description.replace(/([a-z]|[A-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."));}}else if(window.ActiveXObject){try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");PlayerVersion=new com.deconcept.PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(","));}catch(e){}}
return PlayerVersion;}
com.deconcept.PlayerVersion=function(arrVersion){this.major=parseInt(arrVersion[0])||0;this.minor=parseInt(arrVersion[1])||0;this.rev=parseInt(arrVersion[2])||0;}
com.deconcept.PlayerVersion.prototype.versionIsValid=function(fv){if(this.major<fv.major)return false;if(this.major>fv.major)return true;if(this.minor<fv.minor)return false;if(this.minor>fv.minor)return true;if(this.rev<fv.rev)return false;return true;}
com.deconcept.util.getRequestParameter=function(param){var q=document.location.search||document.location.href.hash;if(q){var startIndex=q.indexOf(param+"=");var endIndex=(q.indexOf("&",startIndex)>-1)?q.indexOf("&",startIndex):q.length;if(q.length>1&&startIndex>-1){return q.substring(q.indexOf("=",startIndex)+1,endIndex);}}
return"";}
if(Array.prototype.push==null){Array.prototype.push=function(item){this[this.length]=item;return this.length;}}
var getQueryParamValue=com.deconcept.util.getRequestParameter;var FlashObject=com.deconcept.FlashObject;


function tckimlik_kontrol(nesne_id)
{
	var tcno=document.getElementById(nesne_id);
	var tckontrol,toplam;
	tckontrol = tcno;
	tcno = tcno.value;
	toplam = Number(tcno.substring(0,1)) + Number(tcno.substring(1,2)) + Number(tcno.substring(2,3)) + Number(tcno.substring(3,4)) + Number(tcno.substring(4,5)) + Number(tcno.substring(5,6)) + Number(tcno.substring(6,7)) + Number(tcno.substring(7,8)) + Number(tcno.substring(8,9)) + Number(tcno.substring(9,10));
	strtoplam = String(toplam);
	
	onunbirlerbas = strtoplam.substring(strtoplam.length, strtoplam.length-1);

	if(onunbirlerbas == tcno.substring(10,11))
	{
		return true;
	}
	else
	{
		return false;
	}
}
function pencere_ac(yol,genislik,yukseklik) 
{     
	var sol=(screen.width/2)-(genislik/2);
	open(yol,"pencere","left="+sol+",top=0,width="+genislik+",height="+yukseklik+",scrollbars=no,resizable=no,status=no,menubar=no,toolbar=no,location=no");    
}

function addSearchBox(url) 
{
    try
    {
        window.external.AddSearchProvider(url);
    }
    catch (e) 
    {
        alert("IE7 veya Firefox2 web tarayıcılarını yüklemeniz gerekmektedir.");
        return;
    }
}

function in_array(needle, haystack, strict) 
{
   // örnek kullanım;
	// in_array('van', ['Kevin', 'van', 'Zonneveld']);
	var found = false, key, strict = !!strict;
   for (key in haystack) 
	{
		if ((strict && haystack[key] === needle) || (!strict && haystack[key] == needle)) 
		{
         found = true;
         break;
      }
   }
   return found;
}

function checkEmail(email, trm)
{
	trm = trm || false;
	return (/^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[_a-z0-9-]+(\.[a-z0-9-]{2,})+$/i.test((trm?jQuery.trim(email):email)));
	//return (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,})+$/.test((trm?jQuery.trim(email):email)));
}