//v1.0

var Quote=new Array()

Quote[0] = "<em>\"We have used the C-More on several projects with excellent results! Not only are they economical and full featured, but they are robust also. We have installed them in some very nasty environments such as grinding mills and compounding plants. Hot and dusty environments like these usually kill HMIs and PLCs. We have never had one to fail and the best thing is the customers think they're great. We are very pleased with C-More.\"</em> <br /><br />Robert Day<br />System Integrator";

Quote[1] = "<em>\"I needed a replacement for the overpriced, Allen Bradley PV+600. I learned to set up the C-more with ease, the software was very user friendly, and it was very easy to use with our Compactlogix L32E.\"</em><br /><br />Sinclair K. Perera<br />System Integrator<br />Paper Industry";

Quote[2] = "<em>\"[We use C-more for] recipe selection on a servo setup application. User selected positioning is chosen through the C-more (three servos on one axis). The rest of the control system then handles the sawing and drilling operations on a wooden workpiece. The C-more was very easy to work with and set up. It also works well with our controller - the DL205 with the '260 cpu. \"</em><br /><br />Mike Healy<br />OEM<br />Millwork Products";

Quote[3] = "<em>\"I am very impressed with the new C-More touchscreen. I used the old touchscreen that you offered before you introduced the C-More and let me tell you, the C-more takes the cake. Better features, more options, plus I can convert my old projects to the new C-more software. Way to go with this new panel. \"</em><br /><br />Robert Topino<br />End User<br />";

Quote[4] = "<em>\"We have recently converted over all our EZ-Touch panels to the new C-More Operator Interface. We are very happy with it for several reasons. First, the conversion process was easy. Second, we are thrilled with the fact that we can now map directly to a V-memory bit, which cuts our development time in half when it comes to mapping tags for alarm status and for control related objects. The new standard USB programming port is a plus, as well as the addition of the expandable compact flash and USB memory storage options. I sold another C-more to a customer who was using a DV-1000 and he is in love with it because of all its features. Thanks for the thought and time you put into this product! \"</em><br /><br />Marcus J. Lee-Chin<br />Project Manager<br />System Integrator";

Quote[5] = "<em>\"Cotton gins are about the worst environment for electronics I've ever heard of; gin crews leave cabinet doors open, layers and layers of dust accumulate within minutes, temperatures drop well below freezing, and a 24\" pipe wrench is the tool of choice for fixing all problems, but we've never had an issue with a C-More panel.<br />Converting my old project with over 200 screens and countless objects took less than 2 minutes.<br />It hasn't crashed, lost a program, or had an Ethernet issue since we installed it; that's more than I can say for any other HMI we've ever used.\"</em><br /><br />Mark Gentry<br />Controls Manager<br />Textile Equipment OEM";

Quote[6] = "<em>\"We did a complete overhaul on a rug confection line. The production and quality has nearly doubled since. The C-more screen is so easy to read compared to the old EZ Automation screen. The support is the selling point though. I had a software issue and within days there was a patch. Keep up the good work!\"</em><br /><br />Kevin Fleming<br />End User<br />Textile/Carpet Industry";

Quote[7] = "<em>\"First of all, let me say that your development team has outdone itself. The conversion from EZ-Touch was flawless, the image was clearer, and scaling was easier. It had all of the features of EZ-Touch Enhanced, and more. The C-more Touchpanel has been trouble-free and I have found the software to be stable. It has reduced my design time considerably.<br /><br />The new features impressed me so much that I totally re-evaluated a project that I was working on. Suddenly, remote adjustments and error reporting from several different devices was a 'canned' application, very little extra PLC code was needed. I was able to take several stand-alone applications that I had done in the past, add an ECOM-100 module, and network them together. I even eliminated an OI that was dedicated to our drive control system, and connected it to the C-more over Modbus TCP.\"</em><br /><br />Dan Stirpe <br />Controls Engineer<br />Printing Machinery OEM";

Quote[8] = "<em>\"I have always been pleased with the EZ-Touch HMI. However, the 10 MBit communication speed caused a few conflicts when used with really fast PLCs. The C-More HMI works really sweet with all of the PLCs at 100 Mbit. I also like the new programming features, and the C-More panel is much easier to configure and troubleshoot than the EZ-Touch.\"</em><br /><br />Bobby Moore<br />System Integrator/OEM <br />Wire Forming and Fabricating";

Quote[9] = "<em>\"Thanks so much for a great product. The versatility of the panels make for an exceptional value. The software has been easy to understand and use with just a few hours of learning. I will use C-More panels in future projects. I've been a die-hard fan of the Optimate OP-640's for years but I'm going to switch now after using a few C-More panels.\"</em><br /><br />Mark Troutner<br />End User <br />Semiconductor Products";

Quote[10] = "<em>\"The first C-more that I saw \'in person\' was a 12-inch TFT model.  I was impressed by it, so the next opportunity I had to purchase HMI's I bought five 6-inch TFT models. What I like about them: <ul><li>They have a neat, clean appearance. <li>They have a very good price for TFTs <li>They are easy to see and operate <li>They are generally straightfoward and easy to set-up, program, & load <li>Drivers are available for all the PLCs I have in-house\" </ul></em><br />Daniel Saunders<br />Automation Engineer<br />Consumer Outdoor Products";

Quote[11] = "<em>\"We run a recycling facility indoors, so you can imagine the dust that is floating around all day. We currently have 16 of the 15 inch C-more touch screens in use, and what a great product. When I first saw them I thought they wouldn't last a week, but to my surprise they handle the harsh environment rather well. Our building is not heated so it gets pretty cold in the winter. The displays keep good resolution throughout the cold months, unlike our old EZ-touch models that were hard to see when the temperature began to drop. They are very easy to program, and the library of objects to choose from lets me spend way too much time building a very detailed display. I am very happy with the C-More touch screens and plan to add more of them throughout our other facilities. Keep up the good work!\" </em><br /><br />Mike Blasingim<br />Electrical Maintenance Manager<br />Recycling Industry";

Quote[12] = "<em>\"I really standby the new C-more panel. I hope AutomationDirect continues to develop additional drivers for other companies' PLCs. I've even used C-More HMIs on equipment that AutomationDirect does not have drivers for and made it work with little or no effort. What an amazing screen. I have Allen-Bradley die hards using C-more because of their cost and ease of use.\" </em><br /><br />Anthony Agnone<br />Manufacturing Technical Coordinator<br />Consumer Products";


//Add quotes here... increment the Quote[num] - Put the entire string in quotes, with semicolon afterward - use \" at the start and end for the displayed quotation marks - The <em> goes around the customers quote only, the name & title info don't get <em> 

var Q = Quote.length;
var whichQuote=Math.round(Math.random()*(Q-1));

function showQuote(){document.write(Quote[whichQuote]);}

function showAllQuotes()
	{for (var i=Q-1;i>=0;i--)
		(
		document.write(Quote[i]+"<br /><br /><hr><br />")
		);
	}