//
// Keep this file short
// Most javascript should go into neobase.js
//
// This is only for functions that deal with Mac's slow
// loading of javascript

//// Version 4

var NS = (document.layers);
var IE = (document.all);
var win2;



