var fDesc=new Array(); fDesc[0] = "Q-Xpress is designed to be an extension of ModTheSims2, SexySims2, or indeed any Sims2 sites downloads system, making it faster and easier to use. By clicking on the Q-Xpress Install link listed for any of the website’s content downloads, you can add it to the download queue and make a list of the files you want.

Q-Xpress uses a customised XML file to input data into the program. This file contains information about what the download is called, the filename, the unique id (if any), the actual download path (where to get the file from), and where you are getting it from (the page or thread listing information about the download, for example)."; 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 = ''; } }