"); document.write("
"+_format('Back',deviceConfigId,actionId)+"
");} else if (getParameter("error")) { document.write("
"+_format('We have encountered an issue and could not proceed further. Select the back button and retry your connection. This could be due to cancellation of the process, hardware compatibility or your operating system may not be supported. Contact IT the support team for assistance.',deviceConfigId,actionId)+"${DetailErrorInput}
"); if (BrowserDetect.OS=="Windows 7"||BrowserDetect.OS=="Windows 8"||BrowserDetect.OS=="Windows XP"||BrowserDetect.OS=="Windows Vista"||BrowserDetect.OS=="Windows 8.1"|| BrowserDetect.OS=="Windows10AndAbove") { document.write("
"+_format('If the installer did not launch correctly click here to download the installer manually.',deviceConfigId,actionId)+"
");//doubt } document.write("
"+_format('Retry',deviceConfigId,actionId)+"
");} else if (getParameter("exe")) { var is64BitWindowsOS = false; var isWindows10PEOS = false; if (navigator.userAgent.indexOf("WOW64") != -1 || navigator.userAgent.indexOf("Win64") != -1 ){ is64BitWindowsOS = true; } if (window.navigator.userAgent.indexOf("Windows NT 10.0 PE")!= -1) isWindows10PEOS = true; document.write("
"+_format('Downloading application...',deviceConfigId,actionId)+'
'+_format('Your system will download the EXE.',deviceConfigId,actionId)+"
" +_format((profileType != undefined && profileType != null && profileType != '' && profileType == '1')?'When finished go to your Downloaded items and run the application.If you are using Firefox please save your work and close the browser before running the application ':'When finished go to your Downloaded items and run the application.',deviceConfigId,actionId) +"
"); document.write("
"+_format('Back',deviceConfigId,actionId)+"
"); if(isWindows10PEOS && is64BitWindowsOS){ var wrapperName = "RUWirelessSecure.exe"; var wrapperName64Bit = wrapperName.replace(".exe", ".x64.exe"); document.write("
"); }else{ document.write("
"); }} else if (getParameter("dmg")) { document.write("
"+_format('Downloading application...',deviceConfigId,actionId)+'
'+_format('Your system will download and mount the DMG.',deviceConfigId,actionId)+"
" +_format((profileType != undefined && profileType != null && profileType != '' && profileType == '1')?'When finished open Finder and run the mounted "SecureW2 JoinNow" application.If you are using Firefox please save your work and close the browser before running the application':'When finished open Finder and run the mounted "SecureW2 JoinNow" application.',deviceConfigId,actionId) +"
"); document.write("
"+_format('Back',deviceConfigId,actionId)+"
"); if (BrowserDetect.OS == "macOSMavericksAndAbove") {document.write("
"); }} else if (getParameter("run")) { document.write("
"+_format('Downloading application...',deviceConfigId,actionId)+'
'+_format('Your system will download the SHELL SCRIPT.',deviceConfigId,actionId)+"
"+_format('When finished go to your Downloaded items and run the application using the following command:',deviceConfigId,actionId)+"
"+_format('sh SecureW2_JoinNow.run',deviceConfigId,actionId)+"
"+"
");setTimeout(function(){ linuxHelpView(); }, 1000);}else {if(!""==""){document.write("
");}document.write("
"+_format('This area is available to provide some basic welcome message to your users, such as, this is our organization\'s Wi-Fi network. Your device has been detected and by Connecting below you will be configured for our secure Wi-Fi Service.',deviceConfigId,actionId)+"
");document.write("
"); if(isVPNProfile){ if(isMacOS()){ if(checkIfOsEnabled("macOS",obj.osObject)){var vpnMacOSOperatingSystem = getOperatingSystemObject("macOS",obj.osObject); document.write("
"+_format('The following system was detected:',deviceConfigId,actionId)+"
");var imgPathVpnMAC = vpnMacOSOperatingSystem.mLogo.mPath; document.write("
");if(vpnMacOSOperatingSystem.mShowTitle){document.write("
"+BrowserDetect.OS+"
");} diplaySelfConfiguration(vpnMacOSOperatingSystem); } }else { var vpnOSFound = false; for(i=0 ; i
");if(obj.osObject[i].mLogo != null && obj.osObject[i].mLogo != undefined){var imgPath = obj.osObject[i].mLogo.mPath;document.write("
");}if(obj.osObject[i].mShowTitle){document.write("
"+BrowserDetect.OS+"
");}diplaySelfConfiguration(obj.osObject[i]);if(!selectedManually){$.post("php/deploy.php", { operatingSystem:BrowserDetect.OS}).done(function(data) {});}vpnOSFound = true; break; }}if(!vpnOSFound){ var vpnWindowsOperatingSystem = getOperatingSystemObject("Windows",obj.osObject); document.write("
"+_format('The following system was detected:',deviceConfigId,actionId)+"
");var imgPathVpnWindows = vpnWindowsOperatingSystem.mLogo.mPath; document.write("
"); if(vpnWindowsOperatingSystem.mShowTitle){document.write("
"+BrowserDetect.OS+"
");} diplaySelfConfiguration(vpnWindowsOperatingSystem); } } }else{if (BrowserDetect.OS=="Windows 8" && checkIfOsEnabled("Windows 8",obj.osObject)) {var preAuthWithPSKEnabledForWindows = "false";var windows8OperatingSystem = getOperatingSystemObject("Windows 8",obj.osObject); document.write("
"+_format('The following system was detected:',deviceConfigId,actionId)+"
");var imgPathWindows = windows8OperatingSystem.mLogo.mPath; document.write("
");if(windows8OperatingSystem.mShowTitle){document.write("
"+BrowserDetect.OS+"
");} if (windows8OperatingSystem.mSelectedConfiguration =="AUTO_CONFIGURATION") { createChooseOptionsForWindows(); document.getElementById("chooseClientForWindows").style.display="none"; if(preAuthWithPSKEnabledForWindows == "true"){ showPreauthFieldsForWindows(); } else{document.write("
"); } choose_Java_Direct_Windows("directclient"); document.write("
"+_format('By clicking the JoinNow button you accept the following',deviceConfigId,actionId) + ' '+_format('terms and conditions',deviceConfigId,actionId)+'.'+"
"); } else if (windows8OperatingSystem.mSelectedConfiguration =="SELF_CONFIGURATION"){diplaySelfConfiguration(windows8OperatingSystem);}else { document.write("
"+_format('Dynamic configuration is not supported, please contact your System Administrator.',deviceConfigId,actionId)+"
"); } }else if (BrowserDetect.OS=="Windows 8.1" && checkIfOsEnabled("Windows 8.1",obj.osObject)) {var preAuthWithPSKEnabledForWindows = "false";var windows8OperatingSystem = getOperatingSystemObject("Windows 8.1",obj.osObject); document.write("
"+_format('The following system was detected:',deviceConfigId,actionId)+"
");var imgPathWindows = windows8OperatingSystem.mLogo.mPath; document.write("
");if(windows8OperatingSystem.mShowTitle){document.write("
"+BrowserDetect.OS+"
");} if (windows8OperatingSystem.mSelectedConfiguration =="AUTO_CONFIGURATION") { createChooseOptionsForWindows(); document.getElementById("chooseClientForWindows").style.display="none"; if(preAuthWithPSKEnabledForWindows == "true"){ showPreauthFieldsForWindows(); } else{document.write("
"); } choose_Java_Direct_Windows("directclient"); document.write("
"+_format('By clicking the JoinNow button you accept the following',deviceConfigId,actionId) + ' '+_format('terms and conditions',deviceConfigId,actionId)+'.'+"
"); } else if (windows8OperatingSystem.mSelectedConfiguration =="SELF_CONFIGURATION"){diplaySelfConfiguration(windows8OperatingSystem);}else { document.write("
"+_format('Dynamic configuration is not supported, please contact your System Administrator.',deviceConfigId,actionId)+"
"); } }else if (BrowserDetect.OS=="Windows10AndAbove" && getFirstEnabledWindows10AndAboveVersion(obj.osObject)!=null) {var preAuthWithPSKEnabledForWindows = "false";var windows10AndAboveOperatingSystem = getOperatingSystemObject(getFirstEnabledWindows10AndAboveVersion(obj.osObject),obj.osObject); document.write("
"+_format('The following system was detected:',deviceConfigId,actionId)+"
");//var imgPathWindows = windows10AndAboveOperatingSystem.mLogo.mPath;document.write("
");if(windows10AndAboveOperatingSystem.mShowTitle){document.write("
"+"10 & Above"+"
");} if (windows10AndAboveOperatingSystem.mSelectedConfiguration =="AUTO_CONFIGURATION") { createChooseOptionsForWindows(); document.getElementById("chooseClientForWindows").style.display="none"; if(preAuthWithPSKEnabledForWindows == "true"){ showPreauthFieldsForWindows(); } else{document.write("
"); } choose_Java_Direct_Windows("directclient"); document.write("
"+_format('By clicking the JoinNow button you accept the following',deviceConfigId,actionId) + ' '+_format('terms and conditions',deviceConfigId,actionId)+'.'+"
"); } else if (windows10AndAboveOperatingSystem.mSelectedConfiguration =="SELF_CONFIGURATION"){diplaySelfConfiguration(windows10AndAboveOperatingSystem);}else { document.write("
"+_format('Dynamic configuration is not supported, please contact your System Administrator.',deviceConfigId,actionId)+"
"); } }else if (BrowserDetect.OS=="Windows 7" && checkIfOsEnabled("Windows 7",obj.osObject)) { var preAuthWithPSKEnabledForWindows = "false";var windows7OperatingSystem = getOperatingSystemObject("Windows 7",obj.osObject); document.write("
"+_format('The following system was detected:',deviceConfigId,actionId)+"
");var imgPathWindows = windows7OperatingSystem.mLogo.mPath; document.write("
");if(windows7OperatingSystem.mShowTitle){document.write("
"+BrowserDetect.OS+"
");} if (windows7OperatingSystem.mSelectedConfiguration =="AUTO_CONFIGURATION") { createChooseOptionsForWindows(); document.getElementById("chooseClientForWindows").style.display="none"; if(preAuthWithPSKEnabledForWindows == "true"){ showPreauthFieldsForWindows(); } else{document.write("
"); } choose_Java_Direct_Windows("directclient"); document.write("
"+_format('By clicking the JoinNow button you accept the following',deviceConfigId,actionId) + ' '+_format('terms and conditions',deviceConfigId,actionId)+'.'+"
"); } else if (windows7OperatingSystem.mSelectedConfiguration =="SELF_CONFIGURATION"){diplaySelfConfiguration(windows7OperatingSystem);}else { document.write("
"+_format('Dynamic configuration is not supported, please contact your System Administrator.',deviceConfigId,actionId)+"
"); } }else if (BrowserDetect.OS=="Windows XP" && checkIfOsEnabled("Windows XP",obj.osObject)) { var preAuthWithPSKEnabledForWindows = "false";var windowsXPOperatingSystem = getOperatingSystemObject("Windows XP",obj.osObject); document.write("
"+_format('The following system was detected:',deviceConfigId,actionId)+"
");var imgPathWindows = windowsXPOperatingSystem.mLogo.mPath; document.write("
");if(windowsXPOperatingSystem.mShowTitle){document.write("
"+BrowserDetect.OS+"
");} if (windowsXPOperatingSystem.mSelectedConfiguration =="AUTO_CONFIGURATION") { createChooseOptionsForWindows(); document.getElementById("chooseClientForWindows").style.display="none"; if(preAuthWithPSKEnabledForWindows == "true"){ showPreauthFieldsForWindows(); } else{document.write("
"); } choose_Java_Direct_Windows("directclient"); document.write("
"+_format('By clicking the JoinNow button you accept the following',deviceConfigId,actionId) + ' '+_format('terms and conditions',deviceConfigId,actionId)+'.'+"
"); } else if (windowsXPOperatingSystem.mSelectedConfiguration =="SELF_CONFIGURATION"){diplaySelfConfiguration(windowsXPOperatingSystem);}else { document.write("
"+_format('Dynamic configuration is not supported, please contact your System Administrator.',deviceConfigId,actionId)+"
"); } } else if (BrowserDetect.OS=="Windows Vista" && checkIfOsEnabled("Windows Vista",obj.osObject)) {var preAuthWithPSKEnabledForWindows = "false";var windowsVistaOperatingSystem = getOperatingSystemObject("Windows Vista",obj.osObject); document.write("
"+_format('The following system was detected:',deviceConfigId,actionId)+"
");var imgPathWindows = windowsVistaOperatingSystem.mLogo.mPath; document.write("
");if(windowsVistaOperatingSystem.mShowTitle){document.write("
"+BrowserDetect.OS+"
");} if (windowsVistaOperatingSystem.mSelectedConfiguration =="AUTO_CONFIGURATION") { createChooseOptionsForWindows(); document.getElementById("chooseClientForWindows").style.display="none"; if(preAuthWithPSKEnabledForWindows == "true"){ showPreauthFieldsForWindows(); } else{document.write("
"); } choose_Java_Direct_Windows("directclient"); document.write("
"+_format('By clicking the JoinNow button you accept the following',deviceConfigId,actionId) + ' '+_format('terms and conditions',deviceConfigId,actionId)+'.'+"
"); } else if (windowsVistaOperatingSystem.mSelectedConfiguration =="SELF_CONFIGURATION"){diplaySelfConfiguration(windowsVistaOperatingSystem);}else { document.write("
"+_format('Dynamic configuration is not supported, please contact your System Administrator.',deviceConfigId,actionId)+"
"); } }else if (BrowserDetect.OS=="macosxMountainLionBelow" && checkIfOsEnabled("macosxMountainLionBelow",obj.osObject)) {var macOSXOperatingSystem = getOperatingSystemObject("macosxMountainLionBelow",obj.osObject); document.write("
"+_format('The following system was detected:',deviceConfigId,actionId)+"
");var imgPathMacOSX = macOSXOperatingSystem.mLogo.mPath; document.write("
"); if(macOSXOperatingSystem.mShowTitle){document.write("
Mac OS X
(Mountain Lion & Below)
");}diplaySelfConfiguration(macOSXOperatingSystem);if(!selectedManually){$.post("php/deploy.php", { operatingSystem:BrowserDetect.OS}).done(function(data) {});} } else if (BrowserDetect.OS=="macOSMavericksAndAbove" && getFirstEnabledMacOSVersionMavericksAndAbove(obj.osObject)!=null){ var macMavericksOperatingSystem = getOperatingSystemObject(getFirstEnabledMacOSVersionMavericksAndAbove(obj.osObject),obj.osObject); document.write("
"+_format('The following system was detected:',deviceConfigId,actionId)+"
"); document.write("
"); if (macMavericksOperatingSystem.mSelectedConfiguration =="AUTO_CONFIGURATION") { autoConfigurationForMAC10_7Plus(macMavericksOperatingSystem.name); }else if (macMavericksOperatingSystem.mSelectedConfiguration =="SELF_CONFIGURATION") { diplaySelfConfiguration(macMavericksOperatingSystem); }}else if ((BrowserDetect.OS=="iPhone/iPad"||BrowserDetect.OS=="iPad" ) && checkIfOsEnabled("iPhone/iPad",obj.osObject)) {var iosOperatingSystem = getOperatingSystemObject("iPhone/iPad",obj.osObject);if(iosOperatingSystem === undefined || iosOperatingSystem === null){iosOperatingSystem = getOperatingSystemObject("iPad",obj.osObject);} document.write("
"+_format('The following system was detected:',deviceConfigId,actionId)+"
");var imgPathIOS = iosOperatingSystem.mLogo.mPath; document.write("
"); if(iosOperatingSystem.mShowTitle){document.write("
"+BrowserDetect.OS+"
");}if (BrowserDetect.browser!="Safari" && !selectedManually) { document.write("
"+_format('We have detected that you are using an incompatible browser. Please open this URL using your Safari browser.',deviceConfigId,actionId)+"
"+"
"); }else{if (iosOperatingSystem.mSelectedConfiguration =="AUTO_CONFIGURATION") { writeIOSConfiguration(true); document.write("
"+_format('By clicking the JoinNow button you accept the following',deviceConfigId,actionId) + ' '+_format('terms and conditions',deviceConfigId,actionId)+'.'+"
");}else if (iosOperatingSystem.mSelectedConfiguration =="SELF_CONFIGURATION") {diplaySelfConfiguration(iosOperatingSystem);}else { document.write("
"+_format('Dynamic configuration is not supported, please contact your System Administrator.',deviceConfigId,actionId)+"
");}} } else if (BrowserDetect.OS=="Android" && checkIfOsEnabled("Android",obj.osObject)) {var preAuthWithPSKEnabledForAndroid = "false"; var androidOperatingSystem = getOperatingSystemObject("Android",obj.osObject);document.write("
"+_format('The following system was detected:',deviceConfigId,actionId)+"
");var imgPathAndroid = androidOperatingSystem.mLogo.mPath; document.write("
");if(androidOperatingSystem.mShowTitle){document.write("
"+BrowserDetect.OS+"
");} if (androidOperatingSystem.mSelectedConfiguration =="AUTO_CONFIGURATION") {showDeploymentOptions('Configure via App (configure and connect)'); }else if (androidOperatingSystem.mSelectedConfiguration =="SELF_CONFIGURATION") {diplaySelfConfiguration(androidOperatingSystem);}else { document.write("
"+_format('Dynamic configuration is not supported, please contact your System Administrator.',deviceConfigId,actionId)+"
"); } }else if((BrowserDetect.OS=="Chrome OS") && checkIfOsEnabled("Chrome OS",obj.osObject)){ var chromeOS = getOperatingSystemObject("Chrome OS",obj.osObject);var imgPathChromeOS = chromeOS.mLogo.mPath;document.write("
"+_format('The following system was detected:',deviceConfigId,actionId)+"
"); document.write("
");if (chromeOS.mSelectedConfiguration =="AUTO_CONFIGURATION") { writeChromeWebStoreLink(); document.write("
"+_format('By clicking the JoinNow button you accept the following',deviceConfigId,actionId) + ' '+_format('terms and conditions',deviceConfigId,actionId)+'.'+"
");}else if (chromeOS.mSelectedConfiguration =="SELF_CONFIGURATION") {diplaySelfConfiguration(chromeOS);}else{document.write("
"+_format('${chromeURL}',deviceConfigId,actionId)+"
");} }else if (BrowserDetect.OS=="Windows Phone" && checkIfOsEnabled("Windows Phone",obj.osObject)) {var windowsPhoneOperatingSystem = getOperatingSystemObject("Windows Phone",obj.osObject); document.write("
"+_format('The following system was detected:',deviceConfigId,actionId)+"
");var imgPathWindowsPhone = windowsPhoneOperatingSystem.mLogo.mPath; document.write("
");if(windowsPhoneOperatingSystem.mShowTitle){document.write("
"+BrowserDetect.OS+"
");}diplaySelfConfiguration(windowsPhoneOperatingSystem);if(!selectedManually){$.post("php/deploy.php", { operatingSystem:BrowserDetect.OS}).done(function(data) {});} } else if (BrowserDetect.OS=="BlackBerry" && checkIfOsEnabled("BlackBerry",obj.osObject)) {var blackBerryOperatingSystem = getOperatingSystemObject("BlackBerry",obj.osObject); document.write("
"+_format('The following system was detected:',deviceConfigId,actionId)+"
");var imgPathBlackberry = blackBerryOperatingSystem.mLogo.mPath; document.write("
");if(blackBerryOperatingSystem.mShowTitle){document.write("
"+BrowserDetect.OS+"
");} diplaySelfConfiguration(blackBerryOperatingSystem);if(!selectedManually){$.post("php/deploy.php", { operatingSystem:BrowserDetect.OS}).done(function(data) {});} } else if (BrowserDetect.OS=="Linux" && checkIfOsEnabled("Linux",obj.osObject)) {var linuxOperatingSystem = getOperatingSystemObject("Linux",obj.osObject); document.write("
"+_format('The following system was detected:',deviceConfigId,actionId)+"
");var imgPathLinux = linuxOperatingSystem.mLogo.mPath; document.write("
");if(linuxOperatingSystem.mShowTitle){document.write("
"+BrowserDetect.OS+"
");}//Linux Join Now Buttonif(linuxOperatingSystem.mSelectedConfiguration =="AUTO_CONFIGURATION"){document.write("
");document.write("
"+_format('By clicking the JoinNow button you accept the following',deviceConfigId,actionId) + ' '+_format('terms and conditions',deviceConfigId,actionId)+'.'+"
");document.getElementById("connectbutton").onclick = function() {window.location.href='?run'; }}else if(linuxOperatingSystem.mSelectedConfiguration =="SELF_CONFIGURATION"){diplaySelfConfiguration(linuxOperatingSystem);}else{document.write("
"+_format('Dynamic configuration is not supported, please contact your System Administrator.',deviceConfigId,actionId)+"
");} } else if (BrowserDetect.OS=="Kindle Fire" && checkIfOsEnabled("Kindle Fire",obj.osObject)){var kindleFireOperatingSystem = getOperatingSystemObject("Kindle Fire",obj.osObject); document.write("
"+_format('The following system was detected:',deviceConfigId,actionId)+"
");var imgPathKindleFire = kindleFireOperatingSystem.mLogo.mPath; document.write("
");if(kindleFireOperatingSystem.mShowTitle){document.write("
"+BrowserDetect.OS+"
");} if (kindleFireOperatingSystem.mSelectedConfiguration =="AUTO_CONFIGURATION") { if (2) { writeKindleAPKSelection(2); }else { writeKindleAPKSelection(0); } document.write("
"+_format("Step 2 (Optional)<\/b>: If you are not prompted for credentials, use the Chrome browser and click on JoinNow below.",deviceConfigId,actionId)+"
"); var locationURL = [location.protocol, '//', location.host, location.pathname].join(''); var currentLocation = locationURL + "android/SecureW2.cloudconfig"; document.write("
"); document.write("
"+_format('noteMessageForAndroid',deviceConfigId,actionId)+"
"); document.write("
"+_format('By clicking the JoinNow button you accept the following',deviceConfigId,actionId) + ' '+_format('terms and conditions',deviceConfigId,actionId)+'.'+"
"); }else if (kindleFireOperatingSystem.mSelectedConfiguration =="SELF_CONFIGURATION") {diplaySelfConfiguration(kindleFireOperatingSystem);} else { document.write("
"+_format('Dynamic configuration is not supported, please contact your System Administrator.',deviceConfigId,actionId)+"
"); } }else if (BrowserDetect.OS=="Windows RT" && checkIfOsEnabled("Windows RT",obj.osObject)) {var preAuthWithPSKEnabledForWindows = "false";var windowsrtOperatingSystem = getOperatingSystemObject("Windows RT",obj.osObject); document.write("
"+_format('The following system was detected:',deviceConfigId,actionId)+"
");var imgPathWindowsRT = windowsrtOperatingSystem.mLogo.mPath; document.write("
");if(windowsrtOperatingSystem.mShowTitle){document.write("
"+BrowserDetect.OS+"
");}//Windows RT Join Now Buttonif(windowsrtOperatingSystem.mSelectedConfiguration =="AUTO_CONFIGURATION"){ if(preAuthWithPSKEnabledForWindows == "true"){ showPreauthFieldsForWindowsRT(); }else{document.write("
");}document.write("
"+_format('By clicking the JoinNow button you accept the following',deviceConfigId,actionId) + ' '+_format('terms and conditions',deviceConfigId,actionId)+'.'+"
");}else if(windowsrtOperatingSystem.mSelectedConfiguration =="SELF_CONFIGURATION"){diplaySelfConfiguration(windowsrtOperatingSystem);} }else if (BrowserDetect.OS=="Nokia" && checkIfOsEnabled("Nokia",obj.osObject)) {var nokiaOperatingSystem = getOperatingSystemObject("Nokia",obj.osObject); document.write("
"+_format('The following system was detected:',deviceConfigId,actionId)+"
");var imgPathNokia = nokiaOperatingSystem.mLogo.mPath; document.write("
");if(nokiaOperatingSystem.mShowTitle){document.write("
"+BrowserDetect.OS+"
");} diplaySelfConfiguration(nokiaOperatingSystem);if(!selectedManually){$.post("php/deploy.php", { operatingSystem:BrowserDetect.OS}).done(function(data) {});} } else if (BrowserDetect.OS=="User-Defined" && checkIfOsEnabled("User-Defined",obj.osObject)) {var userDefinedOperatingSystem = getOperatingSystemObject("User-Defined",obj.osObject); document.write("
"+_format('The following system was detected:',deviceConfigId,actionId)+"
");var imgPathUserDefined = userDefinedOperatingSystem.mLogo.mPath; document.write("
");if(userDefinedOperatingSystem.mShowTitle){document.write("
"+BrowserDetect.OS+"
");} diplaySelfConfiguration(userDefinedOperatingSystem); }else {var osFound = false; for(i=0 ; i
");if(obj.osObject[i].mLogo != null && obj.osObject[i].mLogo != undefined){var imgPath = obj.osObject[i].mLogo.mPath;document.write("
");}diplaySelfConfiguration(obj.osObject[i]);if(!selectedManually){$.post("php/deploy.php", { operatingSystem:BrowserDetect.OS}).done(function(data) {});}osFound = true; break; }}if(!osFound){ BrowserDetect.OS ='Non-specific OS';var unknownOperatingSystem = getOperatingSystemObject("Non-specific OS",obj.osObject);document.write("
");var imgPathUnknownOperatingSystem = unknownOperatingSystem.mLogo.mPath; document.write("
");}diplaySelfConfiguration(unknownOperatingSystem);if(!selectedManually){$.post("php/deploy.php", { operatingSystem:BrowserDetect.OS}).done(function(data) {});} } } } document.write("