function showRCol(){this.tabId="";this.getColTabId=function(a){if(a.srcElement){this.tabId=a.srcElement.id}else{if(a.target){this.tabId=a.target.id}}if(a.nodeType==3){this.tabId=a.target.id}this.showCol()};this.showCol=function(){var c=document.getElementsByTagName("DIV");if(document.getElementsByTagName("Div")){var b=new Array();for(var a=0;a<c.length;a++){if(c[a].className=="r_col"){b.push(c[a])}}}for(var d=0;
d<b.length;d++){if(b[d].id!="r_col_"+this.tabId){b[d].style.display="none";b[d].style.zIndex=10}else{if(b[d].id=="r_col_"+this.tabId){b[d].style.display="block";b[d].style.zIndex=50}}}this.setTabBkrd()};this.setTabBkrd=function(){var b=document.getElementsByTagName("DIV");if(document.getElementsByTagName("Div")){var c=new Array();for(var a=0;a<b.length;a++){if(b[a].className=="tabs"){c.push(b[a])}}}for(var d=0;
d<c.length;d++){if(c[d].id!=this.tabId){c[d].style.backgroundImage="url(images/tab_bkgd.gif)";c[d].style.backgroundPosition="top right";c[d].style.backgroundRepeat="no-repeat";c[d].style.color="#000"}else{c[d].style.backgroundImage="url(images/tab_selected_bkgd.gif)";c[d].style.backgroundPosition="top right";c[d].style.backgroundRepeat="no-repeat";c[d].style.color="#CCC"}}}};