<!--
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

//-->

<!--
var menucontent = "";
var sourcedir = "";
menucontent += '<HTML><HEAD><STYLE><!--.generale{ position: absolute; left: -999; top: -999; z-index: 999; cursor: default; background-color: menu; color: menuText; width: 200;visibility: hidden; border-style: outset; border-width: 2px; height: 190}.components{ font-family:Tahoma; font-size: 11px; color:#000000; padding-left: 10px; padding-right: 1px; padding-top: 3px; padding-bottom: 3px }// --></STYLE></HEAD>';
menucontent += '<BODY><OBJECT ID="cerca" CLASSID="clsid:B45FF030-4447-11D2-85DE-00C04FA35C89" HEIGHT="0" WIDTH="0"></OBJECT><DIV ID="right_menu" CLASS="generale chlforbidden">';
menucontent += '<center><b><font color="#008080" face="Tahoma" size="2">KressTech - Navigator</font></b></center><hr>';
menucontent += '<DIV CLASS="components" ONCLICK="exe(\'top\')" STATUSTEXT=""><img border="0" src="http://www.kresstech.de/context/oben.gif" align="absmiddle" width="12" height="12">  Nach oben</DIV>';
menucontent += '<DIV CLASS="components" ONCLICK="exe(\'back\')" STATUSTEXT=""><img border="0" src="http://www.kresstech.de/context/zurueck.gif" align="absmiddle" width="12" height="12">  Zurück</DIV>';
menucontent += '<DIV CLASS="components" ONCLICK="exe(\'forward\')" STATUSTEXT=""><img border="0" src="http://www.kresstech.de/context/vorwaerts.gif" align="absmiddle" width="12" height="12">   Vorwärts</DIV>';
menucontent += '<DIV CLASS="components" ONCLICK="exe(\'reload\')" STATUSTEXT=""><img border="0" src="http://www.kresstech.de/context/aktualisieren.gif" align="absmiddle" width="12" height="12"> Aktualisieren</DIV><HR>';
menucontent += '<DIV CLASS="components" ONCLICK="exe(\'start\')" STATUSTEXT=""> ::  Zur Startseite</DIV>';
menucontent += '<DIV CLASS="components" ONCLICK="exe(\'news\')" STATUSTEXT=""> ::  News Center</DIV>';
menucontent += '<DIV CLASS="components" ONCLICK="exe(\'security\')" STATUSTEXT=""> ::  Internet Security</DIV>';
menucontent += '<DIV CLASS="components" ONCLICK="exe(\'tip\')" STATUSTEXT=""> ::  Tipps & Tricks</DIV>';
menucontent += '<DIV CLASS="components" ONCLICK="exe(\'soft\')" STATUSTEXT=""> ::  Software</DIV>';
menucontent += '<DIV CLASS="components" ONCLICK="exe(\'easy\')" STATUSTEXT=""> ::  Easy-Shopping</DIV>';
menucontent += '<DIV CLASS="components" ONCLICK="exe(\'fund\')" STATUSTEXT=""> ::  Gratis SMS</DIV>';
menucontent += '<DIV CLASS="components" ONCLICK="exe(\'links\')" STATUSTEXT=""> ::  Surftipps</DIV>';
menucontent += '<DIV CLASS="components" ONCLICK="exe(\'pin\')" STATUSTEXT=""> ::  Web-Charts</DIV>';
menucontent += '<DIV CLASS="components" ONCLICK="exe(\'fun\')" STATUSTEXT=""> ::  Fun Ecke</DIV><HR>';
menucontent += '<DIV CLASS="components" ONCLICK="exe(\'guest\')" STATUSTEXT=""> ::  Zum Gästebuch</DIV>';
menucontent += '<DIV CLASS="components" ONCLICK="exe(\'feed\')" STATUSTEXT=""> ::  Feedback</DIV><HR>';
menucontent += '<DIV CLASS="components" ONCLICK="exe(\'home\')" STATUSTEXT=""><img border="0" src="http://www.kresstech.de/context/hp.gif" align="absmiddle" width="12" height="12"> Diese Seite zur Startseite machen</DIV>';
menucontent += '<DIV CLASS="components" ONCLICK="exe(\'bookmark\')" STATUSTEXT=""><img border="0" src="http://www.kresstech.de/context/favoriten.gif" align="absmiddle" width="12" height="12"> Diese Seite zu den Favoriten</DIV>';
menucontent += '<DIV CLASS="components" ONCLICK="exe(\'search\')" STATUSTEXT=""><img border="0" src="http://www.kresstech.de/context/tiny_search.gif" align="absmiddle" width="12" height="12"> Seiten durchsuchen</DIV><HR>';
menucontent += '<DIV CLASS="components" ONCLICK="exe(\'info\')" STATUSTEXT=""><img border="0" src="http://www.kresstech.de/context/copyright.gif" align="absmiddle" width="12" height="12"> Info & Copyright</DIV>';

