function open_ticket(in_id)
{
	window.open('https://ssl.mainticket.de/kartenkauf_start.php?vid='+in_id+'&VERK=1','VVK','width=620,height=360,scrollbars,status=no').focus();
	void(0);
}

function open_tickethotline(in_knz_id, in_tea_id)
{
	fenster = window.open('http://www.argo-konzerte.de/tickethotline.html?knz_id=' + in_knz_id + '&tea_id=' + in_tea_id,'Tickethotline','width=520,height=350,scrollbars=no,status=no,menubar=no');
 	fenster.focus();
}


function open_maintickethotline(in_knz_id, in_tea_id)
{
	fenster = window.open('http://www.argo-konzerte.de/tickethotline.html?days_item=false&knz_id=' + in_knz_id + '&tea_id=' + in_tea_id,'Tickethotline','width=520,height=420,scrollbars=no,status=no,menubar=no');
 	fenster.focus();
}

function openDIV(in_div)
{
		
			
		if(document.getElementById(in_div).style.display == 'block') {
			document.getElementById(in_div).style.display = "none";
		} else {
			document.getElementById(in_div).style.display = "block";
		}

	
}


function openDIV_presse(in_div)
{
		
			
		if(document.getElementById('pressekit_' + in_div).style.display == 'block') {
			document.getElementById('pressekit_' + in_div).style.display = "none";
			document.getElementById('arrow_' + in_div).src = "img/public/arrow_down.png";
		} else {
			document.getElementById('pressekit_' + in_div).style.display = "block";
			document.getElementById('arrow_' + in_div).src = "img/public/arrow_up.png";
		}

	
}

