// Place your application-specific JavaScript functions and classes here
// This file is automatically included by javascript_include_tag :defaults

function openImage(str){
  window.open(str, "busybee_product", "toolbar=no, location=no, status=no, menubar=no, scrollbars=no, resizable=yes, width=500, height=500");
}