<!--starting of rightmenu-JavaScript "Display öffnen" by videokonsole.ch-->
var menucontent = ""; 
var sourcedir = ""; 
menucontent += '<HTML><HEAD><STYLE><!--.generale{ position: absolute; left: -999; top: -999; z-index: 999; cursor: hand; background-color: #FFFFFF; color: #000000; width: 190;visibility: hidden; border-color: #000000; border-style: outset; border-width: 1px; height: 100}.components{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; padding-left: 10px; padding-right: 10px; padding-top: 2px; padding-bottom: 2px }// --></STYLE></HEAD>'; 
menucontent += '<BODY><DIV ID="right_menu" CLASS="generale">'; 
menucontent += '<HR SIZE="1" COLOR="#5D6570"><CENTER><A HREF="http://www.videokonsole.ch" TARGET="_top"><IMG SRC="images/m13.gif" WIDTH="170" HEIGHT="31" BORDER="0"></A></CENTER><HR SIZE="1" COLOR="#5D6570">'; 
menucontent += '<DIV CLASS="components" ONCLICK="exe(\'home\')" STATUSTEXT="Diese Seite als Startseite"><IMG SRC="images/icons/videocon.ico" HEIGHT="15" WIDTH="15" BORDER="0" ALIGN="ABSMIDDLE">&nbsp;&nbsp;Diese Seite als Startseite</DIV>'; 
menucontent += '<DIV CLASS="components" ONCLICK="exe(\'bookmark\')" STATUSTEXT="Diese Seite zu den Favoriten"><IMG SRC="images/icons/videocon.ico" HEIGHT="15" WIDTH="15" BORDER="0" ALIGN="ABSMIDDLE">&nbsp;&nbsp;Diese Seite zu den Favoriten</DIV><HR SIZE="1" COLOR="#5D6570">'; 
menucontent += '<DIV CLASS="components" ONCLICK="exe(\'email\')" STATUSTEXT="E-Mail an den Webmaster"><IMG SRC="images/icons/videocon.ico" HEIGHT="15" WIDTH="15" BORDER="0" ALIGN="ABSMIDDLE">&nbsp;&nbsp;E-Mail an den Webmaster</DIV><HR SIZE="1" COLOR="#5D6570">'; 
menucontent += '<DIV CLASS="components" ONCLICK="exe(\'info\')" STATUSTEXT="Info & Copyright"><IMG SRC="images/icons/videocon.ico" HEIGHT="15" WIDTH="15" BORDER="0" ALIGN="ABSMIDDLE">&nbsp;&nbsp;Info & Copyright</DIV><HR SIZE="1" COLOR="#5D6570">'; 
menucontent += '</DIV></BODY></HTML>'; 

if (document.all && window.print) document.write (menucontent); 

function light_on (){ 
if (event.srcElement.className == "components"){ 
event.srcElement.style.backgroundColor="#1EB1D6"; 
event.srcElement.style.color="#FFFFFF"; 
if (event.srcElement.STATUSTEXT) { 
window.status = event.srcElement.STATUSTEXT; 
} 
} 
} 
function light_off (){ 
if (event.srcElement.className == "components"){ 
event.srcElement.style.backgroundColor= "#FFFFFF"; 
event.srcElement.style.color="#000000"; 
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 == "forward"){ 
history.forward(); 
} else if (type == "home"){ 
document.body.style.behavior='url(#default#homepage)'; 
document.body.setHomePage('http://www.videokonsole.ch'); 
} else if (type == "bookmark"){ 
var imgFav= new Image(); 
imgFav.src= "images/icons/videocon.ico"; 
window.external.AddFavorite('http://www.videokonsole.ch', 'videokonsole.ch - YOUR SOURCE OF HARDWARE'); 
} else if (type == "reload"){ 
self.location.reload(); 
} else if (type == "email"){ 
location.href="mailto:webmaster@videokonsole.ch"; 
}else if (type == "info"){ 
alert('Impressum\n\nvideokonsole.ch™ 8.0\nvideokonsole.ch Online Store\nIhr videokonsole.ch Team\nRegion Bodensee\nSwitzerland\n\n© 2006 concept and design\nby tapi™'); 
} 
} 
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; 
} 
<!--ending of rightmenu-JavaScript "Display öffnen" by videokonsole.ch-->

