var fDesc=new Array(); fDesc[0] = "Developer's description:

Fashion Statements for Women is designed to deliver the latest in high quality fashion and political/artistic apparel.

New review:

Fashion Statements for women is designed to deliver the latest in high quality fashion and political/artistic apparel. Simply click on one of the three colors available for each Fashion Statement, print on transfer paper and iron onto the clothing of your choice (t-shirts, coats, etc.,).

You can also print on printable fabric sheets that can be ironed or sewed onto clothing. Transfer paper and printable fabric sheets are sold at most office supply stores. Fashion Statements can also be used as posters or wall hangings.

Final note:

Fashion Statements for Women is an interesting fashion and political/artistic message."; 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 = ''; } }