$(document).ready(function() {
   $('a[href^="http://www.citrix.com/"][target!="_blank"]').attr('target','_blank');
   $('#video_showhide_btn').click(function(){
     event.preventDefault();
     $('#video_showhide').toggle();
   });
 });
