		var L_LAUNCHSAP_TEXT = "Uruchom niezalezny odtwarzacz Windows Media Player";
		var g_bNetscape = ( -1 != navigator.appName.indexOf( "Netscape" ) );
		if ( navigator.appName == "Netscape" )
		{         	//-- This next line ensures that any plugins just installed are updated in the Browser
					//-- without quitting the browser.
					navigator.plugins.refresh();
					// We don't need the APPLET within IE
					// ***Please note that if you do not need to script events, you can safely remove the next two lines
					document.write("\x3C" + "applet MAYSCRIPT Code=NPDS.npDSEvtObsProxy.class")
					document.writeln(" width=5 height=5 name=appObs\x3E \x3C/applet\x3E")
		} //-->