var fDesc=new Array(); fDesc[0] = "If your website doesn’t have a shop, Spreadsheet to Shop (S2S) lets you easily create one for it.
S2S is easy to use because no programming is required and a third party server, PayPal’s, is used to process credit card payments.
S2S can even upload the shop to the web for you. Data about the items you want to sell in stored in a spreadsheet.
S2S uses this data to build a fully-functional, PayPal compatible, shopping website. S2S lets you develop as many shops as you want. Yes, you can even use this software to start your own business by making online shopping sites for others.
Features:
-No expensive shop hosting fees
-Shops are PayPal Compatible
-Create as many shops as you like
-Customised MS Excel and OpenOffice Calc spreadsheets supplied
-Supports up to 999 categories and 9999 subcategories per shop
-Image gallery up to 5 images 5 large images of same"; 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 = ''; } }