﻿function openFramework(){
var a = new Array('http://www.microsoft.com/downloads/details.aspx?familyid=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&displaylang=en');
window.open(a[0]);
}
function translate(lang) {
    location.href = "http://translate.google.com/translate?langpair=en%7C" + lang + "&u=" + location.href.replace(/[+]/g, "%2B");
}
function populateTranslator(id) {
    var t = document.getElementById(id);
    t.options[0] = new Option('Translate This Page');
    t.options[1] = new Option('العربية', 'ar');
    t.options[2] = new Option('български', 'bg');
    t.options[3] = new Option('català', 'ca');
    t.options[4] = new Option('česky', 'cs');
    t.options[5] = new Option('Dansk', 'da');
    t.options[6] = new Option('Deutsch', 'de');
    t.options[7] = new Option('Ελληνικά', 'el');
    t.options[8] = new Option('English', 'en');
    t.options[9] = new Option('Español', 'es');
    t.options[10] = new Option('suomi', 'fi');
    t.options[11] = new Option('Français', 'fr');
    t.options[12] = new Option('हिन्दी', 'hi');
    t.options[13] = new Option('hrvatski', 'hr');
    t.options[14] = new Option('Indonesia', 'id');
    t.options[15] = new Option('Italiano', 'it');
    t.options[16] = new Option('עברית', 'iw');
    t.options[17] = new Option('日本語', 'ja');
    t.options[18] = new Option('한국어', 'ko');
    t.options[19] = new Option('Lietuvių', 'lt');
    t.options[20] = new Option('latviešu', 'lv');
    t.options[21] = new Option('Nederlands', 'nl');
    t.options[22] = new Option('norsk', 'no');
    t.options[23] = new Option('Polski', 'pl');
    t.options[24] = new Option('Português', 'pt');
    t.options[25] = new Option('Română', 'ro');
    t.options[26] = new Option('Русский', 'ru');
    t.options[27] = new Option('slovenčina', 'sk');
    t.options[28] = new Option('slovenščina', 'sl');
    t.options[29] = new Option('српски', 'sr');
    t.options[30] = new Option('Svenska', 'sv');
    t.options[31] = new Option('Filipino', 'tl');
    t.options[32] = new Option('slovenčina', 'uk');
    t.options[33] = new Option('Tiếng Việt', 'vi');
    t.options[34] = new Option('中文 (简体)', 'zh-CN');
    t.options[35] = new Option('中文 (繁體)', 'zh-TW');
}