jQuery(document).ready(function(){
  jQuery('#pageInfo').hide();
  var pageInfLink = jQuery('#pageInfoLink').attr('href');
  jQuery('#pageInfoLink').attr('href', '#TB_inline?height=150&amp;width=400&amp;inlineId='+pageInfLink.substring(1, pageInfLink.length));
  });