menucontent += '</DIV></BODY></HTML>';
if (document.all && window.print) document.write (menucontent);
function light_on (){
if (event.srcElement.className == "components"){
event.srcElement.style.backgroundColor="highlight";
event.srcElement.style.color="highlightText";
if (event.srcElement.STATUSTEXT) {
window.status = event.srcElement.STATUSTEXT;
}
}
}
function light_off (){
if (event.srcElement.className == "components"){
event.srcElement.style.backgroundColor= "menu";
event.srcElement.style.color="menuText";
window.status = "";
}
}
function extension (){
if (event.clientY> 0 && event.clientX >0 && event.clientY<document.body.clientHeight && event.clientX<document.body.clientWidth) {
if (document.body.clientHeight - event.clientY + document.body.scrollTop>document.body.clientHeight / 2){
right_menu.style.top = event.clientY + document.body.scrollTop;
} else {
right_menu.style.top = event.clientY + document.body.scrollTop - 255;
}
if (document.body.clientWidth- event.clientX + document.body.scrollLeft >document.body.clientWidth / 2){
right_menu.style.left = event.clientX + document.body.scrollLeft;
} else {
right_menu.style.left = event.clientX + document.body.scrollLeft - 180;
}
} else {
right_menu.style.top = document.body.scrollTop;
right_menu.style.left = document.body.scrollLeft;
}
right_menu.style.visibility = "visible";
return false;
}
function hide (){
right_menu.style.visibility = "hidden";
right_menu.style.left = -999;
right_menu.style.top = -999;
}
function exe (type){
if (type == "back"){
history.back();
} else if (type == "top"){
location.href="#";
} else if (type == "forward"){
history.forward();
} else if (type == "start"){
location.href="http://www.kresstech.de";
} else if (type == "news"){
location.href="http://www.kresstech.de/news.htm";
} else if (type == "security"){
location.href="http://www.kresstech.de/internet_sicherheit01.htm";
} else if (type == "tip"){
location.href="http://www.kresstech.de/windowstipps.htm";
} else if (type == "soft"){
location.href="http://www.kresstech.de/Downloads.htm";
} else if (type == "easy"){
location.href="http://www.shop.kresstech.de";
} else if (type == "fund"){
location.href="http://www.kresstech.de/gratis-sms-versenden.htm";
} else if (type == "links"){
location.href="http://www.kresstech.de/Linkliste.htm";
} else if (type == "pin"){
location.href="http://www.top100.kresstech.de";
} else if (type == "fun"){
location.href="http://www.kresstech.de/windows-fun.htm";
} else if (type == "guest"){
location.href="http://www.kresstech.de/guestbook.php";
} else if (type == "search"){
location.href="http://www.kresstech.de/suchen.php";
} else if (type == "home"){
document.body.style.behavior='url(#default#homepage)';
document.body.setHomePage('http://www.kresstech.de');
} else if (type == "bookmark"){
var imgFav= new Image();
imgFav.src= "http://www.kresstech.de/favicon.ico";
window.external.AddFavorite('http://www.kresstech.de', 'KressTech.de - Das Portal zur Computerwelt!');
} else if (type == "reload"){
self.location.reload();

} else if (type == "feed"){
location.href="http://www.kresstech.de/email.php";
}else if (type == "info"){
alert('Alle Inhalte: © 2001-2010 by: KressTech.de');
}
}
function cancelproc () { window.event.cancelBubble = true;
window.event.returnValue = false;
}
if (document.all && window.print){
document.oncontextmenu=extension;
document.body.onclick=hide;
right_menu.onmouseover=light_on;
right_menu.onmouseout=light_off;
right_menu.ondragstart=cancelproc;
right_menu.onselectstart=cancelproc;
}
// -->
<!--


function disableselect(e){
return false
}

function reEnable(){
return true
}

//if IE4+
document.onselectstart=new Function ("return false")

//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
// -->


<!-- Begin
if (window != top) top.location.href = location.href;
// End -->

<!--
startColor = "#35D0D0"; // MouseOut link color
endColor = "#FFFF99"; // MouseOver link color

stepIn = 20; // delay when fading in
stepOut = 20; // delay when fading out

/*
** set to true or false; true will
** cause all links to fade automatically
***/
autoFade = true;
/*
** set to true or false; true will cause all CSS
** classes with "fade" in them to fade onmouseover
***/
sloppyClass = true;
/**
**** </config>
**************/
/*************
**** <install>
**
**
**** </install>
**************/

hexa = new makearray(16);
for(var i = 0; i < 10; i++)
hexa[i] = i;
hexa[10]="a"; hexa[11]="b"; hexa[12]="c";
hexa[13]="d"; hexa[14]="e"; hexa[15]="f";

document.onmouseover = domouseover;
document.onmouseout = domouseout;

startColor = dehexize(startColor.toLowerCase());
endColor = dehexize(endColor.toLowerCase());

var fadeId = new Array();

function dehexize(Color){
var colorArr = new makearray(3);
for (i=1; i<7; i++){
for (j=0; j<16; j++){
if (Color.charAt(i) == hexa[j]){
if (i%2 !=0)
colorArr[Math.floor((i-1)/2)]=eval(j)*16;
else
colorArr[Math.floor((i-1)/2)]+=eval(j);
}
}
}
return colorArr;
}

