var $iframe = $("<iframe id='inp' name='inp' width='100%' height='100%' scrolling='no' frameborder='0'>");
$iframe.attr("src", "${servletURL}?reportlet=1583045281772191.cpt&op=write&ID="+id);
var o = {
title : "",
width : 680,
height: 500
};
FR.showDialog(o.title, o.width, o.height, $iframe,o);