// Detect browser . . .
var DHTML=0;
if(document.getElementsByTagName){DHTML=(window.clipboardData)?3:2}
else if((navigator.appName.indexOf('crosoft In')>1)&&(document.all))DHTML++;
// IE5+ = 3, NN5+ & Opera = 2, IE4 = 1. Otherwise 0/& redirect...
//if(!DHTML)location.replace('OldBrowserVersion.html');
if(!DHTML)document.write('Internet Explorer is required to run this application - NetScape or some other legacy browser is not supported should not be used.');
