<!--
var target_ids = [
    'remarks',
];

Event.observe(window, 'load', function() {
    new focusClearValue(target_ids);
},false);
//-->