$j(document).ready(function(){
	$j(".tx-nfchoamanagement-pi1 .earthtv-content").hide();
	$j(".tx-nfchoamanagement-pi1 .earthtv-content:first").dialog({
		autoOpen:false,
		bgiframe: true,
		width:502,
		modal: true,
		resizable: false,
		dialogClass:'earthtv-content',
		closeText: 'Fenster schließen'
	});
	$j(".tx-nfchoamanagement-pi1 .location-detail-earthtv img:first").click(function(){
		$j('.earthtv-content').dialog('open');
	});	
});
