function showVideo(id) {

	document.write("<object width=\"291\" height=\"225\"><param name=\"movie\" value=\"http://www.youtube.com/v/"+id+">&amp;hl=en&amp;fs=1\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/"+id+"&amp;hl=en&amp;fs=1\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"291\" height=\"225\"></embed></object>");

}



jQuery(function() {

	jQuery('#featured').cycle({

		fx: 'scrollLeft',

		speed: 700,

		timeout: 5000

	});

});



jQuery(document).ready(function(){

  jQuery(".click").click(function(){

    jQuery("#panel").slideToggle("medium");

    jQuery(this).toggleClass("active"); return false;

  }); 

});



jQuery(function () {

  jQuery('.fade').hover(function() {

    jQuery(this).fadeTo("slow", 0.5);

  }, function() {

    jQuery(this).fadeTo("slow", 1);

  });

});



jQuery(document).ready(function () {	

  jQuery('#top-navi li').hover(

  function () {

  jQuery('ul', this).slideDown(200);

}, 

  function () {

  jQuery('ul', this).slideUp(500);			

  }

);

});
