// Place your application-specific JavaScript functions and classes here
// This file is automatically included by javascript_include_tag :defaults
function displayHTML(form) {
var inf = form.specialnote_content.value;
win = window.open(", ", 'popup', 'toolbar = no, status = no');
win.document.write("" + inf + "");
}