<% description ||= "image" thumbnail ||= "medium" toggle_image_display ||= false randomiser = rand(Time.now.yesterday.to_i * Time.now.to_i) -%> <%= link_to "Show", "", :id => "current_image_toggler_#{randomiser}" if toggle_image_display -%> <%= f.hidden_field field, :id => "current_image_id_#{randomiser}" -%>
style="margin-top: 10px;"> 958, :height => 510) %>" style='border: 0px' title='Change <%= description.titleize %>' name='Change <%= description.titleize %>' class='dialog'> <% unless image.nil? -%> <%= image_fu image, :medium, {:class => "brown_border", :id => "current_picked_image_#{randomiser}"} %> <% else -%> <% end -%>

> There is currently no <%= description %> selected, please click here to add one.


<%= link_to "Remove current #{description}", "#", :id => "remove_picked_image_#{randomiser}", :style => "#{"display:none;" if image.nil?}" %>
<% content_for :head do -%> <% end %>