var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
// Handle all the the FSCommand messages in a Flash movie
function symadmin_DoFSCommand(command, args) {
  var symadminObj = InternetExplorer ? symadmin : document.symadmin;
  //
  // Place your code here...
  //
}
// Hook for Internet Explorer 
if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && 
	  navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) {
	document.write('<SCRIPT LANGUAGE=VBScript\> \n');
	document.write('on error resume next \n');
	document.write('Sub symadmin_FSCommand(ByVal command, ByVal args)\n');
	document.write('  call symadmin_DoFSCommand(command, args)\n');
	document.write('end sub\n');
	document.write('</SCRIPT\> \n');
}


function symadmin_DoFSCommand(fenster) {
		window.open('flash/admin.html','admin','width=600,height=432');
}

var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
// Handle all the the FSCommand messages in a Flash movie
function symteilnehmer_DoFSCommand(command, args) {
  var symteilnehmerObj = InternetExplorer ? symteilnehmer : document.symteilnehmer;
  //
  // Place your code here...
  //
}
// Hook for Internet Explorer 
if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && 
	  navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) {
	document.write('<SCRIPT LANGUAGE=VBScript\> \n');
	document.write('on error resume next \n');
	document.write('Sub symteilnehmer_FSCommand(ByVal command, ByVal args)\n');
	document.write('  call symteilnehmer_DoFSCommand(command, args)\n');
	document.write('end sub\n');
	document.write('</SCRIPT\> \n');
}
function symteilnehmer_DoFSCommand(teilnehm) {
		window.open('flash/teilnehmer.html','teilnehmer','width=600,height=432');
}


