var Nummer=0;
var Zahl=0;

jetzt_klicken = new Image();
jetzt_klicken.src = "/gfx/klicken_withbg.png";


function showMenu(Zahl)
{
				
				
	if(document.all) 
	{ 
	    
		Nummer=Zahl;
		if(document.getElementById('menu'+Nummer+'Sub'))
		{
			document.getElementById('menu'+Nummer+'Sub').style.display = 'block';
			document.getElementById('menu'+Nummer+'Sub').style.borderTop = '1px solid #e3771d';
		}
		if(document.getElementById('menu'+Nummer+'Text'))
		{
			document.getElementById('menu'+Nummer+'Text').style.color = '#e3771d';
		}
		if(!document.getElementById('menu'+Nummer+'Sub'))
		{
			document.getElementById('menu'+Nummer+'But').style.borderBottom = '1px solid #e3771d';
		}
	}	
			
}
function hideMenu(Zahl)
{
	if(document.all) 
	{ 
		Nummer=Zahl;
		if(document.getElementById('menu'+Nummer+'Sub'))
		{
			document.getElementById('menu'+Nummer+'Sub').style.display = 'none';
			document.getElementById('menu'+Nummer+'Sub').style.borderTop = '0px solid #e3771d';
		}
		if(document.getElementById('menu'+Nummer+'Text'))
		{
			document.getElementById('menu'+Nummer+'Text').style.color = '#ffffff';
		}
		if(!document.getElementById('menu'+Nummer+'Sub'))
		{
			document.getElementById('menu'+Nummer+'But').style.borderBottom = '1px solid #3f3f3f';
		}
	}	
				
}	
function showKlicken()
{
	document.getElementById('jetztzuhoeren').setAttribute("src","/gfx/klicken_withbg.png");
}
function hideKlicken()
{
	document.getElementById('jetztzuhoeren').setAttribute("src","/gfx/zuhoeren_withbg.png");
}

function openPlayer()
{
	window.open('/livestream','Livestream','width=558,height=290,left=200,top=250,resizable=no,scrollbars=no,status=no');		
}
function openPlayerWMP()
{
	window.open('/livestream/wmp.html','Livestream','width=558,height=290,left=200,top=250,resizable=no,scrollbars=no,status=no');		
}
function openPlayerWinamp()
{
	window.open('/livestream/winamp.html','Livestream','width=558,height=290,left=200,top=250,resizable=no,scrollbars=no,status=no');		
}
function openPlayerITunes()
{
	window.open('/livestream/itunes.html','Livestream','width=558,height=290,left=200,top=250,resizable=no,scrollbars=no,status=no');		
}
function openPlayerReal()
{
	window.open('/livestream/real.html','Livestream','width=558,height=290,left=200,top=250,resizable=no,scrollbars=no,status=no');		
}
function openWunsch()
{
	window.open('http://www.cordless-radio.de/wunschbox/index.php','Wunschbox','width=240,height=240,left=200,top=250,resizable=no,scrollbars=no,status=no');		
}
function openFoto(uri, width, height)
{
	window.open('http://www.cordless-radio.de/foto_detail.php?pic='+uri,'Foto im Detail','width='+width+',height='+height+',left=200,top=250,resizable=no,scrollbars=no,status=no');		
}
