
function toggleT(_w,_h) {
if (document.all) { 
if (_h=='s') eval("document.all."+_w+".style.display='block'; ");
if (_h=='h') eval("document.all."+_w+".style.display='none'; ");
} 
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
