var fDesc=new Array();
fDesc[1] = "Prix. You can also choose the single race and quick start modes. The training mode will help you to improve your skills.";
fDesc[2] = "tabbed interface. Search files, strip HTML tags and format text quickly. Use macros and collect text clips automatically on a paste board.";
fDesc[4] = "in-game video gestures to maximize the impression of playing against real sexy girls sitting next to you. 10 languages.";
fDesc[5] = "your computer in full screen. Let the sexiest girls on the web come on your demand and strip for you right on your desktop.";
fDesc[6] = "on your screen. Watch several gorgeous models as they dance in front of you and slowly begin to remove their clothes. Beautiful girls dancing slowly and with a lot of sensuality only for you.";
fDesc[7] = "appointments and dance and strip for you whenever you want them to. The desktop version is free and unlimited.";
fDesc[8] = "with a Windows environment. Includes a check-strip, excel export, correction possibilities etc.";
fDesc[9] = "website (http://www.f-strippok er.com/) of the game so that you always play with new models.";
fDesc[10] = "Each opponent has individual strengths and weaknesses. A detailed tutorial teaches the inexperienced player the rules in the view of many examples.";
fDesc[11] = "one of those bars, or better yet, will bring not the bar but only the stage where you will enjoy watching a very pretty girl dressed in a very revealing outfit, doing a sexy strip dance just for you.";
fDesc[12] = "different words related to concepts from a dictionary. Flash cards are also available to display the key concepts. The “exam” option allows us to test ourselves in regards to our memory.";
fDesc[13] = "playability. You can meet very beautiful opponents - real wild west girls!";
fDesc[14] = "high quality, interactive video clips.";
fDesc[15] = "bold, italics, underline as well as any images or other graphic information will be stripped away.";
function tCollapseAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Expand descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("desc_" + id))
tShowHide(id, 2);
}
}
function tExpandAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Collapse descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("more_" + id))
tShowHide(id, 1);
}
}
function tShowHide(id, show)
{
var s = document.getElementById("more_" + id);
if ((s.innerHTML!=fDesc[id] || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
}
else
{
s.innerHTML = '...';
}
}