var fDesc=new Array();
fDesc[1] = "Jojo Cruz and her daughter Rosalind to make stylish outfits for female and male models as you showcase your fashion sense on runways from L.A. to Berlin.";
fDesc[2] = "Remy, a rat blessed with an extraordinary sense of smell and taste, who dreams of becoming the best chef in all Paris, despite being a rat. By a strange coincidence, Remy meets Linguini, a young man with no culinary talent.with no culinary talent..";
fDesc[3] = "developer’s website. This time the popular four Bratz girls Cloe, Jasmine, Jade, and Sasha want to make a fashion magazine. They travel to London and Paris where they meet popular places and people.";
fDesc[4] = ", where the main purpose is to challenge other opponents, then I'm sure you will love this amazing game. Your main target is to win a race against another sport car more powerful than yours.";
fDesc[5] = "herself lately. She hides behind a white mask and often throws tantrums, even firing several employees. Mysterious threats arrive at the old windmill studio and other troubles lurk in the underbelly of the City of Light.";
fDesc[6] = "France. There are many features of this add-on. The major buildings and structures that are located near to the airport are actually included in this add-on. The objects so available in the scenery are static as well as dynamic";
fDesc[7] = "Scour some of the world's most famous locations for souvenirs as you prepare to be interviewed for an upcoming article in...";
fDesc[8] = "of the most famous and skilled illustrators of the 19th. century, made for illustrating . Also, you can print all these woodcuts, along with the Bible verses that inspired them.";
fDesc[9] = "famous heiress to your desktop, in a way maybe you have not seen before. And she is not alone. In many of the pictures she is accompanied by her also beautiful sister Nicky.";
fDesc[10] = ", pictures, greetings and more. And talking about its screensavers, the website includes dozens of them, arranged by categories. Within World Collection Series screensavers we find Paris Screensaver 2.0.";
fDesc[11] = "digital audio professionally. Together with a 16 channel control surface, 128- playback, 64 bands of parametric EQ and a host of I/O options, gives you the most complete integrated digital audio solution on the market today at an affordable price.";
fDesc[12] = "definetelly enjoy.";
fDesc[13] = "reels contain a wild card which if drawn anywhere on the reel will substitute for all other symbols appearing on that Reel (except scatters";
fDesc[14] = "price of one. You will be able to see both sisters posing and dressing in very provocative pictures. Enjoy these beautiful women doing their thing: just being sexy and pretty.";
fDesc[15] = "include: Pop-Up Blocker, tabbed multiple site browsing, auto login, and save groups of pages.";
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 = '...';
}
}