﻿var stylesheet=document.getElementById("pagestyle");if(/MSIE[\/\s](\d+\.\d+)/.test(navigator.userAgent)){var IEversion=new Number(RegExp.$1);if(IEversion>=8){stylesheet.href="Stylesheet_SSGWEBSITE/SSG_Website_StyleSheet_IE8.css"}else if(IEversion==7){stylesheet.href="Stylesheet_SSGWEBSITE/SSG_Website_StyleSheet_IE7.css";}else if(IEversion==6){stylesheet.href="Stylesheet_SSGWEBSITE/SSG_Website_StyleSheet_IE6.css";}else if(IEversion<=5){stylesheet.href="Stylesheet_SSGWEBSITE/SSG_Website_StyleSheet_IE6.css";}}else if(/Firefox[\/\s](\d+\.\d+)/.test(navigator.userAgent)){var Firefox=new Number(RegExp.$1);if(Firefox=="3.5"){stylesheet.href="Stylesheet_SSGWEBSITE/SSG_Website_StyleSheet_Mozilla3.css";}}else if(/Minefieldversion[\/\s](\d+\.\d+)/.test(navigator.userAgent)){var Minefield=new Number(RegExp.$1);if(Minefield=="3.7"){stylesheet.href="Stylesheet_SSGWEBSITE/SSG_Website_StyleSheet_Minefield_3.7.css";}}else if(/Chrome[\/\s](\d+\.\d+)/.test(navigator.userAgent)){stylesheet.href="Stylesheet_SSGWEBSITE/SSG_Website_StyleSheet_GoogleCrome.css";}else if(/Opera[\/\s](\d+\.\d+)/.test(navigator.userAgent)){stylesheet.href="Stylesheet_SSGWEBSITE/SSG_Website_StyleSheet_Opera.css";}else if(/Safari[\/\s](\d+\.\d+)/.test(navigator.userAgent)){var Safariversion=new Number(RegExp.$1);if(Safariversion==525.21){stylesheet.href="Stylesheet_SSGWEBSITE/SSG_Website_StyleSheet_Safari_3.css"}else if(Safariversion==530.17){stylesheet.href="Stylesheet_SSGWEBSITE/SSG_Website_StyleSheet_Safari_4.css";}}else if(/Minefield[\/\s](\d+\.\d+)/.test(navigator.userAgent)){var Minefieldversion=new Number(RegExp.$1);if(Minefieldversion==3.6){stylesheet.href="Stylesheet_SSGWEBSITE/SSG_Website_StyleSheet_Minefield_3.6.css";}else if(Minefieldversion==3.7){stylesheet.href="Stylesheet_SSGWEBSITE/SSG_Website_StyleSheet_Minefield_3.7.css";}}