/* WindowOpen - Impressum */
	
	function do_window_small(hrefURL)
	{
	var options;
    options="menubar=0,toolbar=0,status=0,scrollbars=1,resizable=0,width=550,height=600";
    window.open(hrefURL,"",options);
	}
	/* <A HREF="javascript:do_window_small('https://www.worxx.net/forms/form_kontakt.html')">NAME</A> */

/* Open Big Window */
	function do_window_big(hrefURL)
	{
	var options;
    options="menubar=0,toolbar=0,status=0,scrollbars=1,resizable=1,width=750,height=600";
    window.open(hrefURL,"",options);
	}
/* <A HREF="javascript:do_window_big('https://www.altona.dk/forms/form_email_order.html')">NAME</A> */


/* EMail-Protection */
// EMails erstellen auf global/email_protector.php
// 96686893
// This script is (C) Copyright 2002 Jim Tucek
// Leave these comments alone!  For more info, visit
// www.jracademy.com/~jtucek/ 

function tear(agreement,artist,astonishment) {
agreement += ' ';
var cabin = agreement.length;
var calculation = 0;
var quality = '';
for(var bed = 0; bed < cabin; bed++) {
calculation = 0;
while(agreement.charCodeAt(bed) != 32) {
calculation = calculation * 10;
calculation = calculation + agreement.charCodeAt(bed)-48;
bed++;
}
quality += String.fromCharCode(eat(calculation,artist,astonishment));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+quality;
}

function swim(capacity,punishment,fuel) {
capacity += ' ';
var decency = capacity.length;
var equipment = 0;
for(var genetics = 0; genetics < decency; genetics++) {
equipment = 0;
while(capacity.charCodeAt(genetics) != 32) {
equipment = equipment * 10;
equipment = equipment + capacity.charCodeAt(genetics)-48;
genetics++;
}
document.write('&');
document.write('#');
document.write(eat(equipment,punishment,fuel));
}
}

function eat(swing,history,humanity) {
if (humanity % 2 == 0) {
language = 1;
for(var lottery = 1; lottery <= humanity/2; lottery++) {
information = (swing*swing) % history;
language = (information*language) % history;
}
} else {
language = swing;
for(var wall = 1; wall <= humanity/2; wall++) {
information = (swing*swing) % history;
language = (information*language) % history;
}
}
return language;
}

