$(function(){$(".validate").each(function(){$(this).validate({errorElement:'span'});});if(jQuery.browser.mozilla){$(function(){$('form.validate').hide().find('p>label:not(.nocmx):not(.error)').each(function(){var $this=$(this);var labelContent=$this.html();var labelWidth=document.defaultView.getComputedStyle(this,'').getPropertyValue('width');var labelSpan=$("<span>").css("display","block").width(labelWidth).html(labelContent);$this.css("display","-moz-inline-box").empty().append(labelSpan);}).end().show();});};});function getIdFromUrl(url){return url.substring((url.lastIndexOf('/')+1));}
function openVideo(url,id){$('#media').flash({width:480,height:360,src:url+'swf/flvplayer.swf',quality:'high',pluginspage:'http://www.macromedia.com/go/getflashplayer',allowfullscreen:'true',allowscriptaccess:'always',flashvars:{file:url+'files/videos/'+id+'.flv',displayheight:360,autostart:true,smoothing:true}},{version:'7.0.19.0'});}
function popup(u,w,h,n,s,r,ext){var janela;var topo=(screen.availHeight-h)/2;var esq=(screen.availWidth-w)/2;var scrl=(s)?'yes':'no';var red=(r)?'yes':'no';janela=window.open(u,n,'width='+w+', height='+h+', top='+topo+', left='+esq+', scrollbars='+scrl+', resizable='+red+', statusbar=no');janela.focus();}
