var fDesc=new Array();
fDesc[0] = "Listing Factory makes it easy to create professional looking eBay Templates. It automates image preparation and eBay HTML output without manually uploading images or typing a single line of code.
Main functions:
- Use 200 Pre-designed Attractive eBay Auction Templates
- Insert Your Logo and Branding Images Into The Templates
- Use With Regular eBay Seller Accounts and Store Accounts
- Works with US, UK, AU, DE, IT, FR and all other International eBay Sites
- Create Auction Templates From Scratch
- Insert Unlimited Images Per Auction for FREE
- No Image Dimension Restrictions
- 100MB 1 Year FREE Image Hosting Account
- Automatic Image Uploading
- Insert Unlimited YouTube Videos into your listings
- Post Listings Directly To eBay Server In Minutes";
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 = '';
}
}