﻿// JScript File
// Please Read before modifing
// The profiles are number 0 to 15. So there are 16 total profiles.
// Do not use double quotes ever.
// The profiles will appear on the website in the same order that they are here, top to bottom.
//
// If you need to ADD a new profile. 
// 1) Copy all the text between the lines designated below and paste it at the bottom of the list or wherever you want it.
// 2) Fil int he details using the Key for guidance
// 3) The // or slashes should no the in the front of each line (this is an example)
// 4) Place the image in the "ProfilePics" directory

// If you need to Remove a profile. 
// Remove all the lines for the given profile. See example.

// Example
//**************COPY starting below this line  - remove slahsed when you want it to be active
////2
//Profiles[arrayIndex][0] = "1";
//Profiles[arrayIndex][1] = "Peter Dowling";
//Profiles[arrayIndex][2] = "Vice President";
//Profiles[arrayIndex][3] = "Long Island, NY";
//Profiles[arrayIndex][4] = "Peter received training in analog and digital electronics from a local technical school. He has 18 years’ experience in the sales, design, repair and manufacturing of electro mechanical equipment. His past includes owning his own rep firm as well as working with another Long Island rep firm. He assists John Beaver in covering the Long Island territory.  ";
//Profiles[arrayIndex][5] = "Peter@gsatech.com";
//Profiles[arrayIndex][6] = "516-659-6148";
//Profiles[arrayIndex][7] = "ProfilePics/PeterD.jpg";
//arrayIndex++;
//**************COPY ending above this line - remove slahsed when you want it to be active

// Use the Key to determine which value you want to change
// KEY:
// 0 Column to be shown in on the listing page. 1 = left column, 2 = middle column, 3 = third column
// 1 Name
// 2 short Title
// 3 title
// 4 Description
// 5 Email
// 6 Phone
// 7 Images path
//-------------------------------------------------------------------------------------------------------

//0
Profiles[arrayIndex][0] = "1";
Profiles[arrayIndex][1] = "John F. Beaver";
Profiles[arrayIndex][2] = "President";
Profiles[arrayIndex][3] = "SENIOR PARTNER<br>C.P.M.R. CANDIDATE";
Profiles[arrayIndex][4] = "At age 26, 2 and 1/2 years after beginning his career working for a manufacturer’s representative, John had the business savvy and sales reputation to organize Optimum Metro Sales. He has had twenty six (26) solid years selling and negotiating in the Metro NY market. He has a B.S. degree in Business Administration, with a concentration in marketing from Long Island University. John's efforts are directed towards outside sales. Management of the internal office and the day to day operations are delegated to the inside staff. His territory consists of Long Island, Brooklyn, Queens and Manhattan.";
Profiles[arrayIndex][5] = "John@gsatech.com";
Profiles[arrayIndex][6] = "516-375-0076";
Profiles[arrayIndex][7] = "ProfilePics/JohnB.jpg";
arrayIndex++;

//1
Profiles[arrayIndex][0] = "1";
Profiles[arrayIndex][1] = "Larry Flach";
Profiles[arrayIndex][2] = "Executive Vice President";
Profiles[arrayIndex][3] = "Partner";
Profiles[arrayIndex][4] = "In 1990, Larry earned his position as partner and V.P. through hard work and sales achievement. Larry has an Associates Degree in Electronic Technology from Rockland Community College. He brings with him nineteen (19) years of electro mechanical sales experience in the Metro NY/NJ and CT area. Larry is responsible for the upper portion of the Northern NJ territory along with Orange, Rockland, and Sullivan counties in NY. This dynamic salesman's previous experience includes working for two major controls distributors as well as a major manufacturer of limit switches. Larry also has prime responsibility for managing Optimum’s outside sales force.";
Profiles[arrayIndex][5] = "Larry@gsatech.com";
Profiles[arrayIndex][6] = "914-589-7675";
Profiles[arrayIndex][7] = "ProfilePics/LarryF.jpg";
arrayIndex++;

//3
Profiles[arrayIndex][0] = "1";
Profiles[arrayIndex][1] = "E. Brian McMahon";
Profiles[arrayIndex][2] = "Director of Sale & Marketing";
Profiles[arrayIndex][3] = "N.J. and N.Y. Accounts, Director of Sales & Marketing";
Profiles[arrayIndex][4] = "Brian began his career as a Mechanical Engineer with a degree from SUNY Farmingdale, NY. He spent 10 years in engineering before starting his sales career with Tempco Instruments as a Regional Manager. Brian joined Grimm, Siegel Associates, Inc. in 1975 as a Sales Engineer and became the Vice President of the company in 1990. In 1995 Brian purchased the company. He continued to work with specific OEM accounts and assumed the role of Distribution Manager in addition to handling the day to day business of the company.";
Profiles[arrayIndex][5] = "EBMcmahon@gsatech.com";
Profiles[arrayIndex][6] = "631-949-1122";
Profiles[arrayIndex][7] = "ProfilePics/BrianM.jpg";
arrayIndex++;



