";
//-------------------------- BEGIN CAT SET
o+="
";
for(var i=0;i"
if(fimg) o+="";
o+=""+ftit+"\n";
o+="";
if(fsub) o+="- "+fsub+"
\n";
for(var ii=0;ii"+fbul[ii]+"\n";}
o+="
\n";
}//end for
o+="
";
//--------------------------- END CAT SET
o+="
";
}
dv.innerHTML=o;
//alert(o);
}//end func
$(showFeatures);
function updateCats(c){showFeatures(c);}
function openFet(ulid){
var ul=getEl("ul"+ulid);
var ulp=getEl("ulparent"+ulid);
if(ul.style.display==''){
ul.style.display='none';
ulp.style.listStyleImage='url('+img+'vbulletarrow.gif)';
}else{
ul.style.display='';
ulp.style.listStyleImage='url('+img+'vbulletarrow-down.gif)';
}
};
function xpandall(){
if(fs_getCookie("vw-pxpand")=="1"){fs_clearCookie("vw-pxpand");}else{fs_setCookie("vw-pxpand","1","300");}
showFeatures();
}
function getEl(x){return document.getElementById(x)}