function expandit(curobj, hide) {var folder;var ns6;var operaaa;if(document.getElementById(curobj)) { folder=document.getElementById(curobj).style;} else {if(ns6==1||operaaa==true) { folder=curobj.nextSibling.nextSibling.style;} else { folder=document.all[curobj.sourceIndex+1].style;} }if(folder.display=="none"){folder.display="";} else {folder.display="none";}if(hide) {var hide_objects = hide.split(",");var i;for(i=0; i<hide_objects.length; i++) { hide_objects[i]=hide_objects[i].replace(/^\s*(.*)/, "$1"); hide_objects[i]=hide_objects[i].replace(/(.*?)\s*$/, "$1"); if(document.getElementById(hide_objects[i])) { hidden=document.getElementById(hide_objects[i]).style; if(hidden.display=="") {hidden.display="none"; } }}} }function urljump(url){top.window.location = url; }function setInner(id, txt) {document.getElementById(id).innerHTML = txt; }function openwindow(url,wth,hgt) {if('full' == wth){pwindow = window.open(url);} else {if (wth) { mywidth=wth;} else { mywidth=600;} if (hgt) { myheight=hgt;} else { myheight=400;} pwindow = window.open(url,'Name', 'top=100,left=100,resizable=yes,width='+mywidth+',height='+myheight+',scrollbars=yes,menubar=no')}pwindow.focus(); }function urljump_byApply(url,text){if (confirm(text)){top.window.location = url;}} 