/* **************************************************************** */
/* *********************** SMS LİSTESİ TAB ************************ */
/* **************************************************************** */

function SmsListesi(tab){
	if (tab=='Ac'){ 
		$("#SmsListesi").show("slow"); 
		$("#idee").hide("slow"); 
	}else{ 
		$("#SmsListesi").hide("slow"); 
		$("#idee").show("slow"); 
	}
	return true;
}

function SplashV2(tab){
	if (tab==1){ 
		$("#MedyanetSplashSection_1").show("slow"); 
		$("#MedyanetSplashSection_2").hide("slow");
		$("#MedyanetSplashSection_3").hide("slow");
	}else if (tab==2){ 
		$("#MedyanetSplashSection_1").hide("slow"); 
		$("#MedyanetSplashSection_2").show("slow");
		$("#MedyanetSplashSection_3").hide("slow");
	}else{ 
		$("#MedyanetSplashSection_1").hide("slow"); 
		$("#MedyanetSplashSection_2").hide("slow");
		$("#MedyanetSplashSection_3").show("slow");
	}
	return true;
}

/* **************************************************************** */
/* ************************* Macin11 TAB ************************** */
/* **************************************************************** */
function Mac11(tab2){
	if (tab2=='Ac'){ 
		$("#Mac11i").show("slow");
		$("#idee").hide("slow");
	}else{ 
		$("#Mac11i").hide("slow"); 
		$("#idee").show("slow"); 
	}
	return true;
}

/* **************************************************************** */
/* *********************** MacinAdami TAB ************************* */
/* **************************************************************** */
function MacinAdami(tab3){
	if (tab3=='Ac'){ 
		$("#MacAdami").show("slow");
		$("#idee").hide("slow");
	}else{ 
		$("#MacAdami").hide("slow");
		$("#idee").show("slow");
	}
	return true;
}


/* **************************************************************** */
/* *********************** Açıklamalar TAB ************************ */
/* **************************************************************** */
function Aciklamalar(tab4){
	if (tab4=='Ac'){ 
		$("#ACCiklamalar").show("slow"); 
	}
	else{ 
		$("#ACCiklamalar").hide("slow");
	}
	return true;
}

/* **************************************************************** */
/* ********************* BİLİYORMUYDUNUZ TAB ********************** */
/* **************************************************************** */
function BBiliyormuydunuz(tab1){
	if (tab1=='Ac'){
		$("#BBiliyormuydunuz1").show("slow");
		$("#organizasyon_yazi").hide("slow");
		$("#idee").hide("slow");
	}else{
		$("#BBiliyormuydunuz1").hide("slow");
		$("#organizasyon_yazi").show("slow");
		$("#idee").show("slow");
	}
	return true;
}

/* **************************************************************** */
/* ********************* VİDEO FOTOGALERİ TAB ********************* */
/* **************************************************************** */
function tab(tab){
	if (tab=='VideoGaleri'){ 
		$("#Video_Area").show("slow");
		$("#Foto_Area").hide("slow");
	}else{
		$("#Video_Area").hide("slow");
		$("#Foto_Area").show("slow");
	}
	
	return true;
}

/* **************************************************************** */
/* *********************** FLASH GÖSTERİM ************************* */
/* **************************************************************** */
function flash(w,h,u,t) {
	document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='"+w+"' height='"+h+"'><param name='movie' value='"+u+"'><param name='quality' value='high'>");
		document.write("<param name='wmode' value='transparent'>");
	document.write("<embed src='"+u+"' quality='high' wmode='transparent' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='"+w+"' height='"+h+"'></embed></object>");	
}


/* **************************************************************** */
/* *********************** İNPUT TEMİZLEME ************************ */
/* **************************************************************** */
function TextTmzl(thefield){
if (thefield.defaultValue==thefield.value)
thefield.value = "";
}	
function FillYp(thefield){
if (thefield.value=='')
thefield.value = thefield.defaultValue;
}

/* **************************************************************** */
/* ******************* Video & Foto Galeri Tab ******************** */
/* **************************************************************** */
function tab(tab){
	if (tab=='VideoGaleri')
	{
		document.getElementById('Video_Area').style.display = 'block';
		document.getElementById("Foto_Area").style.display = 'none';
	}else{
		document.getElementById('Video_Area').style.display = 'none';
		document.getElementById("Foto_Area").style.display = 'block';
	}
	return true;
}
