// ---------------------------------------------------------
// HTML-CODE für Einbindung des Flashs 
// ---------------------------------------------------------
// - ggf. Pfade anpassen

/*

<style type="text/css">
#globe_outer_box { background-image: url("/flash/tubing/worldwide/bg.jpg");  background-repeat: repeat-x; width: 770px;height: 520px; z-index: 5; vertical-align:top; }
#globe_box { width: 350px; height: 480px; z-index: 5;  }
</style>

<div id="globe_outer_box" valign="top">
	<div id="globe_us_box">
		<img src="/flash/tubing/worldwide/schott_adressenfinder_us.jpg">
	</div>
</div>

*/

// ---------------------------------------------------------
// front-end 
// ---------------------------------------------------------

var arrLanguage = new Array();


arrLanguage["english"] = new Object();
arrLanguage["english"]["stage_start"]                   = "The Business Segment Tubing of the SCHOTT Group extends to six manufacturing sites worldwide. With a production capacity in excess of 110,000 tons, the Business Segment Tubing is one of the world’s leading manufacturers of glass tubing. Some 60 different glass types, manufactured in a wide dimension range, are available to customers in just about every country in the world via an extensive sales network.<br>&nbsp;<br>All manufacturing sites encompassed by the Business Segment Tubing rely on a common strategy in all areas of research and development, production, quality assurance, and logistics. The continuous technology transfer in progress between the various manufacturing sites has proved to be an unbeatable strategy for maintaining worldwide leadership in terms of technical know-how.";	
arrLanguage["english"]["formSelectPleaseSelect"]        = "Please select";
arrLanguage["english"]["tab_info"]                      = "Info";
arrLanguage["english"]["tab_photos"]                    = "Photos";
arrLanguage["english"]["tab_map"]                       = "How to find us";
arrLanguage["english"]["EMail"]                         = "E-Mail";
arrLanguage["english"]["Name"]                          = "Name";
arrLanguage["english"]["Firstname"]                     = "First name";
arrLanguage["english"]["Send"]                          = "Send";
arrLanguage["english"]["USA"]                            = "USA";


var arrTranslationsEnglish = new Array("Approach Map",  "Product Range",   "Brochure");



// ---------------------------------------------------------


var CountryData = new Array();

CountryData["USA"] = new Object();
CountryData["USA"]["tab_info"]      = "Tubing";
CountryData["USA"]["pic_01"]        = "/flash/tubing/worldwide/images/us/pic04169.jpg";
CountryData["USA"]["pic_01_thumb"]  = "";
CountryData["USA"]["pic_02"]        = "";
CountryData["USA"]["pic_02_thumb"]  = "";
CountryData["USA"]["pic_03"]        = "";
CountryData["USA"]["pic_03_thumb"]  = "";

onload = checkContent;
                                                                
  