// JavaScript Document
function al(){
		open('start.html','site','width=780,height=539,menubar=no,scrollbars=yes');
	}
function hwk(){
		window.open('popup.html','hwk','width=180,height=230,menubar=no,scrollbars=no');
	}
if(self!=top){
	top.location.replace('http://www.t-al.de');
}

// E-Mail Spamschutz
function UnCryptMailto(string) {
	var ckey=7;
	var num=0;
	var rebuild="";
	for(var i=0; i < string.length; i++) {
		num=string.charCodeAt(i);
		if (num>=8364) {num = 128;}
		rebuild += String.fromCharCode(num-(ckey));
	}
	return rebuild;
}
function linkTo_UnCryptMailto(string)	{
	location.href=UnCryptMailto(string);
}
//
//	Flash Insert V 0.1
//	
//	You may use this code in your own projects as long as you
//	leave this copyright-text in place. All code is provided AS-IS.
//	This code is distributed and will be useful by embedding flash-movies,
// 	but WITHOUT ANY WARRANTY; without even the implied warranty of
// 	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
//
//	Please visit http://www.agentur-etcetera.de
//
//	Copyright 2006 Daniel Vogt / agentur etcetera.
//
function flashInsert(targetId, data, width, height){
	var returningCode = '<object width="'+width+'" height="'+height+'" data="'+data+'" type="application/x-shockwave-flash" style="display:block; width:'+width+'px; height:'+height+'px; margin:0px; padding:0px;"><param name="movie" value="'+data+'" /></object>';
	document.getElementById(targetId).innerHTML = returningCode;
}
// Thats all for now ;)
