home *** CD-ROM | disk | FTP | other *** search
- function translate()
- {
- switch(_level1._root.lang)
- {
- case "en":
- gotoAndStop(4);
- break;
- case "de":
- gotoAndStop(5);
- break;
- case "hr":
- gotoAndStop(6);
- break;
- default:
- gotoAndStop(4);
- }
- }
- function setGlobalStyleFormat()
- {
- globalStyleFormat.face = 131179;
- globalStyleFormat.arrow = 0;
- globalStyleFormat.darkshadow = 0;
- globalStyleFormat.shadow = 0;
- globalStyleFormat.highlight = 0;
- globalStyleFormat.highlight3D = 0;
- globalStyleFormat.scrollTrack = 0;
- globalStyleFormat.selection = 0;
- globalStyleFormat.textSelected = 0;
- globalStyleFormat.textColor = 16777215;
- globalStyleFormat.textFont = "supertext";
- globalStyleFormat.embedFonts = true;
- globalStyleFormat.textSize = 8;
- globalStyleFormat.applyChanges();
- }
- if(_root.specificationFromVolume)
- {
- btnBack._visible = true;
- }
- else
- {
- btnBack._visible = false;
- }
- setGlobalStyleFormat();
- pane.setScrollContent("supportContent");
- translate();
- stop();
-