$(document).ready(function(){
	$("ul.drop").superfish({
			hoverClass    : "sfHover",
			delay        : 400,
			animation    : {height:"show"}
	});//submenu	
});

$(function(){
	$('.replace-red').flash({ 
		src: 'http://infobrother.com.br/wp-content/themes/infobrother/js/helvetica.swf', 
		flashvars: { css: [ '* {color:#b43200}' ].join(' ') }
		},
		
		{ version: 8 },
		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-white').flash({ 
		src: 'http://infobrother.com.br/wp-content/themes/infobrother/js/helvetica.swf', 
		flashvars: { css: [ '* {color:#ffffff}' ].join(' ') }
		},
		
		{ version: 8 },
		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));						
		});

		$("#cf2_field_5, #cf2_field_23, #cf2_field_24, #cf2_field_37, #cf2_field_38").mask("99/99/9999");
		$("#cf2_field_4").mask("999.999.999-99");
		$("#cf4_field_4").mask("99.999.999/9999-99");
		$("#cf2_field_8, #cf2_field_9, #cf4_field_8, #cf4_field_9, #cf3_field_4").mask("(99) 9999.9999");
		$("#cf2_field_12, #cf4_field_12").mask("99999-999");
});	