// break out of frames
if(top.location != location) {
    top.location.href = document.location.href ;
}
//hide content when not needed
var ns6=document.getElementById&&!document.all?1:0
var head="display:''"
var folder=''

function enlarge(oject){
folder=ns6?oject.nextSibling.nextSibling.style:document.all[oject.sourceIndex+1].style
if (folder.display=="none")
folder.display=""
else
folder.display="none"
}
