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"]["formInquiry_mailFromDefault"]   = "nobody@schott-com.dbc-gmbh.com";
arrLanguage["english"]["formInquiry_subject"]           = "Tubing Inquiry";
arrLanguage["english"]["formInquiry_responseURL"]       = "/tubing/english/contact/index.html";
arrLanguage["english"]["formInquiryAnswerSuccess"]      = "Thank you!";
arrLanguage["english"]["formInquiryAnswerError"]        = "We could not send the mail this time; please try again later.";
arrLanguage["english"]["formSelectPleaseSelect"]        = "Please select";
arrLanguage["english"]["tab_info"]                      = "Info";
arrLanguage["english"]["tab_inquiry"]                   = "Inquiry";
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"]["Inquiry"]                       = "Inquiry";
arrLanguage["english"]["Send"]                          = "Send";
arrLanguage["english"]["us"]                            = "USA";


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



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

var language = "english";

var currentCountry = "us";
var currentTab = "tab_info";

var addressData = new Array(0);

var CountryData = new Array();

CountryData["us"] = new Object();
CountryData["us"]["mailto"]        = "info"; // nur ersten Teil der Email-Adresse angeben! Die Domain wird im Versandskript automatisch ergaenzt.
CountryData["us"]["tab_info"]      = "<b>SCHOTT North America, Inc.</b><br>555 Taxter Road<br>Elmsford, NY 10523<br>USA<br><img src=\"/images/buttons/kontakt_fon.gif\"> +1 (914)831-2200<br><img src=\"/images/buttons/kontakt_fax.gif\"> +1 (914)831-2201<br><img src=\"/images/buttons/kontakt_mail.gif\"> <a href=\"http://www.us.schott.com\">www.us.schott.com</a>";
CountryData["us"]["tab_inquiry"]   = "";
CountryData["us"]["tab_photos"]    = "";
CountryData["us"]["tab_map"]       = "<div id=\"map\" class=\"map\"></div> <div class=\"route\" id=\"route\"></div>";
CountryData["us"]["nr"]            = "555";
CountryData["us"]["str"]           = "Taxter Road";
CountryData["us"]["city"]          = "Elmsford, NY 10523";
CountryData["us"]["country"]       = "USA";
CountryData["us"]["pic_01"]        = "/flash/tubing/worldwide/images/us/pic04169.jpg";
CountryData["us"]["pic_01_thumb"]  = "";
CountryData["us"]["pic_02"]        = "";
CountryData["us"]["pic_02_thumb"]  = "";
CountryData["us"]["pic_03"]        = "";
CountryData["us"]["pic_03_thumb"]  = "";

onload = checkContent;