function domouseover() {
if(document.all){
var srcElement = event.srcElement;
if ((srcElement.tagName == "A" && autoFade) || srcElement.className == "fade" || (sloppyClass && srcElement.className.indexOf("fade") != -1))
fade(startColor,endColor,srcElement.uniqueID,stepIn);
}
}

function domouseout() {
if (document.all){
var srcElement = event.srcElement;
if ((srcElement.tagName == "A" && autoFade) || srcElement.className == "fade" || (sloppyClass && srcElement.className.indexOf("fade") != -1))
fade(endColor,startColor,srcElement.uniqueID,stepOut);
}
}

function makearray(n) {
this.length = n;
for(var i = 1; i <= n; i++)
this[i] = 0;
return this;
}

function hex(i) {
if (i < 0)
return "00";
else if (i > 255)
return "ff";
else
return "" + hexa[Math.floor(i/16)] + hexa[i%16];}

function setColor(r, g, b, element) {
var hr = hex(r); var hg = hex(g); var hb = hex(b);
element.style.color = "#"+hr+hg+hb;
}

function fade(s,e, element,step){
var sr = s[0]; var sg = s[1]; var sb = s[2];
var er = e[0]; var eg = e[1]; var eb = e[2];

if (fadeId[0] != null && fade[0] != element){
setColor(sr,sg,sb,eval(fadeId[0]));
var i = 1;
while(i < fadeId.length){
clearTimeout(fadeId[i]);
i++;
}
}

for(var i = 0; i <= step; i++) {
fadeId[i+1] = setTimeout("setColor(Math.floor(" +sr+ " *(( " +step+ " - " +i+ " )/ " +step+ " ) + " +er+ " * (" +i+ "/" +
step+ ")),Math.floor(" +sg+ " * (( " +step+ " - " +i+ " )/ " +step+ " ) + " +eg+ " * (" +i+ "/" +step+
")),Math.floor(" +sb+ " * ((" +step+ "-" +i+ ")/" +step+ ") + " +eb+ " * (" +i+ "/" +step+ ")),"+element+");",i*step);
}
fadeId[0] = element;
}
// -->


 
<!--


var text  = "Das Portal zur Computerwelt!"			/* message */
var speed = 800									/* Geschwindigkeit beim umdrehen der Buchstaben */
var x = 0

function kh() {									/* Umkehrfunktion */
var a = text.substring(0,x)
var b = text.substring(x,x+1).toUpperCase()
var c = text.substring(x+1,text.length)
window.status = a + b + c						/* schreibe text in Statusz. */

if (x == text.length) {							/* vergleiche x mit Textlänge */
	x = 0
}else{
x++
}
setTimeout("kh()",speed)						/* Timerfunktion */
}
kh();
// -->


<!--
function write(s) { document.writeln(s); }    /* Eolas Java */
// -->


<!--
// *** Tell-A-Friend ***
// should be the URL to the cgi script
var path_to_cgi="http://www.kresstech.de/cgi-bin/tell_friend.cgi";

// You dont need to change anything else
path_to_cgi += '?url=' + escape(document.location);

function empfehlen(){
window.open(path_to_cgi,"FRIENDS01","STATUS=NO,TOOLBAR=NO,LOCATION=NO,DIRECTORIES=NO,COPYHISTORY=NO,MENU=NO,RESIZABLE=NO,SCROLLBARS=YES,TOP=40,LEFT=20,WIDTH=400,HEIGHT=420");
}
// -->


<!--
// *** Side-Banner ***
function setVariables(){
	if (navigator.appName == "Netscape") {
		v=".top=";
		h=".left=";
		dS="document.";
		sD="";
		y="window.pageYOffset";
		x="window.pageXOffset";
		iW="window.innerWidth";
		iH="window.innerHeight";
	}
	else {
		h=".left=";
		v=".top=";
		dS="";
		sD=".style";
		y="document.body.scrollTop";
		x="document.body.scrollLeft";
		iW="document.body.clientWidth";
		iH="document.body.clientHeight"
	}
	object="side-banner";
	checkLocationA()
}
var movex=0,movey=0,xdiff=0,ydiff=0,ystart=0,xstart=0;

function checkLocation(){
	innerX=eval(iW)-50; // place to the right
	// innerX=20 // controls the horizontal from the left side of the page

	innerY=eval(iH)-35; // place at the bottom
	// innerY=20 // controls the verticle from the top of the page
	if (document.layers){innerY-=10;innerX-=10}
	yy=eval(y);
	xx=eval(x);
	ydiff=ystart-yy;
	xdiff=xstart-xx;
	if ((ydiff<(-1))||(ydiff>(1))) movey=Math.round(ydiff/10),ystart-=movey;
	if ((xdiff<(-1))||(xdiff>(1))) movex=Math.round(xdiff/10),xstart-=movex;
}
// -->