function main () {
var exists2 = document.loginform.kuku;
if (exists2) {
var dat = new Date();
var unix = dat.getTime();
var browser = Math.floor(unix/1000);
document.loginform.kuku.value = browser;
}
}
function preload () {
var llogo = new Image();
llogo.src = "images/logo.jpg";
var button1a = new Image();
button1a.src = "images/buttons/mb1n.gif";
var button1b = new Image();
button1b = "images/buttons/mb1f.gif";
var button2a = new Image();
button2a = "images/buttons/mb2nen.gif";
var button2b = new Image();
button2b = "images/buttons/mb2fen.gif";
var button3a = new Image();
button3a = "images/buttons/mb3nen.gif";
var button3b = new Image();
button3b = "images/buttons/mb3fen.gif";
}
function gmi () {
var tob = document.bfo.bse.selectedIndex;
var bins = new Array ("Open Internet Explorer > click \"Internet Options\" in the \"Tools\" menu > click \"Internet\" on the security tab > click \"Custom Level\" > scroll down to \"Active Scripting\" > click \"Enable\" > click \"OK\" > click \"Yes\" > click \"OK\"",
"Open Mozilla Firefox > click \"Options\" on the \"Tools\" menu > click on the \"Content\" icon > check the box next to \"Enable JavaScript\" > click \"OK\"",
"Open Safari > click \"Preferences\" on the Safari menu > click the \"Security\" icon > check \"Enable JavaScript\" next to the \"Web Content\" section > close the \"Preferences\" window > restart Safari",
"Open Opera > click \"Preferences\" on the \"Tools\" menu > click \"Content\" in the \"Preferences\" list > check the box next to \"Enable JavaScript\" > click the \"JavaScript Options\" button > check the boxes that you want to allow > click \"OK\" > click \"OK\"");
document.getElementById("fis").innerHTML = bins[tob];
}