// JavaScript Document
pictures = new Array(
 '1','2','3','4'
);
message = new Array(
	'Your professional and cost effective solutions and support have significantly contributed to the on-time development activities currently on-going in the publicly announced Joint Development effort for which I am the responsible Program Manager. I was particularly impressed with NAC ability to work and deliver the promised systems on-time and against very aggressive schedules crucial to the success of this project',
	'NetAbility supplies us not only the required material, but also the expert knowledge. It paves the way for even greater changes in operation, so the eventual information system can flow and contribute amazing productivity results. Their outstanding capability in system analysis often short cuts the unnecessary communication, brings up the attention of the existing blind points, and results in better model for the construction of the information system.',
	'I was very choosy and particular with my selection on an integrator. NAC took me through the entire process from planning, recommending, configuring, installing to servicing our complete solution. With an engineering staff made up of CNEs & MCSEs there has been no situation or problem we have encountered that was not solved quickly and professionally.',
	'NAC was able to handle the job from network cabling and making the necessary hardware and software upgrades and additions, to bringing up the system. NAC has continued to support our system over the past years with excellent service and an extremely professional staff. We are very pleased with the quality of service we have received, as well as the products they have provided.'
);
numberOfPictures = pictures.length;
picturesIndex = Math.round(Math.random() * (numberOfPictures - 1));
