$(document).ready(function() {
  var options = { min: 0, max: 4};
  $.FontSizer.Init(options);
  $('#fontsize').css({ 'display': 'block' });
  
  $('a.int').prepend('<img src=\"/c12573e90046e5cc/files/ico_a_int.gif/$file/ico_a_int.gif?openelement\" alt=\"\" />');
  $('a.ext').prepend('<img src=\"/c12573e90046e5cc/files/ico_a_ext.gif/$file/ico_a_ext.gif?openelement\" alt=\"\" />');
  
  $('form.navForm').dropdownmenu();
});