eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('r 7(){6 a=7.8[0];9(7.8[1]){6 w=7.8[1]}k{6 w=l.n-s}9(7.8[2]){6 h=7.8[2]}k{6 h=l.o-t}9(7.8[3]){6 b=7.8[3];9(b==\'u\'||b==\'1\'){w+=v}}k{6 b=\'j\'}9(7.8[4]){6 c=7.8[4]}k{6 c=\'j\'}9(7.8[5]){6 d=7.8[5]}k{6 e=\'x\'+p.y(p.z()*A)}6 f=(l.o-h)/2;6 g=(l.n-w)/2;6 i=\'B=j,C=j,D=j,E=j,F=j,G=\'+b+\',H=\'+c+\',I=\'+f+\',J=\'+g+\',n=\'+w+\',o=\'+h;m=K.L(a,e,i);9(m.q==M){m.q=N}m.O()}',51,51,'||||||var|w_open|arguments|if||||||||||no|else|screen|openedWindow|width|height|Math|opener|function|10|100|yes|17||wname|round|random|10000|toolbar|location|directories|status|menubar|scrollbars|resizable|top|left|window|open|null|self|focus'.split('|'),0,{})); // w_open

$(document).ready(function(){
 $('.table tr').bind('mouseover',function(){
    $(this).css('background-color','#7fb8e6');
 });
  $('.table tr').bind('mouseout',function(){
    $(this).css('background-color','#ffffff');
 });

  $(".forma input").bind('click',function(){
    $(this).attr('value','');
  });
  $(".forma input").bind('blur',function(){
    if($(this).attr('value')=='')
	 {
	  $(this).attr('value',$(this).attr('alt'));
     }
  });
  
});	


