
isGpsVision=false;isWatchee=false;isGpsOem=false;isDevelopEnvironment=false;var url=""+document.location;if(url.toLowerCase().indexOf("gpsoem")>=0||url.toLowerCase().indexOf("188.40.42.185")>=0||url.toLowerCase().indexOf("188.40.32.157")>=0){isGpsOem=true;var cssName="css/gpsOem.css";var foundCssParam=false;try{var search=window.location.search;if(search){var parameters=search.substr(1);var paramArray=parameters.split('&');var length=paramArray.length;for(var index=0;index<length;index++){var param=paramArray[index].split('=');var name=param[0];if(name=="customCss"){cssName=typeof param[1]=="string"?decodeURIComponent(param[1].replace(/\+/g,' ')):cssName;foundCssParam=true;break;}}}}
catch(ev){var err=ev;}
document.write('<link rel="stylesheet" type="text/css" href="'+cssName+'"/>');}
else if(url.toLowerCase().indexOf("gpsvision")>=0||url.toLowerCase().indexOf("188.40.16.133")>=0||url.toLowerCase().indexOf("188.40.42.169")>=0||url.toLowerCase().indexOf("188.40.32.151")>=0){isGpsVision=true;document.write('<link rel="stylesheet" type="text/css" href="css/gpsVision.css"/>');}
else{isWatchee=true;document.write('<link rel="stylesheet" type="text/css" href="css/watcheeTrack.css"/>');}
isDevelopEnvironment=false;if(url.toLowerCase().indexOf("localhost")>=0||url.toLowerCase().indexOf("127.0.0")>=0){isDevelopEnvironment=true;}
