var fDesc=new Array();
fDesc[1] = "site Gametop.com In this opportunity, you are going to travel to an ancient culture full of mysteries and adventure, the Egyptian culture. As you may know the major god was Amon Ra, he was the symbol of the sun, giver of life.";
fDesc[2] = "either remove them or replace them with some other custom graphic, you can also remove that shortcut to prefix in the text of any shortcut that windows makes.";
fDesc[3] = "eSignal, IQFeed, Interactive Brokers, QCharts, CQG, among other sources. AmiBroker features automatic Walk-Forward Testing, Multi-monitor floating charts, symbol and interval linking and drag-and-drop indicator creation.";
fDesc[4] = "management & printing chores.";
fDesc[5] = "writing symbols (Kanji). It has a fully integrated workspace which permits you to work efficiently and creates professional symbols in minutes.";
fDesc[6] = "screen and you must drag a symbol and place it in the correct match slot. The game allows you to check rules, and set options like full screen, music, sound, show hints, and hard acceleration. Time runs and to reach new levels you must reach targets.";
fDesc[7] = ", just draw any desired shape using your cursor on the screen and in friction of a second you can access your files and documents. Mglaunch is a new release by the developers of Symbol Commander, however Mglaunch doesn't allow you to copy, paste, quit using your cursor.";
fDesc[8] = "powerful features like bussing, multi-level Undo/Redo, and automatic gate packaging.";
fDesc[9] = "values and the related information from Yahoo! Finance, so there is a 20 minutes delay. The application is simple to use and offers all relevant stock data.";
fDesc[10] = "capabilities, like faster creation, navigation, building and debugging of the code. It comes with the option of context Tagging, allowing the user to quickly find all references without searching, and drill down from a symbol to its definition.";
fDesc[11] = "an issue of inserting of advanced typographic symbols within your blog becuase currently Windows Live Writer does not have such an option. To resolve this issue Brian Vallelunga created a nifty little plugin that allows you to add various typographic symbols within your blog posts.";
fDesc[12] = "operations as Hex/Dec/Oct/Bin conversions, Jacobi symbol inversion calculations, statistical data testing, and hash algorithms. Featuring support from Windows Vista and XP visual styles, this multiple-precision calculator comes with unlimited online help.";
fDesc[13] = "different pieces with the mouse. You can select the level of difficulty by choosing the number of columns and rows the symbol will be split into. To move pieces vertically or horizontally, you just need to click on the arrows next to the desired row or column.";
fDesc[14] = "card, but will not substitute the scattered Gold dollar symbols. Each scattered dollar symbol which appears will get you an extra dollar in your Cash Vault. If you happen to get 3 or more of them, you are eligible for Cash Diamond free games.";
fDesc[15] = "traditional slot or poker machine, without you spending any of your cash. This 5 reel, 20 pay line, virtual slot or poker machine has 13 Christmas Season style symbols";
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 = '...';
}
}