$(document).ready(function() {
  $('a[rel="external"]').attr('target',"_blank");
  // nyromodal
	$("a[href$='jpg'], a[href$='png'], a[href$='gif'], a[href$='bmp'], .nyromodal").nyroModal();
	$("a[href$='JPG'], a[href$='PNG'], a[href$='GIF'], a[href$='BMP']").nyroModal();
	$.nyroModalSettings({
		processHandler: function(settings) {$("#section object, #section embed").css("visibility","hidden");},
		endRemove: function(settings) {$("#section object, #section embed").css("visibility","visible");}
	});
	
	
	 $("input.file").filestyle({ 
          width: 160,
          height: 20,
          image: "_img/buttonfile.gif",
          imageheight : 19,
          imagewidth : 77,
    

      });
      
       


  });
