function Is() {
    var agent = navigator.userAgent.toLowerCase();
    this.major = parseInt(navigator.appVersion);
    this.minor = parseFloat(navigator.appVersion);
    this.ns  = ((agent.indexOf('mozilla')!=-1) && ((agent.indexOf('spoofer')==-1) && (agent.indexOf('compatible') == -1)));
    this.ns2 = (this.ns && (this.major == 2));
    this.ns3 = (this.ns && (this.major == 3));
    this.ns4b = (this.ns && (this.major == 4) && (this.minor <= 4.03));
    this.ns4 = (this.ns && (this.major >= 4));
    this.ie   = (agent.indexOf("msie") != -1);
    this.ie3  = (this.ie && (this.major == 2));
    this.ie4  = (this.ie && (this.major >= 4));
	this.ie5  = (this.ie && (this.major >= 5));
    this.op3 = (agent.indexOf("opera") != -1);
}

var is = new Is()

if(is.ns4) {
    doc = "document";
    sty = "";
    htm = ".document"
    xpos = "e.pageX";
    ypos = "e.pageY";
} else if(is.ie4) {
    doc = "document.all";
    sty = ".style";
    htm = ""
    xpos = "event.x";
    ypos = "event.y";
}

function preload() {
var pix = new Array(3)
pix[0] = new Image()
pix[0].src = "/clubdatas/imgs/zdcs03-2.gif"
pix[1] = new Image()
pix[1].src = "/clubdatas/imgs/zdt03-2.gif"
pix[2] = new Image()
pix[2].src = "/clubdatas/imgs/zdd03-2.gif"

}


function wegbeschreibung()
{

var swide = (130);
var shigh = (350);
var open = window.open('wegbeschreibung.thrill','wegbeschreibung','left='+swide+',top='+shigh+',width=300,height=200,menubar=yes,directories=no,scrollbars=yes');
open.focus();
} 


function hilfefenster()
{
var shigh = (190);
var swide = (0);
var open = window.open('/clubdatas/hilfe/index3.html','hilfefenster','left='+swide+',top='+shigh+',width=450,height=400,menubar=yes,directories=no,scrollbars=yes');
open.focus();
}

function clubbanner()
{
var swide = (0);
var shigh = (190);
var banner = window.open('clubbanner.thrill','clubbanner','left='+swide+',top='+shigh+',width=230,height=350,menubar=no,directories=no,scrollbars=no');
banner.focus();
} 
