

var ezname1 = "SER";
function getNode1(ary) {
ary[ary.length]=new node(1,2,'General Automation');
ary[ary.length]=new node(2,232,'Machine Tool');
ary[ary.length]=new node(3,215,'Process Control Automation');
ary[ary.length]=new node(4,236,'Retrofits & Rebuilds');
ary[ary.length]=new node(5,219,'Simulators & Test Benches');
ary[ary.length]=new node(6,227,'Six Sigma & Quality');
ary[ary.length]=new node(7,228,'Supply Chain Connectivity');
ary[ary.length]=new node(8,216,'Project Management');
ary[ary.length]=new node(9,229,'On Demand & Emergency Service');
ary[ary.length]=new node(10,220,'Service Contracts and Programs');
ary[ary.length]=new node(11,218,'Purchase');
ary[ary.length]=new node(12,222,'Repair');
ary[ary.length]=new node(13,225,'Training');

return ary;
}

function getLeaf1(ary) {
ary[ary.length]=new leaf(1,'General Automation','/cwc/services?id=6002');
ary[ary.length]=new leaf(1,'General Automation','/cwc/services?id=102');

ary[ary.length]=new leaf(2,'Machine Tool','/cwc/services?catid=21');
ary[ary.length]=new leaf(2,'Service Offerings','/cwc/services?id=14');
ary[ary.length]=new leaf(2,'CNC Rental','/cwc/services?id=15');
ary[ary.length]=new leaf(2,'CNC Contracts','/cwc/services?id=16');

ary[ary.length]=new leaf(3,'Process Control','/cwc/services?id=51');
ary[ary.length]=new leaf(3,'Hybrid Control','/cwc/services?id=52');
ary[ary.length]=new leaf(3,'Open Process','/cwc/services?id=53');

ary[ary.length]=new leaf(4,'Retrofits & Rebuilds','/cwc/services?id=6005');

ary[ary.length]=new leaf(5,'Simulators & Test Benches','/cwc/services?id=6006');

ary[ary.length]=new leaf(6,'Six Sigma & Quality','/cwc/services?id=6007');

ary[ary.length]=new leaf(7,'Supply Chain Connectivity','/cwc/services?id=6008');

ary[ary.length]=new leaf(8,'Project Management','/cwc/services?catid=4');

ary[ary.length]=new leaf(9,'Spot Service Machine Tool','/cwc/services?id=19');
ary[ary.length]=new leaf(9,'Spot Service General Automation','/cwc/services?id=20');

ary[ary.length]=new leaf(10,'Extended Service Machine Tool','/cwc/services?id=23');
ary[ary.length]=new leaf(10,'Extended Service General Automation','/cwc/services?id=24');
ary[ary.length]=new leaf(10,'Next Step Program','/cwc/services?id=25');

ary[ary.length]=new leaf(11,'CNC Parts Offerings','/cwc/services?catid=14');
ary[ary.length]=new leaf(11,'Online Service Center','/cwc/services?id=32');
ary[ary.length]=new leaf(11,'Order CNC Parts','/cwc/services?id=33');
ary[ary.length]=new leaf(11,'Inquire About CNC Parts Order Status','/cwc/services?id=34');
ary[ary.length]=new leaf(11,'Parts Availability Contracts','/cwc/services?id=35');
ary[ary.length]=new leaf(11,'Software Options','/cwc/services?id=36');
ary[ary.length]=new leaf(11,'Inquire About CNC Parts Software Options','/cwc/services?id=37');
ary[ary.length]=new leaf(11,'Spare Parts Analysis','/cwc/services?id=38');

ary[ary.length]=new leaf(12,'PLC & CNC Repair Services','/cwc/services?catid=31');
ary[ary.length]=new leaf(12,'Product Returns for Repair','/cwc/services?id=46');
ary[ary.length]=new leaf(12,'Automation Repair Offerings','/cwc/services?id=47');

ary[ary.length]=new leaf(13,'Onsite Institute','http://onlineinstitute.gefanuc.com/');
ary[ary.length]=new leaf(13,'Onsite Courses','/cwc/gefanuc/id57.jsp');
ary[ary.length]=new leaf(13,'Open Enrollment Courses','/cwc/gefanuc/id58.jsp');
return ary;
}

