var F_NN = ( navigator.appName=='Netscape' ) && ( parseInt( navigator.appVersion ) < 5 );
var F_MAC = ( navigator.appVersion.indexOf('Macintosh') > -1 );
var F_DOM_NN = false;
var F_DOM_IE = false;
var F_DOM = false;
var NOF_event = null;
var agt = navigator.userAgent.toLowerCase();
is_opera = ( agt.indexOf("opera") != -1 );
if ( document.getElementById && ( navigator.appName=='Netscape' ) )
F_DOM_NN = true;
if ( document.getElementById )
F_DOM = true;
if ( document.getElementById && ( navigator.appName == "Microsoft Internet Explorer" ) )
F_DOM_IE = true;
document.objectModel = new Array(0);
document.F_loaded =false;
document.F_dragLayer =null;
window.NOFevent = new F_cNOFevent();
top.F_curObj = null;
var NOFparameters = null;
var params = NOFparameters;
window.defaultStatus = "";
function F_cMain() {
this.commands = this.initCommands();
this.commandsInit();
if( ( navigator.appName != 'Netscape' ) || F_DOM ) F_cStyles();
if(!F_NN && F_MAC) {
var t = document.all.tags("A");
for( var i = 0; i < t.length; i++ ) {
t[i].ondragstart = F_dragCancel;
}
}
}
function cancelEvent() {
if (NOF_event && NOF_event.stopPropagation)
NOF_event.stopPropagation();
if (F_DOM_IE) {
event.cancelBubble = true;
event.returnValue = false;
}
return false;
}
function F_dragCancel() {
return cancelEvent();
}
F_prototype("F_cMain.prototype.",
"initCommands", "F_initCommands",
"commandsInit", "F_dummy",
"cObject", "F_cObject",
"closing", false,
"closingObjects", 0
);
function F_cNOFevent() {
this.altKey = false;
this.button = 0;
this.ctrlKey = false;
this.keyCode = null;
this.shiftKey = false;
this.pageY = null;
pageY = null;
}
function F_cStyles() {
if( is_opera )
return;
var ss = null;
var docSSs = document.styleSheets;
for (var i=0;i < docSSs.length;i++) {
if ("NOF_STYLE_SHEET" == docSSs[i].title) {
ss = docSSs[i];
break;
}
}
if (ss == null)
ss = docSSs["NOF_STYLE_SHEET"];
if (ss == null)
ss = docSSs[0];
obj = ss.rules;
if( ! obj )
obj = ss.cssRules;
for ( var i
