var fDesc=new Array(); fDesc[0] = "KONIK introduces SIM (System Intelligent Management) a new innovative thermal solution.

The concept of thermal solution is not new, however SIM brings something new for PC enthusiasts. The difference with IKONIK and other existing solution is the independency of SIM. Taking into consideration the number of brands available nowaways, SIM is compatible with all industries available platforms. So users do not have to consider changing SIM when they change a new mainboard or graphics card. When you change your components all you have to do is reconnect the heat sensors and users can continue using the advantages of SIM. Monitoring the temperature of components of users preference and adjusting the fan speed will optimize the PC performance"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }