var fDesc=new Array();
fDesc[1] = "relevant to the business is placed on the net. It is easy to design this type of ads using this program. It is also good to upload them and change them.";
fDesc[2] = "and can be very useful for a web programmer. It really impressed me with its user-friendly interface that makes it very easy to use. It is very small in size and supports all common Windows family operating systems like 98/ME/2000/XP/2003.";
fDesc[5] = "low competition and high demand. Such information is essential for everyone who use Google AdWords.";
fDesc[6] = "and make the task of making keyword combinations a breeze.";
fDesc[8] = "Content Network are just wasting your money and block these sites from Adwords control panel.";
fDesc[10] = "Saving time which can be utilized to build more targeted keyword lists for more campaigns. Also includes quick Adwords formatting.";
fDesc[11] = "pay per click search engines.";
fDesc[12] = "keywords and more. Using Smart Ad-Wrapper you will increase your click through ratio and lower your cost per click.";
fDesc[13] = ", thoroughly analyze potential markets, spy on your competition, easily customize almost every aspect of the application and more.";
fDesc[14] = "are bidding on. The Permutator helps create these lists in just minutes. Great for use with Google Adwords and Yahoo!";
fDesc[15] = "separate keywords into phrases and then formats them by putting square brackets and quotation marks around them.";
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 = '...';
}
}