
DF.namespace("DF.Twc.CategoryIndex");var saveFiveEl=DF.$('DFCMSave5');var herosBoxEl=DF.$('heroes_box');var saveSevenEl=DF.$('DFCMSave7');var heroesHeight=0;var saveFiveHeight=0;if(herosBoxEl)
{heroesHeight=herosBoxEl.offsetHeight;}
if(saveFiveEl)
{saveFiveHeight=saveFiveEl.offsetHeight;}
var combinedHeight=heroesHeight+saveFiveHeight;if(saveSevenEl)
{saveSevenEl.style.position='absolute';saveSevenEl.style.top=7+'px';saveSevenEl.style.left=7+'px';saveSevenEl.style.overflow='hidden';saveSevenEl.style.width=257+'px';saveSevenEl.style.height=40+'px';}
DF.Twc.CategoryIndex.dropDownRedirect=function()
{var selectWantTo=DF.$('selectWantTo');var selectedIndex=selectWantTo.selectedIndex;var selectedWantUrl=selectWantTo.options[selectedIndex].value;window.location=selectedWantUrl;};