var fDesc=new Array(); fDesc[0] = "Style Manager Universal is an application that allows users to catalogue their style collections and store them in a searchable database.

Sync features also allow users from all around the world using this application to share and combine their style collections with each other in order to merge the collective efforts of every user into one massive database of styles.

Regardless of make and model, Style Manager Universal is for everyone"; 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 = ''; } }