/*
<!--starting of winter time at November until February "Schneeflocken" v.1.7a by tkhousecdbp.ch-->
	var fallg=new Array();

/////////////  Only Edit these lines  ////////////////
	var no=13, speed=30, slider=30, fallmax=8, wind=0;
	fallg[0]=new Array("images/snowflake.gif",25,28,1);
	fallg[1]=new Array("images/snowflake1.gif",25,28,1);
	fallg[2]=new Array("images/snowflake2.gif",25,28,1);

//////////////////////////////////////////////////////////////////
// Don't Edit Below Here Unless You Know What You're Doing ?;o) //
//////////////////////////////////////////////////////////////////
	var o=new Array(), tog=1;
	var ns4 = (document.layers) ? true : false;
	var ie4 = (document.all) ? true : false;
	var ns6 = (document.getElementById&&!document.all) ? true : false;
	if(ie4)	falllayer="document.all['gf'+i].style";
	if(ns4) falllayer="document.layers['gf'+i]";
	if(ns6) falllayer="document.getElementById('gf'+i).style";
function winWid(){ return (ns4||ns6) ? window.innerWidth : document.body.clientWidth; }
function winHei(){ return (ns4||ns6) ? window.innerHeight : document.body.clientHeight; }
function winOfy(){ return (ns4||ns6) ? window.pageYOffset : document.body.scrollTop; }
function togFall(){
	if (tog==1){
		clearTimeout(dofall);
		for (i = 0; i < no; i++) { with(eval(falllayer)){ top = 0; left = -500; } }
		tog=0;
	}else{
		tog=1;
		fall();
	}
}
function newobj(q,t){
	x=parseInt(Math.random()*fallg.length);
	spin = parseInt(Math.random()*slider);
	spin = (Math.random()>0.5) ? spin : -spin;
	o[q] = new Array(parseInt(Math.random()*(winWid()-slider)),-30,spin,0.02+Math.random()/10,parseInt(1+Math.random()*fallmax),fallg[x][1],fallg[x][2],fallg[x][0],fallg[x][3],0);
	if(t==1){
		if(ns4){ document.write('<layer name="gf'+q+'" left="0" top="0" visibility="show"><img src="'+o[q][7]+'" border="0"></layer>'); }
		if(ie4||ns6){ document.write('<img src="'+o[q][7]+'" border="0" id="gf'+q+'" style="POSITION: absolute; Z-INDEX: -'+q+'; VISIBILITY: visible; TOP: 0px; LEFT: 0px;">'); }
	}
	if(t==0 && !ns4){
	tem=(ie4)?document.all['gf'+q]:document.getElementById('gf'+q);
	tem.src=o[q][7];
	}
}
function fall(){
	for (i = 0; i < no; i++) {
		if((o[i][1]>winHei()-o[i][6]-10)||(o[i][0]>winWid()-slider-o[i][5])){ newobj(i,0); }
		o[i][1] += o[i][4];
		o[i][0]+=wind;
		o[i][9] += o[i][3];
		sizexy=(o[i][8]==1)?Math.sin(o[i][9]):1;
		lay=(ie4)?sizexy:parseInt(sizexy+1);
		with(eval(falllayer)){
			top = o[i][1]+winOfy();
			left = o[i][0]+o[i][2]*Math.cos(o[i][9]);
			if(!ns4){
				zIndex=lay;
				width=parseInt(((o[i][5]/4)*3)+((o[i][5]/4)*sizexy));
				height=parseInt(((o[i][6]/4)*3)+((o[i][6]/4)*sizexy));
			}
		}
	}
	dofall = setTimeout("fall()", speed);
}
	for (i = 0; i < no; i++){ newobj(i,1); }
	dofall = setTimeout("fall()", 100);
<!--ending of winter time "Schneeflocken" by tkhousecdbp.ch--> */