//11
Profiles[arrayIndex][0] = "2";
Profiles[arrayIndex][1] = "Devon Beaver";
Profiles[arrayIndex][2] = "Distribution Sales Manager";
Profiles[arrayIndex][3] = "";
Profiles[arrayIndex][4] = "Devon is a 2000 business administration graduate of Bryant College in Providence, RI, with a concentration in marketing and an extensive background calling on major corporations. Devon brings a refreshing aspect to the Optimum team. Her responsibilities include calling on distribution throughout the Metro New York/New Jersey area to update distributors on new products and policies--achieved through scheduled Lunch ‘N’ Learns. She takes the responsibility of making regular calls on distribution to ensure that Optimum’s principals are getting the proper mindshare. She rounds off her agency presence by calling on individual accounts in Fairfield, Connecticut and Westchester County, New York.";
Profiles[arrayIndex][5] = "Devon@gsatech.com";
Profiles[arrayIndex][6] = "631-495-1648";
Profiles[arrayIndex][7] = "ProfilePics/DevonB.jpg";
arrayIndex++;


//9
Profiles[arrayIndex][0] = "2";
Profiles[arrayIndex][1] = "Phil Closs";
Profiles[arrayIndex][2] = "Outside Sales Engineer";
Profiles[arrayIndex][3] = "Long Island, NY";
Profiles[arrayIndex][4] = "Phil has a B. A. degree from St. Johns University. He has acquired 30 years of experience selling in both the electrical and electro-mechanical industry throughout Long Island and the five boroughs. This is the territory he is responsible for.";
Profiles[arrayIndex][5] = "Phil@gsatech.com";
Profiles[arrayIndex][6] = "516-241-9097";
Profiles[arrayIndex][7] = "ProfilePics/PhilC.jpg";
arrayIndex++;

//6
Profiles[arrayIndex][0] = "2";
Profiles[arrayIndex][1] = "Gerald Conlon";
Profiles[arrayIndex][2] = "Outside Sales Engineer";
Profiles[arrayIndex][3] = "Suffolk, Nassau & Queens and the Boroughs of Manhattan & Bronx";
Profiles[arrayIndex][4] = "Gerry has been with the company for 13 years and covers accounts in Nassau, Queens, and the Bronx in the New York territory including Symbol Technologies and Honeywell. Holds Marketing Mgt. degree from St. John’s University, Queens, NY.";
Profiles[arrayIndex][5] = "GConlon@gsatech.com";
Profiles[arrayIndex][6] = "631-748-2440";
Profiles[arrayIndex][7] = "ProfilePics/gerryc.gif";
arrayIndex++;

//14
Profiles[arrayIndex][0] = "2";
Profiles[arrayIndex][1] = "Linda Jaworwski";
Profiles[arrayIndex][2] = "Office Manager/ Customer Service";
Profiles[arrayIndex][3] = "Customer Service, Office Administration, Distributor Coordinator, NJ";
Profiles[arrayIndex][4] = "Customer Service, Office Administration for the NY Office";
Profiles[arrayIndex][5] = "Linda@gsatech.com";
Profiles[arrayIndex][6] = "631-244-5744 ext. 10";
Profiles[arrayIndex][7] = "ProfilePics/LindaJ.jpg";
arrayIndex++;

//12
Profiles[arrayIndex][0] = "2";
Profiles[arrayIndex][1] = "Chris Liebau";
Profiles[arrayIndex][2] = "Inside Technical Sales & Support";
Profiles[arrayIndex][3] = "Tech Support";
Profiles[arrayIndex][4] = "Chris graduated from Harriman College with a degree in Business Administration. He joined Optimum on 5/1/84. Chris has a strong reputation for his general knowledge of components, consistent hard work, and follow through. Optimum’s continuous growth would not have been possible without the sincere efforts of this key person.";
Profiles[arrayIndex][5] = "ChrisL@gsatech.com";
Profiles[arrayIndex][6] = "631-244-5744 ext. 13";
Profiles[arrayIndex][7] = "ProfilePics/ChrisL.jpg";
arrayIndex++;

