png" />
<meta name="msapplication-square70x70logo" content="https://www.hovatek.com/images/mstile-70x70.png" />
<meta name="msapplication-square150x150logo" content="https://www.hovatek.com/images/mstile-150x150.png" />
<meta name="msapplication-wide310x150logo" content="https://www.hovatek.com/images/mstile-310x150.png" />
<meta name="msapplication-square310x310logo" content="https://www.hovatek.com/images/mstile-310x310.png" />
<meta name="theme-color" content="#ebc359">
<meta property="og:site_name" content="Hovatek Forum" />
<meta property="og:locale" content="en_US" />
<link rel="stylesheet" href="https://www.hovatek.com/index_assets/css/common.css" />

<link rel="stylesheet" href="https://www.hovatek.com/forum/css/bootstrap.css">







<link type="text/css" rel="stylesheet" href="https://www.hovatek.com/forum/cache/themes/theme35/global.min.css?t=1672549276" />
<link type="text/css" rel="stylesheet" href="https://www.hovatek.com/forum/cache/themes/theme35/css3.min.css?t=1672549276" />
<link type="text/css" rel="stylesheet" href="https://www.hovatek.com/forum/cache/themes/theme35/responsive.min.css?t=1672549276" />
<link type="text/css" rel="stylesheet" href="https://www.hovatek.com/forum/cache/themes/theme35/star_ratings.min.css?t=1672549276" />
<link type="text/css" rel="stylesheet" href="https://www.hovatek.com/forum/cache/themes/theme35/showthread.min.css?t=1672549276" />
<link type="text/css" rel="stylesheet" href="https://www.hovatek.com/forum/cache/themes/theme35/darkbackgroundeni.min.css?t=1672549276" />
<link type="text/css" rel="stylesheet" href="https://www.hovatek.com/forum/cache/themes/theme1/alerts.min.css?t=1692861248" />
<style>
.blog_updates{text-align:center;border:1px solid #ccc;background:#f5f5f5;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px; height: 40px; line-height: 40px; width:100%;}
.blog_updates strong{margin-right:6px}
.blog_updates .date{color:#666;font-size:0.8em;margin-left:6px}
.blog_updates.release{background-color:#fff6bf;border-color:#ffd324; color: #000}
.blog_updates.latest{background-color:#D6ECA6; border-color:#8DC93E; color: #000}
.blog_updates.notice{background-color:#e6eeff; border-color:#80aaff; color: #000}
.blog_updates.latest a, .blog_updates.release a{color: #0066a2}
.follow {background-color:#D6ECA6; border-color:#8DC93E; color: #000; height: 48px;}

/* fallback */
/* update */
@font-face {
font-family: 'Material Icons';
font-display: swap;
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/materialicons/v139/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 24px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-webkit-font-feature-settings: 'liga';
-webkit-font-smoothing: antialiased;
}



.social {display:none;}



/* 48em = 768px */

@media (min-width: 48em) {
.social {display:inline;}
}

.sul {
height:55px;
}

.site-footer {
text-align:left;
padding-left:10px;
padding-right:10px;
}


a {
color: #8a6617;
text-decoration: none;
background-color: transparent;
}

.breadcrumb {
background-color: #fafafa;
}

.thead {
background: #333;
color: #fff;
padding: 6px;
font-size: 85.7%;
font-weight: bold;
}
.post_unread_marker {
color:red;
}
</style>



<script type="text/javascript" async="true">
(function() {
var host = window.location.hostname;
var element = document.createElement('script');
var firstScript = document.getElementsByTagName('script')[0];
var url = 'https://cmp.quantcast.com'
.concat('/choice/', 'AGc8RWqaqKDXS', '/', host, '/choice.js?tag_version=V2');
var uspTries = 0;
var uspTriesLimit = 3;
element.async = true;
element.type = 'text/javascript';
element.src = url;

firstScript.parentNode.insertBefore(element, firstScript);

function makeStub() {
var TCF_LOCATOR_NAME = '__tcfapiLocator';
var queue = [];
var win = window;
var cmpFrame;

function addFrame() {
var doc = win.document;
var otherCMP = !!(win.frames[TCF_LOCATOR_NAME]);

if (!otherCMP) {
if (doc.body) {
var iframe = doc.createElement('iframe');

iframe.style.cssText = 'display:none';
iframe.name = TCF_LOCATOR_NAME;
doc.body.appendChild(iframe);
} else {
setTimeout(addFrame, 5);
}
}
return !otherCMP;
}

function tcfAPIHandler() {
var gdprApplies;
var args = arguments;

if (!args.length) {
return queue;
} else if (args[0] === 'setGdprApplies') {
if (
args.length > 3 &&
args[2] === 2 &&
typeof args[3] === 'boolean'
) {
gdprApplies = args[3];
if (typeof args[2] === 'function') {
args[2]('set', true);
}
}
} else if (args[0] === 'ping') {
var retr = {
gdprApplies: gdprApplies,
cmpLoaded: false,
cmpStatus: 'stub'
};

if (typeof args[2] === 'function') {
args[2](retr);
}
} else {
if(args[0] === 'init' && typeof args[3] === 'object') {
args[3] = Object.assign(args[3], { tag_version: 'V2' });
}
queue.push(args);
}
}

function postMessageEventHandler(event) {
var msgIsString = typeof event.data === 'string';
var json = {};

try {
if (msgIsString) {
json = JSON.parse(event.data);
} else {
json = event.data;
}
} catch (ignore) {}

var payload = json.__tcfapiCall;

if (payload) {
window.__tcfapi(
payload.command,
payload.version,
function(retValue, success) {
var returnMsg = {
__tcfapiReturn: {

Prev | Next
Pg.: 1 2 3 4 5 6 7 ... 18


Back to home | File page

Subscribe | Register | Login | N