var fDesc=new Array();
fDesc[0] = "Windows 8 Beta Simulator is not a transformation pack. This will not be harmful to your system. You can feel the windows 8 as a desktop application and uninstall it any time completely without any system effect.
This software not based on real windows 8 OS. This is a simple simulator for Windows8. Therefore, disk memory of this software is very low. It's very easy to download, use and uninstall.
Microsoft will release windows 8 beta as the final version. They already have released windows developer version and features of "of the beta version of windows few weeks ago.
System Requirements for Windows 8 beta
Minimum:
Operating System: Windows98, Windows 2000, Windows XP, Windows Vista, or Windows 7
CPU: Pentium II, 256Mhz
System Memory (RAM): 128MB
Hard Disk: 40MB free space
Recommended:
Operating System: Windows XP, Windows Vista, or Windows 7
CPU: Pentium IV 500Mhz
System Memory (RAM): 256MB
Hard Disk: 200MB free space
We have created "Windows 8 Beta" freeware considering these released (and leaked) new features and windows8 developer version . You can install this software on your computer as a normal windows application. Then you can test, check, feel the new features of windows8 virtually just like real windows8
Windows 8 different than other windows versions because It's mainly based on the touch system as apple and some features as the Linux ( according to our vision). We were targeted these functions to creating virtual "windows8 beta"
You can feel the windows 8 and it's new features without buying or installing windows using this freeware, and you can get a complete idea about windows 8 using this freeware.";
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 = '';
}
}