//15
Profiles[arrayIndex][0] = "2";
Profiles[arrayIndex][1] = "Carol Snedecor";
Profiles[arrayIndex][2] = "Office Assistant/ Customer Service";
Profiles[arrayIndex][3] = "Carol assists the office staff in the day-to-day business activities of the firm. Her functions include reception, filing, customer service and all aspects of daily office routine that help keep our operation running smoothly.";
Profiles[arrayIndex][4] = "Customer Service";
Profiles[arrayIndex][5] = "Carol@gsatech.com";
Profiles[arrayIndex][6] = "631-244-5744 ext. 17";
Profiles[arrayIndex][7] = "ProfilePics/Carol.jpg";
arrayIndex++;

//5
Profiles[arrayIndex][0] = "3";
Profiles[arrayIndex][1] = "Bob Brooks";
Profiles[arrayIndex][2] = "Outside Sales Engineer";
Profiles[arrayIndex][3] = "N.Y. Counties Westchester, Putnam, Dutchess";
Profiles[arrayIndex][4] = "Bob has 20 years of sales experience in the New York, New Jersey and Connecticut area. Previous to joining the Optimum Sales team, Bob had operated his own rep firm. His expertise was in the telecommunications, microelectronic and microwave. Bob’s responsibilities will cover Southern New York, Northern NJ and Connecticut.";
Profiles[arrayIndex][5] = "Bob@gsatech.com";
Profiles[arrayIndex][6] = "914-391-0500";
Profiles[arrayIndex][7] = "ProfilePics/BobB.jpg";
arrayIndex++;

//8
Profiles[arrayIndex][0] = "3";
Profiles[arrayIndex][1] = "Ronald J. Cervenka";
Profiles[arrayIndex][2] = "Outside Sales Engineer";
Profiles[arrayIndex][3] = "N.J. Counties of Morris, Somerset, Warren, Hunterdon, Middlesex & Warren";
Profiles[arrayIndex][4] = "Ron brings over 35 years experience with manufacturing representatives as an outside sales engineer. He has been involved with various types of electro-mechanical components over the years. His work experience includes regional sales manager for a local manufacturing company in addition to being a manufacturers representative. Ron’s responsibility will cover Northern and Western New Jersey.";
Profiles[arrayIndex][5] = "RCervenka@gsatech.com";
Profiles[arrayIndex][6] = "973-342-1349";
Profiles[arrayIndex][7] = "ProfilePics/ronC.gif";
arrayIndex++;

//13
Profiles[arrayIndex][0] = "3";
Profiles[arrayIndex][1] = "Lee Kapner";
Profiles[arrayIndex][2] = "Inside Technical Sales & Support";
Profiles[arrayIndex][3] = "Customer Service, Office Administration, Distributor Coordinator, NJ";
Profiles[arrayIndex][4] = "Lee has been with the company for 30 years and is the primary contact for our customers and principals. She also works with the distributors in New Jersey. Lee holds a B.S. degree in Business Administration.";
Profiles[arrayIndex][5] = "LKapner@gsatech.com";
Profiles[arrayIndex][6] = "973-361-3460";
Profiles[arrayIndex][7] = "ProfilePics/leeK.gif";
arrayIndex++;

//4


//7
Profiles[arrayIndex][0] = "3";
Profiles[arrayIndex][1] = "Christopher Smith";
Profiles[arrayIndex][2] = "Outside Sales Engineer";
Profiles[arrayIndex][3] = "N.J. Counties of Bergen, Hudson, Essex, Monmouth, Ocean, Union, Passaic, Mercer & Sussex N.Y. Counties of Rockland & Orange";
Profiles[arrayIndex][4] = "Chris brings over 20 years of outside sales experience, selling to the Metro NY/NJ market. He has a B.A. degree from the State University of New York at Stony Brook. His background and experience is in electro-mechanical component design and sales to Commercial, Military and Industrial customers. Chris has worked for two major electro-mechanical component distributors in the Metro NY/NJ market. He will be responsible for customers in Rockland and Westchester Counties in New York and Northern and Central New Jersey.";
Profiles[arrayIndex][5] = "CSmith@gsatech.com";
Profiles[arrayIndex][6] = "973-342-1347";
Profiles[arrayIndex][7] = "ProfilePics/chrisS.gif";
arrayIndex++;


//16
Profiles[arrayIndex][0] = "3";
Profiles[arrayIndex][1] = "Dan Carrato";
Profiles[arrayIndex][2] = "Distribution Sales";
Profiles[arrayIndex][3] = "";
Profiles[arrayIndex][4] = "Dan Carrato recently earned a BA Degree in Business Administration with a concentration in Marketing from Franklin & Marshall College. He is the newest member of the firm. Dan will be responsible for handling a select number of OEMs as well as distribution in Northern NJ territory."
Profiles[arrayIndex][5] = "DCarrato@gsatech.com";
Profiles[arrayIndex][6] = "732-320-8381";
Profiles[arrayIndex][7] = "ProfilePics/dan.jpg";
arrayIndex++;