var WWW="http://"+window.location.host+'/';var WWW_STYLE="http://static."+window.location.host.replace('www.','')+"/style/";var WWW_JS="http://"+window.location.host+"/js/";var WWW_GRAPHIC=WWW_STYLE+"graphics/";if(document.getElementsByTagName('SCRIPT').length>0){WWW_JS=dirname(document.getElementsByTagName('SCRIPT')[0].src)}var included_files=[];function dirname(s){return s.replace(/([^\/]+)$/,'')}function nxlabel(){for(var i=0;i<document.anchors.length;i++){if(document.anchors[i].getAttribute('nx')){img=document.createElement("IMG");img.src=WWW_GRAPHIC+"info.gif";document.anchors[i].appendChild(img);document.anchors[i].onmouseover=function(){showlabel(this.getAttribute('nx'))};document.anchors[i].onmouseout=function(){hidelabel()}}}}function showlabel(s){var div=$e('nxlabel');div.style.display='block';div.innerHTML=s}function hidelabel(){var div=$e('nxlabel');div.style.display='none';div.innerHTML=''}function fadelabel(){hidelabel()}function Element(s){return document.getElementById(s)}function $e(s){return document.getElementById(s)}function html_table_lists(){var a=getElementsByClass("list");for(var i=0;i<a.length;i++){a[i].onmouseover=function(){this.className='hoverlist'};a[i].onmouseout=function(){this.className='list'}}}function getElementsByClass(searchClass,node,tag){var classElements=[];if(empty(node)){node=document}if(empty(tag)){tag='*'}var els=node.getElementsByTagName(tag);var elsLen=els.length;var pattern=new RegExp("(^|\\s)"+searchClass+"(\\s|$)");for(i=0,j=0;i<elsLen;i++){if(pattern.test(els[i].className)){classElements[j]=els[i];j++}}return classElements}function require(lib){var i=0;if(isArray(lib)){for(i=0;i<lib.length;i++){require(lib[i])}}else if(!inArray(included_files,lib)){included_files[included_files.length]=lib;document.write("<script type=\"text\/javascript\" src=\""+(!lib.match('http://')?WWW_JS:'')+lib+"\"><\/script>")}}function inArray(arr,key){for(var i=0;i<arr.length;i++){if(arr[i]==key){return true}}return false}function isUndefined(s){return(s==="undefined"?true:false)}function isObject(s){return(s!==null&&typeof(s)==="object"?true:false)}function isArray(o){if(o.constructor.toString().indexOf("Array")==-1){return false}else{return true}}function isString(s){return(s!==null&&typeof(s)==="string"?true:false)}function preloadImg(a,root){var p;if(!isArray(a)){preloadImg([a],root);return}for(var i=0;i<a.length;i++){p=new Image();p.src=root+a[i]}}Array.prototype.sum=function(){var j=0;for(var i=0;i<this.length;i++){j+=Math.ceil(this[i])}return j};function empty(s){return(s===null||s===undefined||s===0||s===''||s===false?true:false)}<!--sfHover=function(){html_table_lists()}if(window.attachEvent){window.attachEvent("onload",sfHover)}