url = "www.ballonteam-jena.de"

// Frame freischießen!
if (window.location.host != url || self.location == top.location){ top.location.replace(url) }

// Fenstergröße setzten

var today = new Date();
var jahr= today.getFullYear();

var message="Das ist nicht erwünscht!\n\n© 2002-"+jahr+" Ballonteam Jena!";
function clickIE4(){
if (event.button==2 && test){
alert(message);
return false;
}
}

function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if ((e.which==2||e.which==3)&&test){
alert(message);
return false;
}
}
}

function statu()
	{
	 window.status="© Ballonteam Jena 2002-"+jahr+" - Ballonfahren ist einfach toll!";
	}

function k(){

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}
document.oncontextmenu=new Function("shake(4);alert(message);return false");
document.onmousemove=statu;

var dummi=0;
}



// Rechtsklick starten!
k();

function shake(n)
	{
	if (top.moveBy) 
		{
		for (i = 10; i > 0; i--) 
			{
			for (j = n; j > 0; j--) 
				{
				top.moveBy(0,i);
				top.moveBy(i,0);
				top.moveBy(0,-i);
				top.moveBy(-i,0);
         		}
      		}
   		}
	}

function stuff(s){
	document.msgForm.message.value = s;
	}

// für Flash-Steuerung IE?
isIE = navigator.appName.indexOf("Microsoft") != -1;
// für Menue!
function fm(film,punkt,frame){
	if(isIE){
		var xx = 'top.site.'+frame+'.'+film+'_ie.TGotoLabel("_level0","'+punkt+'")';
			}else{
			var	xx = 'top.site.'+frame+'.document.'+film+'.TGotoLabel("_level0","'+punkt+'")';
			} 
	eval(xx);
}




	
