window.form = this.options.form;
var $iframe = $("<iframe id='inp' name='inp' width='100%' height='100%' scrolling='no' frameborder='0'>");
$iframe.attr("src", "${servletURL}?viewlet=demo%2Fparameter%2F%5B6279%5D%5B91cf%5D%5B5904%5D%5B7406%5D%5B6570%5D%5B636e%5D.cpt&op=write&__showtoolbar__=false");
var o = {
title : "客户信息选择",
width : 800,
height: 300
};
FR.showDialog(o.title, o.width, o.height, $iframe,o);
