﻿

Cufon.replace('#nav, #uyegiris', {
	hover: true,
	textShadow: '1px 1px rgba(250, 250, 250, 0.9)'

	});
	
Cufon.replace('.anavideo h1, .rightbox h2,  .magaza-box h2, .sepetim h2, #uyegiriskapat', {

	});

Cufon.replace('.lightblue a, .semineral a,  .cv h2,  .search h1, #loginsonrasi h3', {

	});




  
  $(document).ready(function() {
  $('#uyegirisdetay').hide();
  $('a#uyegiris').click(function() {
  $('#uyegirisdetay').fadeIn();
  return false;
  });
  $('#uyegiriskapat').click(function() {
  $('#uyegirisdetay').fadeOut();
  return false;
  });
});

$(function() {
    // Find list items representing folders and
    // style them accordingly.  Also, turn them
    // into links that can expand/collapse the
    // tree leaf.
    $('li > ul').each(function(i) {
        // Find this list's parent list item.
        var parent_li = $(this).parent('li');

        // Style the list item as folder.

        // Temporarily remove the list from the
        // parent list item, wrap the remaining
        // text in an anchor, then reattach it.
        var sub_ul = $(this).remove();
        parent_li.wrapInner('<a/>').find('a').click(function() {
            // Make the anchor toggle the leaf display.
            sub_ul.toggle();
            parent_li.addClass('aktif');

        });
        parent_li.append(sub_ul);

        

    });

    // Hide all lists except the outermost.
    $('ul ul').hide();
});



/**/

