// JavaScript Document

function getScrollerText(val){
	
	if (val == undefined) {
		val='0';
	}

	if (val == '0') {
		Article = new Array; i=0; 
		Article[i] = new Array ('Sales, Quotations, Purchases, Stock Control, Reports, Accounts, Vat, Audits', '#', '_self'); i++;
		Article[i] = new Array ('Retail, Wholesale, Contract, Telesales, Distribution, Hospitality, Web Orders', '#', '_self'); i++;
		Article[i] = new Array ('Products, Goods, Services, Prices, Promotions, Multi-Currency, Import, Export', '#', '_self'); i++;
		Article[i] = new Array ('EPOS and Barcodes, EDI, Work and Delivery Scheduling, Event Management', '#', '_self'); i++;
		Article[i] = new Array ('CRM, Project Tracking, Manufacturing, Make to Order, Components, Packs', '#', '_self'); i++;
		Article[i] = new Array ('Customers, Suppliers, Salesforce, Staff, Relations, Contacts, Diaries, Bookings', '#', '_self'); i++;
		Article[i] = new Array ('Unlimited-Users, Muti-Location, Web Shops & Sites, Work at Home & Abroad', '#', '_self'); i++;
	}
	
	if (val == '1') {
		Article = new Array; i=0; 
		Article[i] = new Array ('Links securely using the Internet without the need of costly third party software', '#', '_self'); i++;
		Article[i] = new Array ('Different screen types suit the job in hand - simple EPoS to the most complex order', '#', '_self'); i++;
		Article[i] = new Array ('Individual user profiles for screens and reports - your staff only see what they need', '#', '_self'); i++;
		Article[i] = new Array ('Items, rolls, packs, services and text notes can be added to the same order', '#', '_self'); i++;
		Article[i] = new Array ('Worldwide stock availability with locations, serial numbers and barcodes', '#', '_self'); i++;
		Article[i] = new Array ('Quote management and order tracking made easy using preset reports that work your way', '#', '_self'); i++;
		Article[i] = new Array ("Custom printing available to present your company's professional image", '#', '_self'); i++;
		Article[i] = new Array ('Catalogues and pricelist management system with import and export functionality', '#', '_self'); i++;
		Article[i] = new Array ('Select products with components, items lists, options, repeat job lists and services', '#', '_self'); i++;
		Article[i] = new Array ('People and branches (with their own currency) linked securely worldwide on the net', '#', '_self'); i++;
		Article[i] = new Array ('Pre-configured management performance and profit reports, plus Accounts &amp; VAT', '#', '_self'); i++;
		Article[i] = new Array ('Due date and settlement discount calculations for suppliers and customers invoices &amp; statements', '#', '_self'); i++;
		Article[i] = new Array ('Interactive web site functionality and electronic sales and procurement', '#', '_self'); i++;
		Article[i] = new Array ('Fully functional diary, activity lists and CRM system can be accessed online', '#', '_self'); i++;
		Article[i] = new Array ('Receive orders from your own website, import directly from paypal or ebay', '#', '_self'); i++;
	}
	
	if (val == '2') {
		Article = new Array; i=0; 
		Article[i] = new Array ('Retail', '#', '_self'); i++;
		Article[i] = new Array ('Wholesale', '#', '_self'); i++;
		Article[i] = new Array ('Contract', '#', '_self'); i++;
		Article[i] = new Array ('Manufacturing', '#', '_self'); i++;
		Article[i] = new Array ('Service Industry', '#', '_self'); i++;
		Article[i] = new Array ('Hospitality &amp; Catering', '#', '_self'); i++;
		Article[i] = new Array ('Insurance Services', '#', '_self'); i++;
		Article[i] = new Array ('Logistics &amp; Distribution', '#', '_self'); i++;
		Article[i] = new Array ('Project Management', '#', '_self'); i++;
		Article[i] = new Array ('Import / Exports', '#', '_self'); i++;
		Article[i] = new Array ('Data Storage Tracking', '#', '_self'); i++;
		Article[i] = new Array ('Helpdesk &amp; Support', '#', '_self'); i++;
		Article[i] = new Array ('Internal Procurement', '#', '_self'); i++;
	}
	
	
	return Article;
}
