var fDesc=new Array(); fDesc[0] = "RCM Publisher is a monitor program and visualizes the actual ranking list produced by the RCM Ultimate. RCM Publisher is installed in the pits, in the driver’s rostrum, in the Jury, Restaurants, etc. whatever where you would like to show the data. No administration work is visible, the ranking is automatically correctly according to the used rule. The leader is always at the top of the list. Mandatory information are Rank position, number of start position, name of the driver, laps, best lap and absolute time. To these data further data can be switched on such as average time, delay to leading position, delay to the next pilots, car number, country, club and the transponder number. RCM Publisher has a ticker function implemented for additional information about drivers or for important notification to control the race. These messages can be sent from the RCM Ultimate ticker function. Driver’s information like as personal successes or important information like as “next group can prepare” or “track is closed after this serie” or “race have to be interrupted” or transponder from car number 3 does not count” are very useful to communicate in this easy way with mechanics. RCM Publisher is only working within a network and receives all data from the RCM Ultimate or RCM Kart. RCM Publisher is included with the purchase of an RCM Ultimate. RCM Publisher can also be bought on a private base, thus so, if organisers grant you the rights and the premises are equipped with W-LAN, then you are able to use the RCM Publisher at your working place at the track."; 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 = ''; } }