// ShenPen Deutschland (c) 2007 - JBN
// Version 1.1
var at = '&#64;';

function Notes_Fenster(Seite, Titel, Breite, Hoehe)
{
	NotesFenster = window.open(Seite, Titel, "width="+Breite+",height="+Hoehe+",scrollbars=no,status=no,toolbar=no,menubar=no");
	NotesFenster.focus();
}
function PreLoadImages()
{
	var d = document;
	if (d.images && !d._p)
		d._p = new Array();
	var i, j = d._p.length, a = PreLoadImages.arguments;
	for (i=0; i < a.length; i++)
		if (a[i].length > 0)
		{
			d._p[j] = new Image;
			d._p[j++] = a[i];
		}
}

function uncrack(s1, s2, s3)
{
	var s = '&#109;&#97;&#105;&#108;';
	s += '&#116;&#111;&#58;';
	s += s1 + at;
	s += s2 + '&#46;' + s3
	location.href = s;
}

function E_Adr(s1, s2, s3, xclass)
{
	var a = 'images/';
	a += xclass == 'hell' ? 'a3.gif' : 'a.gif';
	var x = xclass == '' ? '' : ' class="' + xclass + '"';
	document.write('<a href="javascript:uncrack(\'' + s1 + '\',\'' + s2 + '\',\'' + s3 + '\')" ' + x + '>' + s1 + at + s2 + '&#46;' + s3 + '</a>');
}
