function popup_dusdlr(Datei)
{
   var Option = "width=805,height=700,screenX=1,screenY=1,left=0,top=0,scrollbars=yes,status=yes,resizable=yes,toolbar=no,menubar=no";
   fenster = window.open(Datei,'DUSDLR',Option);
   fenster.focus();
}
$(document).ready(function(){
   $('a.lightbox').colorbox({
     initialWidth: 50,
     initialHeight: 50,
     rel: 'lightboxGroup',
     current: 'Bild {current} von {total}',
     title: function(){
        var text = $(this).parent().children('p');
        var txt = text.text();
        return "";
      } 
	});
	$('form.navForm').dropdownmenu();
});

