var Common={},Progress,SpinnerProgress,Timer,Notice,Authorize,Resources,MessageBox,QueryMessageBox,UserSetting,PopupWindow,PopupFormat;$.extend(Common,{Plugin:null,Lang:"en",AnychartKey:"wisdomain.com-f5d21636-2685089",_init:!1,Init:function(n){var t=!0;this.Lang=typeof n.lang!="undefined"?n.lang:"en";typeof n.isSecurity!="undefined"&&(t=this.StringToBool(n.isSecurity));typeof n.plugin!="undefined"&&(this.Plugin=n.plugin);typeof Array.prototype.indexOf=="undefined"&&(Array.prototype.indexOf=function(n,t){for(var i=t||0,r=this.length;i<r;i++)if(this[i]===n)return i;return-1});typeof document.body.addEventListener=="undefined"&&(document.body.addEventListener=document.body.addEventListener||function(n,t){document.body.attachEvent("on"+n,t)});typeof document.body.removeEventListener=="undefined"&&(document.body.removeEventListener=document.body.removeEventListener||function(n,t,i){document.body.detachEvent("on"+n,t,i)});$.browser.mobile=/android|webos|iphone|ipad|ipod|blackberry|iemobile|opera mini/i.test(navigator.userAgent.toLowerCase());Progress.Init();Notice.Init();this.WebSecurity(t);this._init==!1&&($(window).resize(function(){Common.InitUI()}),this._init=!0);this.InitUI()},InitUI:function(){if($('.main-footer[id$="ko"]').length>0||$('.main-footer[id$="ja"]').length>0){$("#body").css("min-height","");var n=$(window).height()-$("body").outerHeight();$('.main-footer[id$="ko"]').length>0&&(n-=$(".main-footer").outerHeight());n>0?$("#body").css("min-height",$("#body").outerHeight()+n):$("#body").css("min-height")>0&&$("#body").css("min-height","")}},IsExistsPlugin:function(name,require){var exists=eval("typeof("+name+") != 'undefined'");return!exists&&this.Plugin!=null&&this.Plugin[name]&&$.ajax({url:this.Plugin[name],dataType:"script",async:!1}),exists=eval("typeof("+name+") != 'undefined'"),exists?!0:(require&&alert("Not included plug-in `"+name+"`"),!1)},WebSecurity:function(n){n==!0?$(document).bind({contextmenu:Common.DisabledEvent,copy:Common.DisabledEvent,paste:Common.DisabledEvent,cut:Common.DisabledEvent,keydown:Common.DisabledEvent}):($(document).unbind("contextmenu"),$(document).unbind("copy"),$(document).unbind("paste"),$(document).unbind("cut"),$(document).unbind("keydown"))},DisabledEvent:function(n){if((n.type=="contextmenu"||n.type=="paste"||n.type=="copy"||n.type=="cut"||n.ctrlKey&&n.keyCode==67||n.ctrlKey&&n.keyCode==86)&&n.target.tagName!="INPUT"&&n.target.tagName!="TEXTAREA"&&($(n.target).attr("security")==undefined||$(n.target).attr("security").toLowerCase()!="off"))return n.stopPropagation(),n.stopImmediatePropagation(),!1},HtmlEncode:function(n){return $("<div/>").text(n).html()},HtmlDecode:function(n){return $("<div/>").html(n).text()},IsStringNullOrEmpty:function(n){if(typeof n!="string"||typeof n=="undefined")throw new Error("Invalid argument. ( Common, IsStringNullOrEmpty )");return n==null||n==""?!0:!1},StringToBool:function(n){if(typeof n!="string"||typeof n=="undefined")return!1;if(this.IsStringNullOrEmpty(n)==!1){n=$.trim(n.toLowerCase());var t=/(^true|^false)/gim.test(n);return t==!1?!1:n=="true"?!0:!1}return!1},ClearEvent:function(n){return n?(typeof n.stopPropagation!="undefined"&&n.stopPropagation(),typeof n.stopImmediatePropagation!="undefined"&&n.stopImmediatePropagation(),typeof n.preventDefault!="undefined"&&n.preventDefault(),!1):!1},IsValidTarget:function(n,t){var i=!1,r=!1,u=!1,f=!1;if(typeof n=="undefined"||typeof n!="object")throw new Error("Invalid argument. ( Common, IsValidTarget )");t=typeof t!="undefined"&&typeof t=="string"?t.toLowerCase():"all";switch(t){case"all":r=!0;break;case"length":u=!0;break;case"null":f=!0}return(r||u)&&n.length>0&&(i=!0),(r||f)&&n!=null&&(i=!0),i},GoHome:function(n){try{window.opener?self.close():document.location.href=n?n:"/"}catch(t){document.location.href=n?n:"/"}},ShowFamilySite:function(n){$(n).toggleClass("active");$(n).next("ul").stop("true","true").slideToggle("slow")},HistoryBack:function(n){try{window.history.length>1?window.history.back():document.location.href=n?n:"/"}catch(t){document.location.href=n?n:"/"}return this.ClearEvent(),!1},NumberWithCommas:function(n){n=n.toString();for(var t=/(-?\d+)(\d{3})/;t.test(n);)n=n.replace(t,"$1,$2");return n},UpdateUI:function(){$("#TopMenu").length>0&&$.ajax({type:"POST",url:"/Home/TopMenuPartial",data:{isMain:$("#isMain").val()},success:function(n,t){t=="success"&&$("#TopMenu").html(n)},error:function(n){n.status==0}});$("#listSubMenu").length>0&&($("#DBCollectionContents").length>0&&typeof CollectionSelectBox=="object"&&CollectionSelectBox.DoChangeCollection(),$.ajax({type:"POST",url:"/Search/Search/ListSubMenuPartial",data:null,success:function(n,t){if(t=="success"){var i=UserSetting.Get({ID:"ActivatedTap"});$("#listSubMenu").html(n);$("ul.search_tap li").removeClass("active");$('ul.search_tap li[name="'+i+'"]').addClass("active")}},complete:function(){},error:function(n){n.status==0}}));Authorize.CheckPack("UnsecureToCopy",function(n){return n==100&&Common.WebSecurity(!1),!0});this.InitUI()},Message:function(n){alert(n)},GetImagePath:function(n,t){var i=Common.Lang+n;return typeof t=="undefined"||this.IsStringNullOrEmpty(t)?"/Content/Themes/"+i:t+i},CleanUpCharacterLiteralInHtml:function(n){if(typeof n=="undefined"||Common.IsStringNullOrEmpty(n)||!$.browser.msie||$.browser.version!="9.0")return n;var t=new RegExp('>[ \t\r\n\v\f]*<',"g");return n.replace(t,"><")},CheckCheckBoxes:function(n){return Common.IsValidTarget(n)?(n.each(function(){$(this).attr("checked","checked")}),!0):!1},UnCheckCheckBoxes:function(n){return Common.IsValidTarget(n)?(n.each(function(){$(this).removeAttr("checked")}),!0):!1},HideAndShowElements:function(n,t){return!Common.IsValidTarget(n)||!Common.IsValidTarget(t)?!1:(n.hide(),t.show(),!1)},FindParent:function(n,t){var i=$(n).parent();do{if(i.is(t)||$(t,i).length>0)return i;i=i.parent()}while(i.parent().length>0);return null},GetCollectionList:function(n){var t="",r="",i="";return $(n.split("|")).each(function(){SearchCommon._kindCodeList.indexOf(this)>-1?t=t+"|"+this:i=i+"|"+this}),t!=""&&t!="|"&&(r=Common.GetCollectionByKindCode(t),i=r.replace(/^[|]|[|]$/g,"")+"|"+i.replace(/^[|]|[|]$/g,"")),i.replace(/^[|]|[|]$/g,"")},GetCollectionByKindCode:function(n){var t="";return $(n.split("|")).each(function(){(this=="A"||this=="T"||this=="S")&&t.indexOf("JA")<0&&(t=t+"|JA");(this=="B"||this=="B9")&&t.indexOf("JB")<0&&(t=t+"|JB");(this=="U"||this=="TU"||this=="SU"||this=="U9")&&t.indexOf("JX")<0&&(t=t+"|JX");(this=="Y"||this=="Y9")&&t.indexOf("JY")<0&&(t=t+"|JY")}),t},ResizeWindow:function(n,t,i){Common.IsValidTarget(n)||(n=$(document));(t!=n.outerWidth()||i!=n.outerHeight())&&window.resizeTo(t.replace("px",""),i.replace("px",""))},SetTooltip:function(n){$(n).tooltip({track:!0,show:{delay:200},itmes:"[title]",content:function(){var n=$(this),t;if(n.is("[title]")){if(n.is('[title^="#"]')&&(t=$(n.attr("title")),t.length>0))return t.hide(),t.html();if(!n.is('[id="report_thum"]')&&!n.is('[class="icon_tooltip"]'))return n.attr("name")=="sendToFamilyList"?Resources.Get("Search_ListPatentListPartial","SendToMyFolderFamilyTree").replace("&#13;","<br/>"):n.attr("title").replace("\n","<br>")}},position:{my:"right top+22",at:"center bottom"},tooltipClass:"wd-tooltip wd-tooltip-patentlist"})},CheckSession:function(){$.ajax({type:"POST",url:"/Home/CheckingSession",data:null,success:function(n){console.warn("SessionId: "+n)},error:function(n,t,i){console.warn("Error: "+i)}})},ShowBlackBack:function(n){$(".black_back").length==0&&($('<div class="black_back"><\/div>').appendTo($("body")),n&&$(".black_back").css("z-index",n))},HideBlackBack:function(){$(".black_back").remove()}});Progress={};$.extend(Progress,{maxTime:15e5,Init:function(){},Begin:function(n,t){(typeof n=="undefined"||typeof n!="number")&&(n=0);(typeof t=="undefined"||typeof t!="number")&&(t=Progress.maxTime);$(".progressBar_area").remove();var r=$('<div class="progressBar_area">').appendTo(document.body),i="center+5 center";document.body.clientHeight<250&&(i="center top+50");r.position({my:"center center",at:i,of:window}).progress({start:!0,delay:n,max:t,topMessage:"Processing",imageUrl:Common.GetImagePath("/images/user/icon_progress.png")})},End:function(n){n&&alert(n);$(".progressBar_area").remove()}});SpinnerProgress={};$.extend(SpinnerProgress,{Spinner:null,Begin:function(){$(".spinner").remove();SpinnerProgress.Spinner=new Spinner({position:"fixed"}).spin(document.body)},End:function(){setTimeout(function(){SpinnerProgress.Spinner.stop()},200)}});Timer={};$.extend(Timer,{_stopId:null,Start:function(n,t,i,r){if(this._stopId==n||typeof t!="function"||typeof i!="function"){this._stopId=null;return}i()==!0?t():setTimeout(function(){Timer.Start(n,t,i,r)},r)},Stop:function(n){this._stopId=n}});Notice={};$.extend(Notice,{Init:function(){$("#noticeContents").length>0&&$('div[id^="n_"]').each(function(){var n=$(this);$(".closeButton, .Close",n).click(function(){n.hide()});$("input:checkbox",n).click(function(){$.cookie("APNotice-"+n.attr("guid"),"Y",{expires:1,path:"/"});n.hide()})})}});Authorize={};$.extend(Authorize,{IsOnLoginAfterEvent:!0,IsNoCancel:!0,url:{loginPage:"/Membership/Login",loginForm:"/Membership/PopupLoginForm",checkRole:"/Tools/Helper/CheckRole",checkPack:"/Tools/Helper/CheckPack",login:"/Tools/Helper/Login",logout:"/Tools/Helper/Logout",preparingLogout:"/Tools/Helper/PreparingLogout"},Init:function(n,t){var i=$("#LogninFormPopup");i.length>0&&$("#LogninFormPopup").remove();(t==undefined||typeof t=="undefined")&&(t=!0);i.length==0&&$.ajax({type:"GET",url:this.url.loginForm,data:{whence:n},async:t,success:function(t,r){r=="success"&&($(t).appendTo("body"),i=$("#LogninFormPopup"),i.data("whence",n),$.validator.unobtrusive.parse($("form",i)),$("form",i).validate().form())},error:function(n,t,i){n.status!=0&&alert("Authorize error: Init / "+t+" / "+i)}})},Login:function(n){var f=typeof n.role!="undefined"?n.role:"",r=typeof n.pack!="undefined"?n.pack:"",e=typeof n.whence!="undefined"?n.whence:"Somewhere",t=typeof n.callBack!="undefined"?n.callBack:function(){},s=typeof n.pack!="undefined"?n.isRetry:!1,i=$("#LogninFormPopup"),o=!1,u;typeof t!="undefined"?o=!0:t=function(){};typeof Progress!="undefined"&&(i.focus(),Progress.Begin());u={userId:$('input[id$="UserId"]',i).val(),password:$('input[id$="Password"]',i).val(),rememberMe:$('input[id$="RememberMe"]:checked',i).length>0,whence:e,isRetry:s};$('input[id$="IsExternal"]:hidden').length>0&&(u.isExternal=$('input[id$="IsExternal"]:hidden').val());$.ajax({type:"POST",url:this.url.login,async:o,data:u,success:function(n,i){i=="success"&&(Common.StringToBool(n)==!0?(Authorize.HideDialog(),Authorize.IsOnLoginAfterEvent?(Authorize.UpdateUI(),r!=""?Authorize.CheckPack(r,function(n){return(n==20||n==30)&&Authorize.Error("Pack",parseInt(n)),!0}):Authorize.CheckRole(f,t)):t(n)):(typeof Progress!="undefined"&&Progress.End(),n=="LoginAlready"||n=="LoginAlready_WarningForLogin"?MessageBox.Show({message:Resources.Get("Global_Error",n),buttons:[{text:Resources.Get("Global_Common","Yes"),"class":"gray_btn btn mR5",click:function(){MessageBox.Hide();Authorize.Login({role:f,pack:r,callBack:t,whence:e,isRetry:!0})}},{text:Resources.Get("Global_Common","No"),"class":"lightgray_btn btn",click:function(){MessageBox.Hide()}}]}):MessageBox.Show({message:n})))},complete:function(){typeof Progress!="undefined"&&Progress.End()},error:function(n,t,i){n.status!=0&&alert("Authorize error: login / "+t+" / "+i)}})},RedriectToLogin:function(){top.location.href=this.url.loginPage},Logout:function(n){var i="",t=null;typeof n=="function"?t=n:typeof n=="string"&&(i=n);$.ajax({type:"POST",url:this.url.logout,async:!0,data:{url:i},success:function(n,i){i=="success"&&(t!=null?t():top.location.href=n?n:"/")},error:function(n,t,i){n.status!=0&&alert("Authorize error: logout / "+t+" / "+i)}})},Dialog:function(){this.IsOnLoginAfterEvent=!1;this.ShowDialog({role:"FreeUser",callBack:function(n){if(Common.StringToBool(n)==!0){var t=$('input:hidden[id="redirectUrlForLogin"]');t.length>0?(Progress.Begin(),document.location.href=t.val()):Authorize.UpdateUI()}Authorize.IsOnLoginAfterEvent=!0}})},ShowDialog:function(n){var t=typeof n.whence!="undefined"?n.whence:"Somewhere",i;typeof ListCommon=="object"&&ListCommon.AllClearPopDiv();$("#LogninFormPopup").length==0&&this.Init(t,!1);Authorize._bindingLoginPopEvent(n);Common.ShowBlackBack();i=$("#LogninFormPopup");this.IsNoCancel=!0},HideDialog:function(){$("#LogninFormPopup").remove();Common.HideBlackBack();Authorize.IsNoCancel&&typeof ExecuteWithLogin=="object"&&ExecuteWithLogin.Clear()},_bindingLoginPopEvent:function(n){var i=typeof n.role!="undefined"?n.role:"",r=typeof n.pack!="undefined"?n.pack:"",u=typeof n.whence!="undefined"?n.whence:"Somewhere",f=typeof n.callBack!="undefined"?n.callBack:function(){},t=$("#LogninFormPopup");$("#PopupLoginButton",t).click(function(){Authorize.IsNoCancel=!1;Authorize.Login({role:i,pack:r,callBack:f,whence:u})});$("input:text",t).bind("keydown",function(n){(n.keyCode==9||n.keyCode==13)&&($("input:password",t).focus(),Common.ClearEvent(n))}).val("").focus();$("input:password",t).bind("keydown",function(n){n.keyCode==9?($("input:text",t).focus(),Common.ClearEvent(n)):n.keyCode==13&&$("#PopupLoginButton",t).click()});$("#PopupLoginCloseButton",t).click(function(){Authorize.HideDialog()})},CheckPack:function(n,t,i){var u=typeof n=="string"?n:"None",e=typeof i=="boolean",f=e?!i:typeof t!="undefined",r;return typeof t=="undefined"&&(t=function(){}),r=$.ajax({cache:!1,timeout:3e3,type:"POST",url:this.url.checkPack,async:f,data:{pack:u},success:function(n,i){i=="success"&&parseInt(n)==100?t(n):t(n)||Authorize.ShowDialog({pack:u,callBack:t,whence:n==10?"ForLoginWithFreeFeatures":"ForLoginWithPaidFeatures"})},error:function(n){n.status==0}}),f?!0:r.status==200?r.responseText:-1},CheckRole:function(n,t){var u=typeof n=="string"?n:"Guest",f=typeof n=="number"?n:1,i=!1,r;return typeof t!="undefined"?i=!0:t=function(){},r=$.ajax({cache:!1,timeout:3e3,type:"POST",url:this.url.checkRole,async:i,data:{roleType:u},success:function(i,r){r=="success"&&parseInt(i)>=f?t(i):t(i)||Authorize.ShowDialog({role:n,callBack:t,whence:i==0?"Somewhere":i==-1?"ForLoginWithFreeFeatures":"ForLoginWithPaidFeatures"})},error:function(n){n.status==0}}),i?!0:r.status==200?r.responseText:-1},UpdateUI:function(){Common.UpdateUI();typeof SearchCommon!="undefined"&&SearchCommon.UpdateUI();typeof ListCommon!="undefined"&&ListCommon.UpdateUI()},RedirectToLogin:function(){try{document.location.href=this.url.loginPage+"?returnUrl="+encodeURIComponent(document.location.pathname)}catch(n){document.location.href=this.url.loginPage}},Error:function(n,t){if(n=="Pack")switch(t){case 30:MessageBox.Show({message:Resources.Get("Global_Error","UnauthorizedForFreeFeatures"),bottom:"UnauthorizedForPack_BottomDesc"});break;case 20:MessageBox.Show({message:Resources.Get("Global_Error","UnauthorizedForPaidFeatures"),bottom:"UnauthorizedForPaidFeatures_BottomDesc"})}else n=="Role"&&t==0&&MessageBox.Show({message:Resources.Get("Global_Error","UnauthorizedForRole")})},PreparingLogout:function(){$.ajax({cache:!1,timeout:1e3,type:"POST",url:this.url.preparingLogout,async:!0,data:null,success:function(){},error:function(){}})},SetUnloadEvent:function(){$(window).on("beforeunload",function(){Authorize.PreparingLogout()})}});Resources={};$.extend(Resources,{Url:"/Tools/Helper/",Get:function(n,t,i){var r=!1,u;typeof i!="undefined"?r=!0:i=function(){};try{return u=$.ajax({type:"GET",url:this.Url+"GetResource",data:{baseName:n,resourceName:t},async:r,success:i,error:function(n,t,i){window.console&&console.warn("Resources.Get: "+t+" / "+i);this.success("undefined")}}),r?!0:u.status==200?u.responseText:"undefined"}catch(f){return window.console&&console.warn("Resources.Get: "+f.Messge),r?!1:"undefined"}},GetList:function(n,t,i,r){var u=!1,f;typeof i!="undefined"?u=r?!1:!0:i=function(){};try{return f=$.ajax({type:"GET",url:this.Url+"GetResources",data:{baseName:n,resourceList:t},async:u,success:function(n){i(Resources.MakeArray(n))},error:function(n,t,i){window.console&&console.warn("Resources.GetList: "+t+" / "+i);this.success("undefined")}}),u?!0:f.status==200?Resources.MakeArray(f.responseText):"undefined"}catch(e){return window.console&&console.warn("Resources.GetList: "+e.Messge),u?!1:"undefined"}},MakeArray:function(n){for(var i=n.split("$"),u={},r,t=0;t<i.length;t++)i[t]!=""&&(r=i[t].split("|"),u[r[0]]=r[1]);return u}});MessageBox={};$.extend(MessageBox,{Element:null,onClose:null,Type:["notice","warning","error"],Text:{notice:"successful",warning:"unsuccessful",error:"error"},Show:function(n){MessageBox._setHtml(n);Common.ShowBlackBack();$(document).height()<270&&window.resizeTo(850,450);$("input",".login_btnBox").first().focus()},Hide:function(){MessageBox._beforeClose();MessageBox.Element!=null&&($('input:hidden[name$="CurrentInfo.ViewMode"]').val()=="Full"?setTimeout(function(){ListCommon.PopupUIResize();try{ListCommon.MainElement&&ListCommon.MainElement.MessageBox.Hide()}catch(n){}},200):$('input:hidden[name$="CurrentInfo.ViewMode"]').val()=="Mini"&&ListCommon.PopupSync(),MessageBox.Element.remove());Common.HideBlackBack()},_setHtml:function(n){var r=typeof n=="object"&&typeof n.type=="string"?MessageBox._checkType(n.type):"warning",u=typeof n=="object"&&typeof n.message=="string"?n.message:"There is no messgae.",t=typeof n=="object"&&typeof n.bottom=="string"?n.bottom:null,f=typeof n=="object"&&typeof n.noButton=="boolean"?n.noButton:!1,i=typeof n=="object"&&typeof n.buttons=="object"?n.buttons:[],e=typeof n=="object"&&typeof n.onClose=="function"?n.onClose:null;MessageBox.Hide();$("#message-box").length==0&&(MessageBox.Element=$('<div class="login_messageBox" id="message-box"><div class="login_messageTop"><\/div><\/div>'),MessageBox.Element.appendTo($("body")));$(".login_messageTop",MessageBox.Element).empty().append("<dl><\/dl>");$("dl",MessageBox.Element).append('<dt class="'+MessageBox._getIconClass(r)+'"><\/dt>');$("dl",MessageBox.Element).append("<dd><b>"+MessageBox.Text[r].toUpperCase()+"<\/b><\/dd>");$("dl",MessageBox.Element).append("<dd>"+u+"<\/dd>");$("dl",MessageBox.Element).append('<a href="javascript:;" onclick="MessageBox.Hide()" class="close_btn"><\/a>');(t=="UnauthorizedForPaidFeatures_BottomDesc"||t=="UnauthorizedForPack_BottomDesc")&&(t=typeof Resources=="object"?Resources.Get("Global_JavaScript",t):"",$(".login_messageTop",MessageBox.Element).append('<div class="alert_msgBox">'+t+"<\/div>"));$(".login_messageTop",MessageBox.Element).after('<div class="login_messageBottom"><\/div>');$(".login_messageBottom",MessageBox.Element).append('<div class="login_btnBox"><\/div>');f||i.length!=0||i.push({text:typeof Resources=="object"?Resources.Get("Global_Common","OK"):"OK",click:MessageBox.Hide,"class":"gray_btn btn"});jQuery.each(i,function(n,t){(t.class==null||t.class==undefined)&&(t.class="gray_btn btn");var i=$('<input type="button" />').addClass(t.class).val(t.text).bind("click",t.click);$(".login_btnBox",MessageBox.Element).append(i)});MessageBox.onClose=e},_checkType:function(n){var t="warning";return $.each(MessageBox.Type,function(){this==n&&(t=n)}),t},_getIconClass:function(n){return n?n+"_bgBox":"warning_bgBox"},_beforeClose:function(){MessageBox.onClose&&(MessageBox.onClose(),MessageBox.onClose=null)}});QueryMessageBox={};$.extend(QueryMessageBox,{Element:null,Show:function(n){QueryMessageBox._setHtml(n);Common.ShowBlackBack()},Hide:function(){QueryMessageBox.Element!=null&&($('input:hidden[name$="CurrentInfo.ViewMode"]').val()=="Full"?setTimeout(function(){ListCommon.PopupUIResize();try{ListCommon.MainElement&&ListCommon.MainElement.MessageBox.Hide()}catch(n){}},200):$('input:hidden[name$="CurrentInfo.ViewMode"]').val()=="Mini"&&ListCommon.PopupSync(),QueryMessageBox.Element.remove());Common.HideBlackBack()},_setHtml:function(n){var i=typeof n=="object"&&typeof n.message=="string"?n.message:"There is no messgae.",r=typeof n=="object"&&typeof n.query=="string"?n.query:!1,t;QueryMessageBox.Hide();$("#message-box").length==0&&(QueryMessageBox.Element=$('<div class="searchExpression_messageBox" id="message-box"><div class="searchEx_messageTop"><\/div><\/div>'),QueryMessageBox.Element.appendTo($("body")));$(".searchEx_messageTop",QueryMessageBox.Element).empty().append('<dl class="icon_searchEx_txt"><\/dl>');$("dl",QueryMessageBox.Element).append('<dt class="icon_searchEx"><\/dt>');$("dl",QueryMessageBox.Element).append("<dd>"+i+"<\/dd>");$(".searchEx_messageTop",QueryMessageBox.Element).append('<div class="searchExBox_scroll" contenteditable><ul class="searchExBox"><li>'+r+'<\/li><\/ul><\/div><div class="clip_board"><a class="copy_btn" href="javascript:;">Copy to clipboard<\/a><span class="copied" style="display:none">Copied<\/span><\/div>');$("searchEx_messageTop",QueryMessageBox.Element).append('<a href="javascript:;" onclick="QueryMessageBox.Hide()" class="close_btn"><\/a>');$(".searchEx_messageTop",QueryMessageBox.Element).after('<div class="login_messageBottom"><\/div>');$(".login_messageBottom",QueryMessageBox.Element).append('<div class="login_btnBox"><\/div>');t=$('<input type="button" />').addClass("gray_btn btn mR5").val(typeof Resources=="object"?Resources.Get("Global_Common","OK"):"OK").bind("click",QueryMessageBox.Hide);$(".login_btnBox",QueryMessageBox.Element).append(t);QueryMessageBox._bindingQueryEvent()},_bindingQueryEvent:function(){QueryMessageBox.Element.find("div.searchExBox_scroll[contenteditable] span.wrong").one("DOMSubtreeModified",function(){$(this).removeClass("wrong")});QueryMessageBox.Element.find("div.searchExBox_scroll[contenteditable]").keypress(function(){var n=["rgba(244,139,234,.3)","rgba(196,249,172,.3)","rgba(255,167,147,.3)","rgba(150,255,153,.3)","rgba(211,165,247,.3)","rgba(255,186,186,.3)","rgba(249,211,139,.3)","rgba(174,218,255,.3)","rgba(255,212,252,.3)","rgba(137,252,125,.3)"];return function(t){if(t.which===40||t.which===41){var i=$(this);setTimeout(function(){var t;i.find(".bracket").each(function(){$(this).find("span").contents().unwrap()}).contents().unwrap();i.find("div.pad-bracket").contents().unwrap();var r=i.html(),u=0,f="";for(t=0;t<r.length;++t)switch(r[t]){case"(":f+='<div class="bracket"><span style="background-color:'+n[u++%n.length]+'">'+r[t]+'<\/span><\/div><div class="pad-bracket">';break;case")":f+=(--u>-1?"<\/div>":"")+'<div class="bracket"><span '+(u>-1?'style="background-color:'+n[u%n.length]+'"':'class="wrong"')+">"+r[t]+"<\/span><\/div>";break;default:f+=r[t]}while(u-->0)f+="<\/div>";i.html(f);i.blur()},0)}}}());QueryMessageBox.Element.find("div.clip_board a.copy_btn").click(function(){var n=document.createElement("textarea"),i,r,t,e;if(n.style.position="absolute",n.style.width=n.style.height=0,n.value=n.textContent=QueryMessageBox.Element.find("div.searchExBox_scroll").text(),document.body.appendChild(n),i=!1,document.body.createTextRange?(t=document.body.createTextRange(),t.moveToElementText(n),t.select(),i=document.execCommand("Copy")):window.getSelection&&(r=document.getSelection(),t=document.createRange(),t.selectNode(n),r.removeAllRanges(),r.addRange(t),i=document.execCommand("copy"),r.removeAllRanges()),document.body.removeChild(n),i){var u=300,f=$(this).parent(),o=f.css("background-color");f.stop().animate({backgroundColor:"#4C4E55"},u);e=$(this).hide().next().show(u,function(){setTimeout(function(){f.stop().animate({backgroundColor:o},u);e.hide(u,function(){e.prev().show();$(".common-message-box .clip_board").css("border-color","")})},1e3)})}})}});UserSetting={};$.extend(UserSetting,{CookieMode:!0,CookieExpiryDays:30,Url:"/Tools/Helper/",Arguments:null,ID:"",Item:"",Saved:!0,SetArguments:function(n){return typeof n=="object"?(this.Arguments=n,this.ID=typeof n.ID!="undefined"?n.ID:"",this.Item=typeof n.Item!="undefined"?n.Item:"",this.Saved=typeof n.Saved!="undefined"?n.Saved:!0,this.CookieExpiryDays=typeof n.ExpiryDays!="undefined"?n.ExpiryDays:UserSetting.CookieExpiryDays,this.ID=="")?!1:!0:!1},Set:function(n){var t="";return this.SetArguments(n)?this.CookieMode?(t=typeof n.Saved=="boolean"&&n.Saved==!1?$.cookie(n.ID,n.Item):$.cookie(n.ID,n.Item,{expires:UserSetting.CookieExpiryDays,path:"/"}),!0):(t=$.ajax({url:this.Url+"SaveSetting",type:"post",async:!1,data:{id:UserSetting.ID,item:UserSetting.Item,saved:UserSetting.Saved}}).success(function(){}).fail(function(n){if(n.status!=0)return!1}).responseText,this.CheckReturnValue("save",t)):!1},Get:function(n){var t="";return this.SetArguments(n)&&(t=this.CookieMode?$.cookie(n.ID):$.ajax({url:this.Url+"GetSetting",type:"post",data:{id:UserSetting.ID},async:!1}).fail(function(n){if(n.status!=0)return null}).responseText),this.CheckReturnValue(UserSetting.ID,t)},Remove:function(n){this.SetArguments(n)&&$.cookie(n.ID,null,{path:"/"})},CheckReturnValue:function(n,t){if(typeof t!="undefined")switch(n.toLowerCase()){case"save":t=Common.StringToBool(t);break;case"termsuggester":t=t!=null?Common.StringToBool(t):t;break;case"autoshowmyfolder":t=t!=null?Common.StringToBool(t):!1}return t}});$(function(){if(typeof $.widget=="undefined"){alert("not included `jQuery UI`");return}$.widget("custom.progress",{options:{topMessage:null,bottomMessage:null,delay:500,max:15e3,imageUrl:""},_create:function(){this.start()},_destory:function(){this.stop()},_setOptions:function(){this._superApply(arguments)},_setOption:function(n,t){n=="start"&&t==!0?this.start():n=="stop"&&t==!0?this.stop():this._super(n,t)},_initResources:function(){this.options.topMessage==null&&(this.options.topMessage=typeof Resources=="object"?Resources.Get("Global_JavaScript","Progress_Loading"):"Loading");this.options.bottomMessage==null&&(this.options.bottomMessage=typeof Resources=="object"?Resources.Get("Global_JavaScript","Progress_Wait"):"Wait")},start:function(){this._initResources();this._delay(this._start,this.options.delay);this._delay(this._destory,this.options.max)},_start:function(){var n=$('<div class="progressBar_inner"><\/div>').append('<div class="progress_bar"><\/div>').append('<div class="progress_logo"><img src="'+this.options.imageUrl+'" /><\/div>').append('<div class="progress_txt"><\/div>');$(".progress_txt",n).append('<p class="progress_txt_f">'+this.options.topMessage+"<\/p>").append('<p class="progress_txt_b">'+this.options.bottomMessage+"<\/p>");n.appendTo(this.element)},stop:function(){this._delay(this._stop,this.options.delay)},_stop:function(){this.element.remove()}})}),function(n,t){typeof module=="object"&&module.exports?module.exports=t():typeof define=="function"&&define.amd?define(t):n.Spinner=t()}(this,function(){"use strict";function i(n,t){var r=document.createElement(n||"div"),i;for(i in t)r[i]=t[i];return r}function t(n){for(var t=1,i=arguments.length;t<i;t++)n.appendChild(arguments[t]);return n}function a(n,t,i,r){var e=["opacity",t,~~(n*100),i,r].join("-"),o=.01+i/r*100,s=Math.max(1-(1-n)/t*(100-o),n),c=u.substring(0,u.indexOf("Animation")).toLowerCase(),l=c&&"-"+c+"-"||"";return h[e]||(f.insertRule("@"+l+"keyframes "+e+"{0%{opacity:"+s+"}"+o+"%{opacity:"+n+"}"+(o+.01)+"%{opacity:1}"+(o+t)%100+"%{opacity:"+n+"}100%{opacity:"+s+"}}",f.cssRules.length),h[e]=1),e}function o(n,t){var u=n.style,r,i;if(t=t.charAt(0).toUpperCase()+t.slice(1),u[t]!==undefined)return t;for(i=0;i<s.length;i++)if(r=s[i]+t,u[r]!==undefined)return r}function n(n,t){for(var i in t)n.style[o(n,i)||i]=t[i];return n}function c(n){for(var r,i,t=1;t<arguments.length;t++){r=arguments[t];for(i in r)n[i]===undefined&&(n[i]=r[i])}return n}function l(n,t){return typeof n=="string"?n:n[t%n.length]}function r(n){this.opts=c(n||{},r.defaults,v)}function y(){function u(n,t){return i("<"+n+' xmlns="urn:schemas-microsoft.com:vml" class="spin-vml">',t)}f.addRule(".spin-vml","behavior:url(#default#VML)");r.prototype.lines=function(i,r){function s(){return n(u("group",{coordsize:o+" "+o,coordorigin:-e+" "+-e}),{width:o,height:o})}function a(i,f,o){t(c,t(n(s(),{rotation:360/r.lines*i+"deg",left:~~f}),t(n(u("roundrect",{arcsize:r.corners}),{width:e,height:r.scale*r.width,left:r.scale*r.radius,top:-r.scale*r.width>>1,filter:o}),u("fill",{color:l(r.color,i),opacity:r.opacity}),u("stroke",{opacity:0}))))}var e=r.scale*(r.length+r.width),o=r.scale*2*e,h=-(r.width+r.length)*r.scale*2+"px",c=n(s(),{position:"absolute",top:h,left:h}),f;if(r.shadow)for(f=1;f<=r.lines;f++)a(f,-2,"progid:DXImageTransform.Microsoft.Blur(pixelradius=2,makeshadow=1,shadowopacity=.3)");for(f=1;f<=r.lines;f++)a(f);return t(i,c)};r.prototype.opacity=function(n,t,i,r){var u=n.firstChild;r=r.shadow&&r.lines||0;u&&t+r<u.childNodes.length&&(u=u.childNodes[t+r],u=u&&u.firstChild,u=u&&u.firstChild,u&&(u.opacity=i))}}var s=["webkit","Moz","ms","O"],h={},u,f,v={lines:12,length:0,width:6,radius:12,scale:1,corners:1,color:"#657b87",opacity:1/4,rotate:0,direction:1,speed:1.2,trail:50,fps:20,zIndex:2e9,className:"spinner",top:"50%",left:"50%",shadow:!1,hwaccel:!1,position:"absolute"},e;return r.defaults={},c(r.prototype,{spin:function(t){this.stop();var f=this,r=f.opts,e=f.el=i(null,{className:r.className});if(n(e,{position:r.position,width:0,zIndex:r.zIndex,left:r.left,top:r.top}),t&&t.insertBefore(e,t.firstChild||null),e.setAttribute("role","progressbar"),f.lines(e,f.opts),!u){var s=0,l=(r.lines-1)*(1-r.direction)/2,h,c=r.fps,o=c/r.speed,a=(1-r.opacity)/(o*r.trail/100),v=o/r.lines;(function y(){s++;for(var n=0;n<r.lines;n++)h=Math.max(1-(s+(r.lines-n)*v)%o*a,r.opacity),f.opacity(e,n*r.direction+l,h,r);f.timeout=f.el&&setTimeout(y,~~(1e3/c))})()}return f},stop:function(){var n=this.el;return n&&(clearTimeout(this.timeout),n.parentNode&&n.parentNode.removeChild(n),this.el=undefined),this},lines:function(r,f){function s(t,r){return n(i(),{position:"absolute",width:f.scale*(f.length+f.width)+"px",height:f.scale*f.width+"px",background:t,boxShadow:r,transformOrigin:"left",transform:"rotate("+~~(360/f.lines*e+f.rotate)+"deg) translate("+f.scale*f.radius+"px,0)",borderRadius:(f.corners*f.scale*f.width>>1)+"px"})}for(var e=0,h=(f.lines-1)*(1-f.direction)/2,o;e<f.lines;e++)o=n(i(),{position:"absolute",top:1+~(f.scale*f.width/2)+"px",transform:f.hwaccel?"translate3d(0,0,0)":"",opacity:f.opacity,animation:u&&a(f.opacity,f.trail,h+e*f.direction,f.lines)+" "+1/f.speed+"s linear infinite"}),f.shadow&&t(o,n(s("#000","0 0 4px #000"),{top:"2px"})),t(r,t(o,s(l(f.color,e),"0 0 1px rgba(0,0,0,.1)")));return r},opacity:function(n,t,i){t<n.childNodes.length&&(n.childNodes[t].style.opacity=i)}}),typeof document!="undefined"&&(f=function(){var n=i("style",{type:"text/css"});return t(document.getElementsByTagName("head")[0],n),n.sheet||n.styleSheet}(),e=n(i("group"),{behavior:"url(#default#VML)"}),!o(e,"transform")&&e.adj?y():u=o(e,"animation")),r});PopupWindow={};PopupFormat={};$.extend(PopupWindow,{defaultID:"WIN"+(new Date).getTime(),blockedPopupMsg:"",isCheckBlocker:!1,Open:function(n,t){var r,i,u;try{if(r=PopupWindow.defaultID,i="",typeof t=="object"){for(option in t)option=="name"?typeof t[option]=="string"?r=t[option]:typeof t[option]=="function"&&(r=t[option]()):i+=option+" = "+t[option]+", ";i.length&&(i[i.length-1]="")}return u=window.open(n,r,i),PopupWindow.isCheckBlocker=!1,setTimeout(function(){PopupWindow.isCheckBlocker!=!1||u||PopupWindow.OnBlocked()},1e3),u}catch(f){alert(f.Message)}},WithPostback:function(n){var i,t,u,r;try{if(i=PopupWindow.defaultID,t="",typeof n=="object")for(option in n)option=="name"?i=n[option]:(t&&t.length>0&&(t+=", "),t+=option+" = "+n[option]);u=window.open("",i,t);PopupWindow.isCheckBlocker=!1;r=$("form:first")[0];r.target=i;setTimeout(function(){r.target="_self";r.action=window.location.href},100);setTimeout(function(){PopupWindow.isCheckBlocker!=!1||u||PopupWindow.OnBlocked()},1e3)}catch(f){alert(f.Message)}},WithForm:function(n,t,i,r){var f,s,h,e,u,l,c,o;try{if(f=PopupWindow.defaultID,s="",r=r==null||r==""||r=="POST"||r=="post"?"POST":"GET",i.name=="ClassificationCode"&&(r="GET"),typeof i=="object"){h=[];for(option in i)option=="name"?typeof i[option]=="string"?f=i[option]:typeof i[option]=="function"&&(f=i[option]()):h.push(option+"="+i[option]);h.length>0&&(s=h.join(","))}if(t!=null&&typeof t=="object"){u=document.createElement("form");u.setAttribute("name","tempPopForm");try{l=typeof t.isCitationAlerts!="undefined";e=window.open("",f,s)}catch(a){e="undefined"}for(c in t)o=document.createElement("input"),o.setAttribute("type","hidden"),o.setAttribute("name",c),o.setAttribute("value",t[c]),u.appendChild(o);u.setAttribute("target",f);u.setAttribute("method",r);u.setAttribute("action",n);document.body.appendChild(u);setTimeout(function(){PopupWindow.DoSubmit(e,u,f,l)},100)}else e=window.open(n,f,s);return PopupWindow.isCheckBlocker=!1,setTimeout(function(){PopupWindow.isCheckBlocker!=!1||e||e=="undefined"||PopupWindow.OnBlocked()},1e3),e}catch(a){alert(a.Message)}},DoSubmit:function(n,t,i,r){try{if(PopupWindow.isCheckBlocker)return;if(n=="undefined"){t.submit();return}if(n&&n.document.body)t.submit();else{setTimeout(function(){PopupWindow.DoSubmit(n,t)},100);return}}catch(u){r?($(t).attr("target",i),$(t).submit()):alert(u.message)}setTimeout(function(){var n=$('form[name="tempPopForm"]');n.length>0&&n.remove()},200)},OnBlocked:function(){this.blockedPopupMsg||(this.blockedPopupMsg=typeof Resources!="undefined"?Resources.Get("Global_JavaScript","IsBlockedPopup"):"Blocked Pop-up");typeof MessageBox!="undefined"?MessageBox.Show({message:this.blockedPopupMsg,type:"notice"}):alert(this.blockedPopupMsg);this.isCheckBlocker=!0},ResizePopupWindow:function(n,t){t.length>0&&typeof n!="undefined"&&$(document).ready(function(){setTimeout(function(){var i=parseInt(window.outerHeight-document.body.clientHeight);window.resizeTo(n.width,t.outerHeight()+i)},100)})}});$.extend(PopupFormat,{SendToMyFolder:{name:"SendToFolder",width:"750",height:"530",scrollbars:"yes",resizable:"yes",menubar:"no",status:"no",toolbar:"no",location:"no",titlebar:"no"},BatchView:{name:"BatchView",width:"750px",height:"500px",scrollbars:"yes",resizable:"yes",menubar:"no",status:"no",toolbar:"no",location:"no",titlebar:"no"},Download:{name:"Download",width:"1260",height:"1000",scrollbars:"yes",resizable:"yes",menubar:"no",status:"no",toolbar:"no",location:"no",titlebar:"no"},SummaryReportDownload:{name:"SummaryReportDownload",width:{en:"1024",ko:"1024",ja:"1024"},height:{en:"768",ko:"768",ja:"768"},scrollbars:"yes",resizable:"no",menubar:"no",status:"no",toolbar:"no",location:"no",titlebar:"no"},ExcelDownload:{name:"ExcelDownload",width:{en:"1024px",ko:"1024px",ja:"1024px"},height:{en:"1000px",ko:"1000px",ja:"1000px"},scrollbars:"yes",resizable:"yes",menubar:"no",status:"no",toolbar:"no",location:"no",titlebar:"no"},CSVDownload:{name:"CSVDownload",width:{en:"1024",ko:"1024",ja:"1024"},height:{en:"600",ko:"768",ja:"1000"},scrollbars:"yes",resizable:"yes",menubar:"no",status:"no",toolbar:"no",location:"no",titlebar:"no"},LADDownload:{name:"LADDownload",width:"850",height:"610",scrollbars:"yes",resizable:"yes",menubar:"no",status:"no",toolbar:"no",location:"no",titlebar:"no"},PdfDownload:{name:"PDFDownload",width:"850",height:"850",scrollbars:"yes",resizable:"yes",menubar:"no",status:"no",toolbar:"no",location:"no",titlebar:"no"},KeywordMap:{name:"KeywordMap",width:"780px",height:"550px",scrollbars:"yes",resizable:"yes"},SmartViewer:{name:"SmartViewer",width:"700px",height:"350px",scrollbars:"no",resizable:"yes",menubar:"no",status:"no",toolbar:"no",location:"no",titlebar:"no"},InventorEvaluation:{name:"InventorEvaluation",width:"750px",scrollbars:"yes",resizable:"yes",menubar:"no",status:"no",toolbar:"no",location:"no",titlebar:"no"},PatentEvaluation:{name:"PatentEvaluation",width:"750px",scrollbars:"yes",resizable:"yes",menubar:"no",status:"no",toolbar:"no",location:"no",titlebar:"no"},ViewFullText:{},ImageViewer:{},USMaintenance:{},Help:{name:"OnlineHelp",width:"1275px",height:"900px",resizable:"yes",scrollbars:"yes",menubar:"no",status:"no",toolbar:"no",location:"no",titlebar:"no"},MultiCitation:{name:"MultiCitation",width:"800px",height:"600px",scrollbars:"yes",resizable:"yes",menubar:"no",status:"no",toolbar:"no",location:"no",titlebar:"no"},CitationChart:{name:function(){return"CitationChart"+(new Date).getTime()},width:"800px",height:"600px",scrollbars:"yes",resizable:"yes",menubar:"no",status:"no",toolbar:"no",location:"no",titlebar:"no"},VisualNarrowDown:{name:function(){return"VisualNarrowDown"+(new Date).getTime()},width:"800px",height:"600px",scrollbars:"yes",resizable:"yes",menubar:"no",status:"no",toolbar:"no",location:"no",titlebar:"no"},DynamicClassification:{name:function(){return"DynamicClassification"+(new Date).getTime()},width:"700px",height:"400px",scrollbars:"yes",resizable:"yes",menubar:"no",status:"no",toolbar:"no",location:"no",titlebar:"no"},Litigation:{name:"Litigation",width:"750px",height:"500px",scrollbars:"yes",resizable:"yes"},Scoping:{name:"Scoping",width:"850",height:"450",scrollbars:"yes",resizable:"yes",menubar:"no",status:"no",toolbar:"no",location:"no",titlebar:"no"},Genealogy:{name:"Genealogy",width:"800px",height:"600px",toolbar:"no",location:"no",directories:"no",statuw:"no",menubar:"no",scrollbars:"no",resizable:"yes"},SavedSearch:{name:"SavedSearch",width:"1280px",height:"980px",toolbar:"no",location:"no",directories:"no",statuw:"no",menubar:"no",scrollbars:"yes",resizable:"yes"},BatchViewer:{name:"BatchViewer",width:"1200px",height:"768px",toolbar:"no",location:"no",directories:"no",statuw:"no",menubar:"no",scrollbars:"yes",resizable:"yes"},Citation:{name:"Citation",width:"1024px",height:"768px",scrollbars:"no",resizable:"yes",menubar:"no",status:"no",toolbar:"no",location:"no",titlebar:"no"},FamilyTree:{name:"FamilyTree",width:"1024px",height:"768px",scrollbars:"no",resizable:"yes",menubar:"no",status:"no",toolbar:"no",location:"no",titlebar:"no"},SearchAlertView:{name:"SearchAlertView",width:"1270px",height:"980px",scrollbars:"yes",resizable:"yes",menubar:"no",status:"no",toolbar:"no",location:"no",titlebar:"no"},PopupListMode:{name:"PopupListMode",width:"1270px",height:"900px",scrollbars:"yes",resizable:"yes",menubar:"no",status:"no",toolbar:"no",location:"no",titlebar:"no"},InventorEvaluationDownload:{name:"InventorEvaluationDownload",width:"850",height:"450",scrollbars:"yes",resizable:"no",menubar:"no",status:"no",toolbar:"no",location:"no",titlebar:"no"},PatentEvaluationDownload:{name:"PatentEvaluationDownload",width:"850",height:"270",scrollbars:"yes",resizable:"yes",menubar:"no",status:"no",toolbar:"no",location:"no",titlebar:"no"},AllDrawingDownload:{name:"AllDrawingDownload",width:"850",height:"270",scrollbars:"yes",resizable:"yes",menubar:"no",status:"no",toolbar:"no",location:"no",titlebar:"no"},FirstDrawingDownload:{name:"FirstDrawingDownload",width:"800",height:"430",scrollbars:"yes",resizable:"yes",menubar:"no",status:"no",toolbar:"no",location:"no",titlebar:"no"},ProgressStatus:{name:"ProgressStatus",width:"1270px",height:"900px",scrollbars:"yes",resizable:"yes",menubar:"no",status:"no",toolbar:"no",location:"no",titlebar:"no"},RegisterStatus:{name:"RegisterStatus",width:"800px",height:"600px",scrollbars:"yes",resizable:"yes",menubar:"no",status:"no",toolbar:"no",location:"no",titlebar:"no"},NumberFormat:{name:"NumberFormat",width:"1250",height:"1200",resizable:"yes",scrollbars:"yes",menubar:"no",status:"no",toolbar:"no",location:"no",titlebar:"no"},JudgmentStatus:{name:"JudgmentStatus",width:"930px",height:"600px",scrollbars:"yes",resizable:"yes",menubar:"no",status:"no",toolbar:"no",location:"no",titlebar:"no"},ProgressInfo:{name:"ProgressInfo",width:"1000px",height:"900px",scrollbars:"yes",resizable:"yes",menubar:"no",status:"no",toolbar:"no",location:"no",titlebar:"no"},PatentMap:{name:"PatentMap",width:"450px",height:"350px",resizable:"no",scrollbars:"no",menubar:"no",status:"no",toolbar:"no",location:"no",titlebar:"no"},JapaneseOldPDF:{name:"JapaneseOldPDF",width:"700px",height:"280px",scrollbars:"no",resizable:"yes",menubar:"no",status:"no",toolbar:"no",location:"no",titlebar:"no"},PatentListToEmail:{name:"PatentListToEmail",width:"850",height:"500",scrollbars:"yes",resizable:"yes",menubar:"no",status:"no",toolbar:"no",location:"no",titlebar:"no"},ActionableReportLink:{name:"ActionableReportLink",width:"640px",height:"500px",scrollbars:"no",resizable:"no",menubar:"no",status:"no",toolbar:"no",location:"no",titlebar:"no"},TranselatedClaims:{name:"TranselatedClaims",width:"700px",height:"600px",scrollbars:"yes",resizable:"yes",menubar:"no",status:"no",toolbar:"no",location:"no",titlebar:"no"},TechnologyDiagram:{width:"950",height:"850",scrollbars:"yes",resizable:"yes",menubar:"no",status:"no",toolbar:"no",location:"no",titlebar:"no"},WordCloud:{name:"WordCloud",width:"1260px",height:"950px",scrollbars:"yes",resizable:"yes",menubar:"no",status:"no",toolbar:"no",location:"no",titlebar:"no"},RemoveDuplicateFamily:{name:"RemoveDuplicateFamily",width:"800px",height:"700px",scrollbars:"yes",resizable:"yes",menubar:"no",status:"no",toolbar:"no",location:"no",titlebar:"no"},FamilyGroupingSelectOption:{name:"FamilyGroupingSelectOption",width:"730px",height:"380px",scrollbars:"yes",resizable:"yes",menubar:"no",status:"no",toolbar:"no",location:"no",titlebar:"no"},SendToMyFolderForFamilyGroup:{name:"SendToMyFolderForFamilyGroup",width:"800px",height:"400px",scrollbars:"yes",resizable:"no",menubar:"no",status:"no",toolbar:"no",location:"no",titlebar:"no"},PAJDeduplicationSearch:{name:"PAJDeduplicationSearch",width:"600px",height:"360px",scrollbars:"yes",resizable:"no",menubar:"no",status:"no",toolbar:"no",location:"no",titlebar:"no"},ClassificationCode:{name:"ClassificationCode",width:"800px",height:"820px",scrollbars:"no",resizable:"yes",menubar:"no",status:"no",toolbar:"no",location:"yes",titlebar:"no"},NewTab:{name:""},Google:{name:"Google",width:"800px",height:"750px",scrollbars:"yes",resizable:"yes",menubar:"no",status:"no",toolbar:"no",location:"no",titlebar:"yes"},OriginalQuery:{name:"OriginalQuery",width:"670px",height:"200px",scrollbars:"no",resizable:"yes",menubar:"no",status:"no",toolbar:"no",location:"yes",titlebar:"no"},CountryCodeTooltip:{name:"CountryCodeTooltip",width:"1280px",height:"950px",scrollbars:"yes",resizable:"yes",menubar:"no",status:"no",toolbar:"no",location:"yes",titlebar:"no"},CompanyTechnology:{name:"CompanyTechnology",width:"920",height:"310",scrollbars:"yes",resizable:"yes",menubar:"no",status:"no",toolbar:"no",location:"yes",titlebar:"no"},TechnologyTrends:{name:"TechnologyTrends",width:"920",height:"370",scrollbars:"yes",resizable:"yes",menubar:"no",status:"no",toolbar:"no",location:"yes",titlebar:"no"},BusinessEvaluation:{name:"BusinessEvaluation",width:"1000",height:"450",scrollbars:"yes",resizable:"yes",menubar:"no",status:"no",toolbar:"no",location:"yes",titlebar:"no"},PricingEvaluation:{name:"PricingEvaluation",width:"1000",height:"530",scrollbars:"yes",resizable:"yes",menubar:"no",status:"no",toolbar:"no",location:"yes",titlebar:"no"},FullSizePopup:{name:"FullSizePopup",width:"1280px",height:"950px",scrollbars:"yes",resizable:"yes",menubar:"no",status:"no",toolbar:"no",location:"no",titlebar:"no"},TechComparison:{name:"TechComparison",width:"1024",height:"768",scrollbars:"yes",resizable:"yes",menubar:"no",status:"yes",toolbar:"yes",location:"yes",titlebar:"yes"},Associator:{name:"Associator",width:"730px",height:"850px",scrollbars:"yes",resizable:"no",menubar:"no",status:"no",toolbar:"no",location:"no",titlebar:"no"}})