var remove={ init:function(obj){ this.init.title=obj.title; this.init.func = obj.func; this.init.msg = obj.msg; this.init.ok = obj.ok; this.init.cancel = obj.cancel; if(typeof(this.init.ok) == "undefined"){ this.init.ok = "确定"; } if(typeof(this.init.cancel) == "undefined"){ this.init.cancel = "取消" ; } }, show:function(){ if(window.top!=window.self){ $("body",top.document).append('
'+window.top.remove.init.title+'
'+window.top.remove.init.msg+'
'+window.top.remove.init.title+'
'+window.top.remove.init.msg+'