if (turntosingle==1)
document.write('<style type="text/css">\n#tabcontentcontainer{display: none;}\n</style>')

function expandcontent(cid, aobject, boxid, boxmid, nSystemLink, TP_CustomFolderName, TP_multipleColorMenuFlag,showHRSubMenu){
		
		if(TP_multipleColorMenuFlag=="1"){
				if (previousboxid!=null&&previousboxid!=boxid) {
						document.boxleft[previousboxid].src="" + nSystemLink + "/ClientFolder/CustomSet/" + TP_CustomFolderName + "/topmenubt/TopMenu_LeftBtOff_"+(previousboxid+1)+".gif";
						document.boxright[previousboxid].src="" + nSystemLink + "/ClientFolder/CustomSet/" + TP_CustomFolderName + "/topmenubt/TopMenu_RightBtOff_"+(previousboxid+1)+".gif";
				}
				if (previousboxmid!=""&&previousboxmid!=boxmid) {				
						document.getElementById(previousboxmid).style.backgroundImage="url(" + nSystemLink + "/ClientFolder/CustomSet/" + TP_CustomFolderName + "/topmenubt/TopMenu_MidBtOff_"+(previousboxid+1)+".gif)";
				}
				previousboxid=boxid;
				previousboxmid=boxmid;
				
		}else{
				if (previousboxid!=null&&previousboxid!=boxid) {
						document.boxleft[previousboxid].src="" + nSystemLink + "/ClientFolder/CustomSet/" + TP_CustomFolderName + "/topmenubt/TopMenu_LeftBtOff.gif";
						document.boxright[previousboxid].src="" + nSystemLink + "/ClientFolder/CustomSet/" + TP_CustomFolderName + "/topmenubt/TopMenu_RightBtOff.gif";
				}					
				if (previousboxmid!=""&&previousboxmid!=boxmid) {				
						document.getElementById(previousboxmid).style.backgroundImage="url(" + nSystemLink + "/ClientFolder/CustomSet/" + TP_CustomFolderName + "/topmenubt/TopMenu_MidBtOff.gif)";
				}
				previousboxid=boxid;			
				previousboxmid=boxmid;
		}	


if (disabletablinks==1)
aobject.onclick=new Function("return false")
	if (document.getElementById){
	highlighttab(aobject, boxid, boxmid, nSystemLink, TP_CustomFolderName)
	
		if (turntosingle==0&&showHRSubMenu=='1'){		
			if (previoustab!=""){
			document.getElementById(previoustab).style.display="none";
			document.getElementById(cid).style.display="block";
			previoustab=cid;
			}
		}
	}
}

function highlighttab(aobject, boxid, boxmid, nSystemLink, TP_CustomFolderName){
if (typeof tabobjlinks=="undefined")
collecttablinks()
for (i=0; i<tabobjlinks.length; i++)
tabobjlinks[i].className=""
//aobject.className="current"
document.boxleft[boxid].src = "" + nSystemLink + "/ClientFolder/CustomSet/" + TP_CustomFolderName + "/topmenubt/TopMenu_LeftBtOn.gif";
document.boxright[boxid].src = "" + nSystemLink + "/ClientFolder/CustomSet/" + TP_CustomFolderName + "/topmenubt/TopMenu_RightBtOn.gif";
document.getElementById(boxmid).style.backgroundImage="url(" + nSystemLink + "/ClientFolder/CustomSet/" + TP_CustomFolderName + "/topmenubt/TopMenu_MidBtOn.gif)";
}
function collecttablinks(){
var tabobj=document.getElementById("tablist")
tabobjlinks=tabobj.getElementsByTagName("A")
}
