var fDesc=new Array(); fDesc[0] = "ICGroupDeals is a daily deals and group buy site script like groupon, grouper... where site users can view the product for sale, product price and other details.
Site users can purchase the product with paypal payment system and print the coupon page.

Member Panel:
My Account - On this page the member can change account details such as email address and password.
My Deals - Member can view a list of deals he purchase with order details: date, cost and product name.

Administrator Panel:
Terms - On this page the administrator can set the text of the terms and conditions box.
Privacy Policy - On this page the administrator can set the text of the privacy policy box.
currency settings - On this page the admin can set some currency settings for the site such as: default currency, currency format, decimal points and currency sign position.
Panel Settings - On this page admin can set the site name and header of the site.
Site Settings - on this page the admin can set some basic details of the site
Static Pages - Here the administrator can edit the content of the static pages on the site for each language: Area Information Page, Rooms Page...

Accounts Manager
Admins - Administrator can add / edit and manage administrator accounts.
Users management - Admin can view and manage a list of all users that registered on the site.

Product Manager
Product - On this page the admin can manage the list of products in the system. For each product there is: Price, Value, Duration, amount of buyers, image, description, category, quantity and when the deal with this product will start.
duration - Admin can manage a list of durations.
Categories - admin can manage a list of categories.
Orders - Admin can view a list of all orders made on the site with the date and the order status.

Options
Languages - Admin can manage a list of the languages 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 = ''; } }