var bV=parseInt(navigator.appVersion);
NS6 = (document.getElementById && !document.all) ? true : false;
NS4=(document.layers) ? true : false;
IE4=((document.all)&&(bV>=4))?true:false;
ver4 = (NS4 || IE4 || NS6) ? true : false;
function expandIt(){return}
