
var root;
if (document.all) {
    root = 'document.all';
}
else {
    root = 'document';
}        
