/* document */

function abrirModal(){
	$.nyroModalManual({url: './flash/video_ana.swf', swf: { wmode: 'transparent' }, width: '500px', height: '400px'});
}

var reg=new Array();
reg['email']=/^([a-zA-Z0-9\.-_]+)\@([a-zA-Z0-9\.-]+)\.([a-zA-Z]{2,4})/;

$(document).ready(function(){
	$(':input + strong').hide();
	$("a[rel='externo']").attr('target', '_blank');

	$("input").cleanField();

	$("#menu_selecione").jdrop();
});