/* (c) TASS Wertpapierhandelsbank GmbH 2008 */
/* Contact: info at tass dot de */

var ie= ((document.all)&&(!document.layers)) ? true : false;
var ns= ((document.layers)&&(!document.getElementById)) ? true : false;
var moz= ((document.getElementById)&&(!document.all)) ? true : false;

function show(div){
					if(ie) { document.all[div].style.visibility="visible"; } 
					if(ns) { document.layers[div].visibility="show"; }
					if(moz) { document.getElementById(div).style.visibility="visible"; }
}
function hide(div){
					if(ie) { document.all[div].style.visibility="hidden"; }
					if(ns) { document.layers[div].visibility="hide"; }
					if(moz) { document.getElementById(div).style.visibility="hidden"; }
}

var hideMenue = null;
function setTopOn() { hideMenue=setTimeout('hideAll()',500); }
function setTopOff() { clearTimeout(hideMenue); hideAll(); }
function setOn() { hideMenue=setTimeout('hideAll()',500); }
function setOff() { clearTimeout(hideMenue); }
function hideAll() { hide('ddsn-01'); hide('ddsn-02'); hide('ddsn-03'); hide('ddsn-04'); hide('ddsn-05'); hide('ddsn-06'); }

function t02hideAll() {
						hide('t02n01'); hide('t02n02')
}

function t03hideAll() {
						hide('t03n01'); hide('t03n02'); hide('t03n03'); 
}

function t04hideAll() {
						hide('t04n01'); hide('t04n02'); hide('t04n03'); hide('t04n04'); 
						hide('t04n05'); hide('t04n06'); 
}

function t05hideAll() {
						hide('t05n01'); hide('t05n02'); hide('t05n03'); hide('t05n04');
						hide('t05n05');
}
function t06hideAll() {
						hide('t06n01'); hide('t06n02'); hide('t06n03'); hide('t06n04');
						hide('t06n05');hide('t06n06');
}

function t07hideAll() {
						hide('t07n01'); hide('t07n02'); hide('t07n03'); hide('t07n04');
						hide('t07n05'); hide('t07n06'); hide('t07n07'); hide('t07n08');
						hide('t07n09'); hide('t07n10'); hide('t07n11'); hide('t07n12');
}
function t09hideAll() {
						hide('t09n01'); hide('t09n02'); hide('t09n03'); hide('t09n04');
						hide('t09n05'); hide('t09n06'); hide('t09n07'); hide('t09n08');
						hide('t09n09'); hide('t09n10'); hide('t09n11'); hide('t09n12');
}
function t11hideAll() {
						hide('t11n01'); hide('t11n02'); hide('t11n03'); hide('t11n04');
						hide('t11n05'); hide('t11n06'); hide('t11n07'); hide('t11n08');
						hide('t11n09'); hide('t11n10'); hide('t11n11');
}
function t13hideAll() {
						hide('t13n01'); hide('t13n02'); hide('t13n03'); hide('t13n04');
						hide('t13n05'); hide('t13n06'); hide('t13n07'); hide('t13n08');
						hide('t13n09'); hide('t13n10'); hide('t13n11'); hide('t13n12');
						hide('t13n13'); 
}
function t15hideAll() {
						hide('t15n01'); hide('t15n02'); hide('t15n03'); hide('t15n04');
						hide('t15n05'); hide('t15n06'); hide('t15n07'); hide('t15n08');
						hide('t15n09'); hide('t15n10'); hide('t15n11'); hide('t15n12');
						hide('t15n13'); hide('t15n14'); hide('t15n15'); hide('t15n16');
						hide('t15n17');
}
function t17hideAll() {
						hide('t17n01'); hide('t17n02'); hide('t17n03'); hide('t17n04');
						hide('t17n05'); hide('t17n06'); hide('t17n07'); hide('t17n08');
						hide('t17n09'); hide('t17n10'); hide('t17n11'); hide('t17n12');
						hide('t17n13'); hide('t17n14'); hide('t17n15'); hide('t17n16');
						hide('t17n17');
}
function t23hideAll() { 
						hide('t23n01'); hide('t23n02'); hide('t23n03'); hide('t23n04');
						hide('t23n05'); hide('t23n06'); hide('t23n07'); hide('t23n08');
						hide('t23n09'); hide('t23n10'); hide('t23n11'); hide('t23n12');
						hide('t23n13'); hide('t23n14'); hide('t23n15'); hide('t23n16');
						hide('t23n17'); hide('t23n18'); hide('t23n19'); hide('t23n20');
						hide('t23n21'); hide('t23n22'); hide('t23n23'); hide('t23n24');
						hide('t23n25'); hide('t23n26');
}
function t26hideAll() { 
						hide('t26n01'); hide('t26n02'); hide('t26n03'); hide('t26n04');
						hide('t26n05'); hide('t26n06'); hide('t26n07'); hide('t26n08');
						hide('t26n09'); hide('t26n10'); hide('t26n11'); hide('t26n12');
						hide('t26n13'); hide('t26n14'); hide('t26n15'); hide('t26n16');
						hide('t26n17'); hide('t26n18'); hide('t26n19'); hide('t26n20');
						hide('t26n21'); hide('t26n22');
}

function fpopup(dateiurl, fname, attribute)
{
	fenster=window.open(dateiurl, fname, attribute);
	fenster.focus();
}


function BounceFrameHijack() {
if(top.frames.length != 0) {
top.location=location;}
}

	var clockid = new Array();
	var clockidoutside = new Array();
	var i_clock =-1;
	var thistime = new Date();
	var hours = thistime.getHours();
	var minutes = thistime.getMinutes();
	var seconds = thistime.getSeconds();
	if (eval(hours) <10) {hours="0"+hours};
	if (eval(minutes) < 10) {minutes="0"+minutes};
	if (seconds < 10) {seconds="0"+seconds};
	var thistime = hours+":"+minutes+":"+seconds;
	
	function writeclock() {
		i_clock++;
		if (document.all || document.getElementById || document.layers) {
			clockid[i_clock]="clock"+i_clock;
			document.write("<span id='"+clockid[i_clock]+"' style='position:relative; color:#FFF;'>"+thistime+"</span>");
		}
	}

	function clockon() {
		thistime= new Date();
		hours=thistime.getHours();
		minutes=thistime.getMinutes();
		seconds=thistime.getSeconds();
		if (eval(hours) <10) {hours="0"+hours;}
		if (eval(minutes) < 10) {minutes="0"+minutes;}
		if (seconds < 10) {seconds="0"+seconds;}
		thistime = hours+":"+minutes+":"+seconds;
		
		if (document.all) {
			for (i=0;i<=clockid.length-1;i++) {
				var thisclock=eval(clockid[i]);
				thisclock.innerHTML=thistime;
			}
		}
	
		if (document.getElementById) {
			for (i=0;i<=clockid.length-1;i++) {
				document.getElementById(clockid[i]).innerHTML=thistime;
			}
		}
		var timer=setTimeout("clockon()",1000);
	}

	window.onload=clockon;

/* JS-Email-Encoder */
/* (c) TASS Wertpapierhandelsbank GmbH 25.07.2005 */
function lkjsemayl(empfaenger) {
	var name = empfaenger;
	var domain = "&#116;&#97;&#115;&#115;&#46;&#100;&#101;";
	var betreff = "?subject=[TASS%20GmbH]%20";
	document.write('<a href=\"mailto:' + name + '&#64;' + domain + betreff + '\">');
	document.write(name + '&#64;' + domain + '</a>');
		}
/* JS-Email-Encoder eoF */