

var EWLanguage = "DE";


function GetLanguage ()
{
 
 var isIE=document.all?1:0;
 var isDOM=document.getElementById?1:0;
 var isNS4=navigator.appName=='Netscape'&&!isDOM?1:0;
 var lang;
 if (isIE) 
 {lang = window.navigator.browserLanguage;}
 else
 {lang = window.navigator.language;}
 //alert (lang);
 var SR = -1;
 var wnd = window;
 
 if (wnd.parent != null) 
 		{wnd = wnd.parent;
		
		}

 var SearchS = ''; 
 var StrPara;
 if (wnd.location != null) 
 {
 	if (!isNS4)
	{
	 
 	 eval ("try {SearchS = wnd.location.search;} catch (id) {SearchS = '';}");
	}
 
 }
 	//alert (SearchS);	 
 	StrPara = new String (SearchS);
 	SR = StrPara.search (".*de.*");
 if (SR >= 0) {
 		EWLanguage = "DE";
		//alert ("DE");
		}
 else 
 {
 			SR = StrPara.search (".*en.*");
 			if (SR >= 0) {
				 EWLanguage = "EN";
				 //alert ("EN");
			}
			else
 			{
			 			//alert ("Default");
  			 		var Str = new String (lang);
 						SR = Str.search (".*de.*");
 						if (SR == -1)
				 		{
				 		 	 EWLanguage = "EN";
				 		}
			}
 }
}

GetLanguage();
//alert ('After GetLang');

function CheckBrowser()
{
 var isDOM=document.getElementById?1:0;
 var isNS4=navigator.appName=='Netscape'&&!isDOM?1:0;
 if (isNS4)
 {return false;}
 else
 {return true;}
  
}



var c_title_BewegungUndNotationEN = "Movement and Notation";
var c_title_BewegungUndNotationDE = "Bewegung und Notation";



str_Tooltip_Eshkol58DE = "aus <b>Eshkol, Noa / Wachman, Abraham:</b> " + 
												 "<i>Movement Notation</i>. Weidenfeld and Nicholson, London 1958, Seite viii.";
str_Tooltip_IndSysDE = "Individuelle, an den Gelenken situierte Referenzsysteme in der Eshkol-Wachman Movement Notation.<br> " +
					   " aus <b>Eshkol, Noa:</b> <i>Right Angled Curves Dance Suite.</i> Movement Notation Society, Holon 1975.<br>" +
					   "Illustration: John Harries";
str_Tooltip_BeneshDE = "<b>Benesh, Rudolf:</b> <i>An Introduction to Benesh Dance Notation.</i> Adam & Charles Black, London 1956.";
str_Tooltip_LabanDimDE = "Die drei Raumdimensionen <i>Vor-Rück</i>, <i>Links-Rechts</i> und <i>Hoch-Tief</i> aus der Bewegungslehre Labans.";
str_Tooltip_EWSysDE    = "Das kugelförmige Referenzsystem der <I>Eshkol-Wachman Movement Notation</i>."

str_Tooltip_Eshkol58EN = "excerpt from <b>Eshkol, Noa / Wachman, Abraham:</b> " + 
												 "<i>Movement Notation</i>. Weidenfeld and Nicholson, London 1958, page viii.";
str_Tooltip_IndSysEN   = "Individual systems of reference located at the joints in Eshkol-Wachman Movement Notation.<br> " +
						 "<b>Eshkol, Noa:</b> <i>Right Angled Curves Dance Suite.</i> Movement Notation Society, Holon 1975, page 11.<br>." +
						 "Original illustration by John Harries."
str_Tooltip_BeneshEN   = str_Tooltip_BeneshDE; 
str_Tooltip_LabanDimEN = "Rudolf von Laban's three spatial dimensions <i>Forward-Backward</i>, <i>Left-Right</i> and <i>High-Low</i>.";
str_Tooltip_EWSysEN    = "The spheric System of Reference of <I>Eshkol-Wachman Movement Notation</i>."

str_title_KinDE = 'Kinetographie Laban';
str_title_KinEN = 'Kinetography Laban';
str_title_KurseDE = 'Kurse und Projekte';
str_title_KurseEN = 'Courses and Projects';

str_title_KompositionDE = 'Projekt Komposition';
str_title_KompositionEN = 'Project Composition';

str_title_PubDE = 'Publikationen';
str_title_PubEN = 'Publications';
str_title_BewegungsnotationDE = 'Bewegungsnotation';
str_title_BewegungsnotationEN = 'Movement Notation';

str_title_BewegungsnotationenDE = 'Bewegungsnotationen';
str_title_BewegungsnotationenEN = 'Movement Notations';

str_menu_GeneralDE = 'Allgemeines';
str_menu_GeneralEN = 'General Information';

str_title_StrukturDE = 'Struktur und Bewegung';
str_title_StrukturEN = 'Movement Structures';

str_title_TechnologyEN = 'Dance and Technology';
str_title_TechnologyDE = 'Tanz und Technologie';

str_title_ToAnimationEN = 'From Notation to Computer Generated 3D Animation';
str_title_ToAnimationDE = 'Von Notation zu computer-generierte 3D-Animation';

str_title_VisualizingArchives = 'Visualizing (the Derra de Moroda) Dance Archives';

str_menu_NotationsystemsDE = 'Notationssysteme';
str_menu_NotationsystemsEN = 'Notation Systems';
str_title_AdressesDE = 'Adressen';
str_title_AdressesEN = 'Addresses';

htm_KontaktDE = 'Kontakt.htm';
htm_KontaktEN = 'KontaktEN.htm';
str_title_KontaktDE = 'Kontakt';
str_title_KontaktEN = 'Contact';

str_title_OverviewEN = 'Overview';
str_title_OverviewDE = '&Uuml;bersicht';

htm_PubTransDE = 'PubTransDE.htm';
htm_PubTransEN = 'PubTransEN.htm';


str_title_NewsDE = 'Aktuelles';
str_title_NewsEN = 'News';

htm_NewsDE = 'NewsDE.htm';
htm_NewsEN = 'NewsEN.htm';

str_UndDE = 'und';
str_UndEN = 'and';

htm_VisualizingDE = 'VisualizingArchivesDE.htm';
htm_VisualizingEN = 'VisualizingArchivesEN.htm';

htm_AnimationDE = 'AnimationDE.htm';
htm_AnimationEN = 'AnimationEN.htm';

htm_HennerDE = 'HennerDE.htm';
htm_HennerEN = 'HennerEN.htm';

var DE = "DE";
var EN = "EN";

function GetLanguageText (AString)
{
 var AText = AString + eval (EWLanguage);

   return eval (AText); 
}