function playVideo(act,season){
	if(act=='start'){
		window.videoplayer.location.href = 'http://www.solaria.ch/video/videoplayer.php?season='+season+'';
		document.getElementById('videoplayer').width = '540';
		document.getElementById('videoplayer').height = '391';		
		document.getElementById('videobox').style.display='block';
	}else{
		document.getElementById('videobox').style.display='none';
		window.videoplayer.location.href = 'noplay.html';
	}

}

function playTV(act){
	if(act=='start'){
		window.videoplayer.location.href = 'http://www.davosklosters.tv';
		document.getElementById('videoplayer').width = '930';
		document.getElementById('videoplayer').height = '580';
document.getElementById('videobox').style.display='block';

	}else{
		document.getElementById('videobox').style.display='none';
		window.videoplayer.location.href = 'noplay.html';
	}

}
