//---------------------------------------------------

try{
document.onmousemove = updateWMTT;
}
catch(err)
{
	//Handle errors here
}

function updateWMTT(e) {
	x = (document.all) ? window.event.x + document.body.scrollLeft : e.pageX;
	y = (document.all) ? window.event.y + document.body.scrollTop  : e.pageY;
	try {
		if (wmtt != null) {
			wmtt.style.left = (x + 20) + "px";
			wmtt.style.top 	= (y + 20) + "px";
		}
	}
	catch(err)
	{
		//Handle errors here
	}
}

function showWMTT(id) {
	wmtt = document.getElementById(id);
	wmtt.style.display = "block"
}

function hideWMTT() {
	wmtt.style.display = "none";
}

//---------------------------------------------------


function cI(ImgName,ImgSrc) {
 document.images[ImgName].src = eval(ImgSrc + ".src")
}
function preload(ImgName,ImgSrc) {
 eval(ImgName+' = new Image()')
 eval(ImgName+'.src = "'+ImgSrc+'"')
}
function c1(tabName){
 tabName.bgColor='#FCEABA';
}
function c2(tabName){
 tabName.bgColor='#e2ebfe';
}
preload("b","/t.gif");
preload("a","/pics/pfeil_animation.gif");
window.defaultStatus="(c) Handycheats.de 2000-2006";

function PopUp(url,w,h)
{
var dim=eval("'width='+w+',height='+h+'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizeable=1,top=0,left=0'");
Npop = window.open(url,"pop",dim);
}
function PopUpSMALL(url,w,h)
{
var dim=eval("'width='+w+',height='+h+'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizeable=0,top=0,left=0'");
Npop = window.open(url,"pop",dim);
}

//document.writeln(' Zur Zeit sind <script language="JavaScript" src="http://www.handycheats.de/useronline/useronline.php4"><\/script>');


if (screen.width>8000){

layer  ='<div id="Layer1" style="position:absolute; width:200px; height:1000px; z-index:1; left: 810px; top: 0px;">';
document.writeln(layer);

layers = new Array(5); //0-3 = 4
//layers[1]  ='<iframe frameborder="0" height="100%" width="100%" scrolling="no" src="http://www.handycheats.de/seiten/1024add2.html">';
layers[0]  ='<iframe frameborder="0" height="100%" width="100%" scrolling="no" src="http://www.handycheats.de/seiten/1024add3.html">';
layers[1]  ='<iframe frameborder="0" height="100%" width="100%" scrolling="no" src="http://www.handycheats.de/seiten/1024addgoogle.html">';
layers[2]  ='<iframe frameborder="0" height="100%" width="100%" scrolling="no" src="http://www.handycheats.de/seiten/1024add1.html">';

layers[3]  ='<iframe frameborder="0" height="100%" width="100%" scrolling="no" src="http://www.handycheats.de/seiten/1024_sky_1.html">';
layers[4]  ='<iframe frameborder="0" height="100%" width="100%" scrolling="no" src="http://www.handycheats.de/seiten/1024_sky_2.html">';
layers[5]  ='<iframe frameborder="0" height="100%" width="100%" scrolling="no" src="http://www.handycheats.de/seiten/1024_sky_3.html">';
//layers[6]  ='<iframe frameborder="0" height="100%" width="100%" scrolling="no" src="http://www.handycheats.de/seiten/1024_sky_4.html">';
//layers[7]  ='<iframe frameborder="0" height="100%" width="100%" scrolling="no" src="http://www.handycheats.de/seiten/1024_sky_5.html">';
//layers[8]  ='<iframe frameborder="0" height="100%" width="100%" scrolling="no" src="http://www.handycheats.de/seiten/1024_sky_6.html">';

//index = Math.floor(Math.random() * layers.length);
//index = Math.floor(Math.random() * 2);
index = 1;

//index = 1;
document.writeln( ""+layers[index] +"");

layer ='</iframe>';
document.writeln(layer);

layer  ='</div>';
document.writeln(layer);

}


