var fDesc=new Array(); fDesc[0] = "Smart Luck Wheel Gold™ is a lottery software which helps you win faster.

Wheel Six Gold replaces old DOS version program, Wheel Six Plus. Wheel Six Gold works in all (32-bit and 64-bit) versions of Windows XP, Vista, and Windows 7.

Features:
-New Windows format allows more accessibility - runs on 32-bit and 64-bit Windows XP, Vista, and 7.
-New user-friendly interface. See Program Screenshots.
-More wheels available than previous Wheel Six Plus program.
-Improved choices for selecting numbers to go into the wheels, eg: Balanced Random, Hot/cold/newest/oldest/special mix.
-Easier to input your numbers and to arrange/re-arrange them.
-Improved Optimization algorithm that is based on multiple factors instead of just the sums or just the spread. It considers the sums, total odd/even, total high/low numbers, and spread and all four factors are weighted in Best Average and in Best Spread.
-New access to history files (limited) without requiring Advantage Plus
-Flexible export function lacking in old Wheel Six Plus program."; 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 = ''; } }