/*
* fConext DTML JavaScript Library
* Copyright (C) 2001 tow ] Werbeagentur
*
* All rights reserved.
*
* Version 1.0.0
*
* Note to those hackers out there ;)
* The following JavaScript is browser specific
* and has been generated with PHP
*
* Supported Browsers in this version:
*
* - Netscape 4.x
* - Mozilla ( aka Netscape 6 )
* - Internet Explorer 4,5,6
*
* Detected:
* OS: unknown
* Browser: unknown
* Version: unkown
*
*/
// Predefined Variables
var xsize=150;
var ysize=200;
var xspace=20;
var yspace=20;
var template = "
";
var but = "X";
// Code follows - Do not touch any of these lines unless you know what you do !!!
var texte = new Array();
var fixed = new Array();
var isfix = false;
function fContext(Name) {
display = new fLayer(Name);
this.current='';
this.run=fContext_start;
this.getMouse=catchMouse;
this.setContext=fContext_setContext;
this.fixContext=fContext_fixContext;
this.AddItem=fContext_AddItem;
this.show=fContext_show;
this.hide=fContext_hide;
this.unfix=fContext_unfix;
}
function fContext_start() {
document.onmousemove= this.getMouse;
}
function fContext_show() {
display.show();
isfix=false;
}
function fContext_hide() {
if (!isfix) display.hide();
}
function fContext_unfix() {
isfix=false;
display.hide();
}
function fContext_AddItem() {
local = template;
for (var i=1; i