$(document).ready(function(){

	$("ul.mainmenu").superfish({
		hoverClass:"sfHover",
		pathClass:"current" ,
		autoArrows:    false,               
    dropShadows:   false, 
		pathLevels:    1,
		delay:400,
		animation:{height:"show"}
	});//
  
	 $('.replace-blue').flash(
		{ 
			src: 'http://www.colegiodecisao.net/wp-content/themes/decisao.wnts/js/helvetica_neue.swf', 
			flashvars: { 
				css: [
					'* {color:#2b2aa5}',
					'a {color:#2b2aa5; text-decoration:none}',
					'a:hover {text-decoration:underline}'
				].join(' ')
			}
		},
		
		{ version: 7 },
		function(htmlOptions) {
			htmlOptions.flashvars.txt = this.innerHTML;
			this.innerHTML = '<div>'+this.innerHTML+'</div>';
			var $alt = $(this.firstChild);
      htmlOptions.height = $alt.height();
      htmlOptions.width = $alt.width();
      $alt.addClass('alt');
      $(this)
      	.addClass('flash-replaced')
        .prepend($.fn.flash.transform(htmlOptions));						
		}
	);
	$('.replace-red').flash(
		{ 
			src: 'http://www.colegiodecisao.net/wp-content/themes/decisao.wnts/js/helvetica_neue.swf', 
			flashvars: { 
				css: [
					'* {color:#cd2d14}',
					'a {color:#cd2d14; text-decoration:none}',
					'a:hover {text-decoration:underline}'
				].join(' ')
			}
		},
		
		{ version: 7 },
		function(htmlOptions) {
			htmlOptions.flashvars.txt = this.innerHTML;
			this.innerHTML = '<div>'+this.innerHTML+'</div>';
			var $alt = $(this.firstChild);
      htmlOptions.height = $alt.height();
      htmlOptions.width = $alt.width();
      $alt.addClass('alt');
      $(this)
      	.addClass('flash-replaced')
        .prepend($.fn.flash.transform(htmlOptions));						
		}
	);
		
});


