function openAdmin(account, id_event_date, inifile)
{
	if (inifile == '')
      inifile = 'default.ini';
   var site = 'http://cb-event.de/login.php?account=' + account+'&inifile='+inifile+'&eventDateId=' + id_event_date;     
   window.open(site,'popupAdmin','width=800,height=510,top=10,top=10');
}
