var cText = ''
cText += '<SELECT NAME="newLocation" onChange="jumpPage(this.form.newLocation)">'
cText += '<OPTION>QUICK NAVIGATION</OPTION>'
cText += '<OPTION></OPTION>'
cText += '<OPTION VALUE="index.html">HOME</OPTION>'
cText += '<OPTION VALUE="profile.html">PROFILE</OPTION>'
cText += '<OPTION VALUE="services.html">SERVICES</OPTION>'
cText += '<OPTION VALUE="managed_operations.html">-- Managed Operations</OPTION>'
cText += '<OPTION VALUE="sys_intg_dev.html">-- System Integration & Development</OPTION>'
cText += '<OPTION VALUE="temp_staffing.html">-- Staff Augmentation</OPTION>'
cText += '<OPTION VALUE="tech_consulting.html">AREAS OF EXCELLENCE</OPTION>'
cText += '<OPTION VALUE="scm.html">-- SCM & Content Management</OPTION>'
cText += '<OPTION VALUE="qa.html">-- QA & Testing</OPTION>'
cText += '<OPTION VALUE="sys_infrastructure.html">-- Systems Infrastructure</OPTION>'
cText += '<OPTION VALUE="db_appl_intg.html">-- Database Technologies</OPTION>'
cText += '<OPTION VALUE="e_commerce.html">-- E-Commerce</OPTION>'
cText += '<OPTION VALUE="conv_comm_tech.html">-- Converging Communications Technologies</OPTION>'
cText += '<OPTION VALUE="solutions.html">SOLUTIONS</OPTION>'
cText += '<OPTION VALUE="ITsecurity.html">-- IT Security</OPTION>'
cText += '<OPTION VALUE="AHS.html">-- After Hours Support</OPTION>'
cText += '<OPTION VALUE="amp">-- Application Management Services</OPTION>'
cText += '<OPTION VALUE="partners.html">PARTNERS</OPTION>'
cText += '<OPTION VALUE="news.html">NEWS</OPTION>'
cText += '<OPTION VALUE="joinus.html">JOIN US</OPTION>'
cText += '<OPTION VALUE="current_openings.html">-- Current Openings</OPTION>'
cText += '<OPTION VALUE="benef_polic.html">-- Benefits & Policies</OPTION>'
cText += '<OPTION VALUE="contact_us.html">CONTACT US</OPTION>'
cText += '</SELECT>'
document.write(cText)