$(document).ready(function(){
	$("div#top-bg").ifixpng();
	$("div#top-msg-bg").ifixpng();
	$("ul#top-logo li a.logo").ifixpng();
	$("div#top-search a").ifixpng();
	$("div#content-block div.block").ifixpng();	
	$("div#main-right-bg").ifixpng();
	$("div#main-footer").ifixpng();	
	$("div#promo-links span.control a").ifixpng();
	$("div#tab-tlky-link").ifixpng();
	$("ul#top-menu li p").ifixpng();
	
	$('#tab-teach > ul').tabs({ fx: { opacity: 'toggle' } });
	$('#tab-media > ul').tabs({ fx: { opacity: 'toggle' } });
	$('#tab-society > ul').tabs({ fx: { opacity: 'toggle' } });
	$('#tab-tool > ul').tabs({ fx: { opacity: 'toggle' } });
	$('#actitive > ul').tabs({ fx: { opacity: 'toggle' } });
	$('#tab-tlky-link > ul').tabs({ fx: { opacity: 'toggle' } });
	$('#tab-tlky > ul').tabs({ fx: { opacity: 'toggle' } });
		 	
	$("ul#top-menu a.btn").click(function(){$(this).blur(); });	
	$("ul#top-menu li").mouseover(function(){	$(this).children("p").stop().animate({height:'249px'},{queue:false, duration:600})});
	$("ul#top-menu li").mouseout(function(){$(this).children("p").stop().animate({height:'0px'},{queue:false, duration:600})});

	$('div#top-msg ul').cycle({ 
		fx: 'blindX',
		speed: 2000,
		timeout: 7000 ,
		next: '#top-next', 
		prev: '#top-prev' 	
	});
	
	$('#promo-links .holder ul').cycle({ 
		fx: 'turnDown',
		speed: 500,
		timeout: 7000 ,
		next: '#promo-next', 
		prev: '#promo-prev' 	
	});	
	var custom_color = 11;
    if (!Get_Cookie('bd_bgcolor')){
        createCookie('bd_bgcolor',custom_color);
    }
	else{
		custom_color = Get_Cookie('bd_bgcolor');
	}
	
	$('#color-pick').colorPicker({			
	  defaultColor: custom_color, // index of the default color (optional)
	  columns: 12,     // number of columns (optional)  
	  color: ['#ffc000','#FF7400','#B02B2C', '#ff007e', '#6BBA70', '#006E2E', '#C3D9FF', '#356AA0', '#7D5F32','#53230e','#666666', '#000000'], // list of colors (optional)
	  // click event - selected color is passed as arg.
	  click: function(color){$("body").animate({ backgroundColor: color }, 'slow'); createCookie('bd_bgcolor',color); } 
	});
	

	/********** IE6 FIX **********/
	if (/MSIE (\d+\.\d+);/.test(navigator.userAgent)){ //test for MSIE x.x;
		var ieversion=new Number(RegExp.$1) // capture x.x portion and store as a number
		if (ieversion==6) {
			$('#mainvideo-div').fadeIn();
			$("ul#top-menu li a.btn").ifixpng();
		}
	}
	/********** IE6 FIX **********/

	$('.s_keyboard').click(function(){
                $('#word').val($('#word').val()+$(this).text());
        });

});
/*
function close_top_msg() {
	$("#top-msg").fadeOut(100);
	$("#top-msg-bg").fadeOut(500,function(){$("#top-bar").css("width","600px");});	
	$("div#top-search").animate({"top": "-=30px"}, "slow"); 
}
*/
