var wysiwygModeLabel="WYSIWYG Mode"
function ieVersion(){var ua=window.navigator.userAgent;var msieIndex=ua.indexOf("MSIE")
if(msieIndex== -1)return 0;return ua.substring(msieIndex+5,msieIndex+6);}function getReal(el,type,value){temp=el;while((temp!=null)&&(temp.tagName!="BODY")){if(eval("temp."+type)==value){el=temp;return el;}temp=temp.parentElement;}return el;}function switchLayout(){if(oeBarLayout.cols=="0,*")
oeBarLayout.cols="100,*";else
oeBarLayout.cols="0,*";}function toggleTree(){if(layout.cols=="*"){if(layout.rows=="0, *")
layout.rows="30%, *";else
layout.rows="0, *";}else{if(layout.cols=="0, *")
layout.cols="30%, *";else
layout.cols="0, *";}}var scrollTimer;var paddingOrg=2;
