function hideContentDivs()
{
	$('#homeDiv').hide();
	$('#productsDiv').hide();
	$('#projectsDiv').hide();
	$('#studiosDiv').hide();
	$('#infosDiv').hide();
}
function hideMedia()
{
	$('#home').hide();
	$('#onsite').hide();
	$('#rfid').hide();
	$('#tracking').hide();
	$('#livestream').hide();
	$('#tv').hide();
	$('#casino').hide();
	$('#events2').hide();
	$('#pelopoker').hide();
	$('#pokertronictvMedia').hide();
	stopVideo();
	$('#berlin').hide();
	$('#regensburg').hide();
	$('#wer').hide();
	$('#jobs').hide();
	$('#kontakt').hide();
	$('#referenzen').hide();
}
function hideButtons()
{
	$('#buttonProducts1').hide();
	$('#buttonProducts2').hide();
	$('#buttonProducts3').hide();
	$('#buttonProducts4').hide();
	
	$('#buttonProjects1').hide();
	$('#buttonProjects2').hide();
	$('#buttonProjects3').hide();
	
	
	$('#buttonStudios1').hide();
	$('#buttonStudios2').hide();
	
	$('#buttonInfos1').hide();
	$('#buttonInfos2').hide();
	$('#buttonInfos3').hide();
	$('#buttonInfos4').hide();
	
	$('#facebook').hide();
	$('#youtube').hide();
}
