﻿	Cufon.replace('.tumliste ul li h2, .uclu h2, .keynoteblog h2, .baglantibox h2, .ebultentwitter h2, .markalar h2, .leftcontent h2, .alfabetik ul li a, .konularlist a, h4,', {
	hover: true,
	fontFamily:"Myriad Pro"
	});

	Cufon.replace('.navigasyon ul li a, .ad,', {
	hover: true,
	fontFamily:"Myriad Pro",
	 textShadow: '1px 1px #FFF'
	});
	
	Cufon.replace('.neyapiyoruz h2, .neyapiyoruz span,  .duyurular h2,  .tumh2,', {
	hover: true,
	fontFamily:"Myriad Pro Condensed"

	});
	
	$(function(){

    $("ul.menu li").hover(function(){
    
        $('ul:first',this).css('visibility', 'visible');
    
    }, function(){
    
        $('ul:first',this).css('visibility', 'hidden');
    
    });
    
    $("ul.menu li ul li:has(ul)").find("a:first").append(" &raquo; ");
    $("ul.menu li ul").css('visibility', 'hidden');


});
	
		
	
	/* 
	 * tab functions
	 */
	jQuery(function() {
		jQuery("ul.tabs").tabs("> .tab_content");
	});
	
	jQuery(function() {
		jQuery(".minimal_tab_set ul.tabs").tabs("> .tab_content");
		jQuery(".framed_tab_set ul.tabs").tabs("> .tab_content");	
	});
	
	
	jQuery(function() {
		jQuery("ul.tablar").tabs("> .tab_icerik");
	});
	
	jQuery(function() {
		jQuery(".mansetabset ul.tablar").tabs("> .tab_icerik");
	});
	
		
	$(document).ready(function(){

/* 
	 * toggle functions 
	 */
	//Hide (Collapse) the toggle containers on load
	jQuery(".toggle_content").hide(); 

	//Switch the "Open" and "Close" state per click
	jQuery("h4.toggle").toggle(function(){
		jQuery(this).addClass("active");
		}, function () {
		jQuery(this).removeClass("active");
	});

	//Slide up and down on click
	jQuery("h4.toggle").click(function(){
		jQuery(this).next(".toggle_content").slideToggle();
	});
	
	});	
	
	$(function()
			{
				$('.subtumliste').jScrollPane();
			});
			
			$(function()
			{
				$('.scroll-pane').jScrollPane();
			});

//	$(document).ready(function(){
//	jQuery(".iletisim-form").hide(); 
//	jQuery(".bizeulasintoogle").click(function(){
//		jQuery("#iletisim-form").slideToggle('slow');
//	});
//	
//	});	
	
//	$(document).ready(function(){
//	jQuery(".iletisim-form").hide(); 
//	jQuery(".small").click(function(){
//		jQuery("#iletisim-form").slideToggle();
//	});
//	
//	});	
//	
//	$(document).ready(function(){
//	jQuery(".kapatbuton").click(function(){
//		jQuery("#iletisim-form").slideToggle('slow');
//	});
//	
//	});	
