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 myway() {
var tob = document.em.client.selectedIndex;
var step1 = new Array ("1. Open the message in a full window.", "1. Open the e-mail message.", "1. Open the e-mail message.", "1. Right-click on the message.", "1. Click the down arrow next to the 'Reply' button on the top.", "1. Right-click on the message.");
var step2 = new Array ("2. Click 'Options' in the 'View' menu.", "2. 'File' menu -> 'Properties' -> 'Details' tab -> 'Message Source'.", "2. Click 'Headers' in the 'View' menu, then select 'All'.", "2. Click 'Show Full Header'.", "2. Click 'Show Original'.", "2. Click 'View Source'.");
var step3 = new Array ("3. Copy the e-mail header and paste it in the textarea below", "3. Copy the e-mail header and paste it in the textarea below", "3. Copy the e-mail header and paste it in the textarea below", "3. Copy the e-mail header and paste it in the textarea below", "3. Copy the e-mail header and paste it in the textarea below", "3. Copy the e-mail header and paste it in the textarea below");
document.getElementById("i1").innerHTML = step1[tob];
document.getElementById("i2").innerHTML = step2[tob];
document.getElementById("i3").innerHTML = step3[tob];
}
function modify(theform, temail) {
if (! window.focus) return false;
window.open("", temail, "width=450,height=500,left=0,top=0,directories=no,location=no,menubar=no,resizable=no,scrollbars=no,status=yes,toolbar=no");
theform.target=temail;
return true;
}
function reloader() {
window.location.reload();
}