var fDesc=new Array(); fDesc[0] = "ICAutosales is a powerful, highly customizable classifieds script for auto sales sites. It is written in PHP with MySQL. Due to its easy manageable interface and its great amount of features it is an excellent choice if you need a cars, boats, or motorcycles classifieds website.

Site users can search for new and used cars or bikes, can view the top 5 models and set email alerts in order to get notified when new vehicles are advertised on the site. Advertisers can register and advertise their cars and bikes, manage their ads and view selling tips and other articles about selling vehicles.

There are 2 types of vehicle searches on the site: regular search where the site user can some search critirias like model ext. and there is also an advanced search page where the site user can enter more specific details.
Site users can enjoy the articles and researches that are on the site and get lots of information that the site administrator entered.

Administrator Panel
Users
- Private Sellers - Administrator can view and manage the private sellers who are registered on the site. Administrator can edit their details, activate and suspend them.
- Deallers - The administrator can also manage the dellers that advertise their vehicles on the site.
Advertisers
- List of Advertisres - Administrator can view the list of advertisers on the site and see if they are deallers or sellers.
- Static Pages - Administrator can edit the content of the static pages on the site. This includes all research pages, special offers and about us pages.
Options - Under the option tab the administrator can define and manage the general and basic issues on the site."; 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 = ''; } }