// JavaScript Document var category_name; var offering_collection = new Array(9); offering_collection[0] = new Array("New Account Processing","Inbound Customer Care","Customer Account Management","Account Origination and Selling","Portfolio Customer Service","New Business (Policy) Origination","Post Issue Services","Claims Processing","Online Service Support","Warranty and Concession Services"); offering_collection[1] = new Array("Lease Cycle","External Reporting","Account Reconciliations","Tax","Treasury","Planning and Perf. Management","Payroll and Benefits","Audit & Advisory","Billing","Cash Applications","Account Receivables Management","Account Payables","Client Settlement","Travel & Living Services","Closing of Books","Fixed Assets Accounting"); offering_collection[2] = new Array("Sales & Marketing Analytics","Pricing Analytics","Risk Analytics","Operations Analytics"); offering_collection[3] = new Array("Client Services","Server Services","Network Services","Security Services","Professional Services"); offering_collection[4] = new Array("Supply Chain and Aftermarket Services (SCM)","Financial Management (FM)","Customer Relationship Management (CRM)","Business Intelligence/Data Warehousing (BI/DW)","Technology Services, including Database Management Services (DBA)","Application Management Services"); offering_collection[5] = new Array("Document Management Services"); offering_collection[6] = new Array("Learning Services","E-Communications","Content Management Services"); offering_collection[7] = new Array("Vendor Collaboration and Receipt Processing","Sourcing Execution/Operational Procurement","Strategic Sourcing/Sourcing Strategy and Analysis","Production Planning and Control"); offering_collection[8] = new Array("Early Stage","Late Stage","Inbound","Skip Tracing","Specialized","Sundry"); function offering_navigate(oname) { var olink = "services/services#"; switch(oname) { case "Fixed Assets Accounting": olink = "services/servicespo_finacco_fixe.asp"; break; case "Closing of Books": olink = "services/servicespo_finacco_book.asp"; break; case "Travel & Living Services": olink = "services/servicespo_finacco_trav.asp"; break; case "Client Settlement": olink = "services/servicespo_finacco_clie.asp"; break; case "Account Payables": olink = "services/servicespo_finacco_paya.asp"; break; case "Account Receivables Management": olink = "services/servicespo_finacco_acco.asp"; break; case "Cash Applications": olink = "services/servicespo_finacco_cash.asp"; break; case "Billing": olink = "services/spo_finacco_bill.asp"; break; case "Early Stage": olink = "services/po_col_earl.asp"; break; case "Late Stage": olink = "services/po_col_late.asp"; break; case "Inbound": olink = "services/po_col_inbo.asp"; break; case "Skip Tracing": olink = "services/po_col_skip.asp"; break; case "Specialized": olink = "services/po_col_spec.asp"; break; case "Sundry": olink = "services/po_col_sund.asp"; break; case "Vendor Collaboration and Receipt Processing": olink = "services/po_supchai_vend.asp"; break; case "Sourcing Execution/Operational Procurement": olink = "services/po_supchai_oper.asp"; break; case "Strategic Sourcing/Sourcing Strategy and Analysis": olink = "services/po_supchai_stra.asp"; break; case "Production Planning and Control": olink = "services/po_supchai_prod.asp"; break; case "Learning Services": olink = "services/po_consolu_lear.asp"; break; case "E-Communications": olink = "services/po_consolu_ecom.asp"; break; case "Content Management Services": olink = "services/po_consolu_cont.asp"; break; case "Document Management Services": olink = "services/po_docmana.asp"; break; case "Application Management Services": olink = "services/po_sofsolu_appl.asp"; break; case "Technology Services, including Database Management Services (DBA)": olink = "services/po_sofsolu_tech.asp"; break; case "Business Intelligence/Data Warehousing (BI/DW)": olink = "services/po_sofsolu_busi.asp"; break; case "Customer Relationship Management (CRM)": olink = "services/po_sofsolu_cust.asp"; break; case "Financial Management (FM)": olink = "services/po_sofsolu_fina.asp"; break; case "Supply Chain and Aftermarket Services (SCM)": olink = "services/po_sofsolu_supp.asp"; break; case "Professional Services": olink = "services/po_itserv_prof.asp"; break; case "Security Services": olink = "services/po_itserv_secu.asp"; break; case "Network Services": olink = "services/po_itserv_netw.asp"; break; case "Server Services": olink = "services/po_itserv_serv.asp"; break; case "Client Services": olink = "services/po_itserv_clie.asp"; break; case "Operations Analytics": olink = "services/po_ana_oper.asp"; break; case "Risk Analytics": olink = "services/po_ana_risk.asp"; break; case "Pricing Analytics": olink = "services/po_ana_pric.asp"; break; case "Sales & Marketing Analytics": olink = "services/po_ana_sale.asp"; break; case "General Accounting": olink = "services/#"; break; case "Revenue & Cash Disbursement Cycle": olink = "services/#"; break; case "Audit & Advisory": olink = "services/po_finacco_audi.asp"; break; case "Payroll and Benefits": olink = "services/po_finacco_payr.asp"; break; case "Planning and Perf. Management": olink = "services/po_finacco_plan.asp"; break; case "Treasury": olink = "services/po_finacco_trea.asp"; break; case "Tax": olink = "services/po_finacco_tax.asp"; break; case "Account Reconciliations": olink = "services/po_finacco_reco.asp"; break; case "External Reporting": olink = "services/po_finacco_exte.asp"; break; case "Lease Cycle": olink = "services/po_finacco_leas.asp"; break; case "Warranty and Concession Services": olink = "services/po_cusserv_warr.asp"; break; case "Online Service Support": olink = "services/po_cusserv_onli.asp"; break; case "Claims Processing": olink = "services/po_cusserv_clai.asp"; break; case "Post Issue Services": olink = "services/po_cusserv_post.asp"; break; case "New Account Processing": olink = "services/po_cusserv_new.asp"; break; case "Inbound Customer Care": olink = "services/po_cusserv_inbo.asp"; break; case "Customer Account Management": olink = "services/po_cusserv_cust.asp"; break; case "Account Origination and Selling": olink = "services/po_cusserv_acco.asp"; break; case "Portfolio Customer Service": olink = "services/po_cusserv_port.asp"; break; case "New Business (Policy) Origination": olink = "services/po_cusserv_busi.asp"; break; } document.location.href=olink; } function product_navigate(pname) { switch(pname) { case "Customer Service": document.location.href="po_cusserv.asp"; break; case "Finance & Accounting": document.location.href="po_finacco.asp"; break; case "Analytics": document.location.href="po_ana.asp"; break; case "IT Services": document.location.href="po_itserv.asp"; break; case "Document Management Services": document.location.href="po_docmana.asp"; break; case "Content Solutions": document.location.href="po_consolu.asp"; break; case "Sypply Chain Management": document.location.href="po_supchai.asp"; break; case "Collections & Receivable Mgmt.": document.location.href="po_col.asp"; break; case "Software Solutions": document.location.href="po_sofsolu.asp"; break; } } function check() { var super_bhasar = document.product_form.D1; var bhasar = document.product_form.D2; var bhasartext = bhasar.options[bhasar.selectedIndex].text; var super_bhasartext = super_bhasar.options[super_bhasar.selectedIndex].text; if(super_bhasar.selectedIndex == 0 && bhasar.selectedIndex == 0) { alert("Please select a Product to navigate"); } if(super_bhasar.selectedIndex != 0 && bhasar.selectedIndex == 0) { product_navigate(super_bhasartext); } if (super_bhasar.selectedIndex != 0 && bhasar.selectedIndex != 0) { offering_navigate(bhasartext); } } function change_locator(that) { var o_length = offering_collection[that].length; var counter = document.product_form.D2.options.length; for(i=counter-1;i>0;i--) { document.product_form.D2.options.remove(i); } for (i = 1;i <=o_length;i++) { Elem = document.createElement("OPTION"); Elem.text = offering_collection[that][i-1]; Elem.value = i; document.product_form.D2.options.add(Elem,i); } document.product_form.D2.value = "0"; } function bhasar(that) { if(that != 0) { that--; change_locator(that); } else { alert("Please select the Product Name to browse the Product Catalog"); } } function hello() { alert("Search functionality would be available soon"); } function check_dropdown() { var val = document.form1.gesites.value; switch (val) { case '0': alert("Please select the site to visit"); break; case '1': window.open("http://www.ge.com"); break; case '2': window.open("http://www.gecareers.com"); break; case '3': window.open("http://gecapital.com"); break; case '4': window.open("http://www.gecapitalindia.com"); break; case '5': window.open("http://ge.com/ind/en/"); break; case '6': window.open("http://careers.gecapitalindia.com"); break; case '7': window.open("http://www.sbicard.com"); break; case '8': window.open("http://www.countrywideindia.com"); break; case '9': window.open("http://www.elfun.org"); break; } } function checkSearch() { bhasar = document.searchForm.searchField.value; if(bhasar == "" || bhasar.length < 4) { alert("Please enter keywords to search.\nPlease enter more than three characters to use the search feature."); } else { document.searchForm.action = "services/search.asp"; document.searchForm.submit(); } } function draw_side_navigation_show(which) { var focus_area = new Array(9); for (x =0;x "+focus_area[x][0]+""; else bhasar = bhasar + " "+focus_area[x][0]+""; bhasar = bhasar +""; } return(bhasar); } function draw_side_navigation(which) { var focus_area = new Array(9); for (x =0;x "+focus_area[x][0]+""; else bhasar = bhasar + " "+focus_area[x][0]+""; bhasar = bhasar +""; document.write(bhasar); } } function draw_locator() { //product_form= product_form=""; product_form=product_form+""; product_form=product_form+""; product_form=product_form+"
"; product_form=product_form+""; product_form=product_form+""; product_form=product_form+"
"; product_form=product_form+""; product_form=product_form+"
"; product_form=product_form+"" product_form=product_form+"
"; product_form=product_form+"
"; product_form=product_form+" 
 "; product_form=product_form+"
"; document.write(product_form); document.product_form.D1.value = "0"; document.product_form.D2.value = "0"; } function changecolor(tableCellRef) { tableCellRef.style.backgroundColor = '#69c'; tableCellRef.style.fontcolor = '#ffffff'; } function changecolor1(tableCellRef) { tableCellRef.style.backgroundColor =''; } function gotourl(locat) { window.location.href=locat } //--菜单------------------- var menu1=new Array() menu1[0]='' menu1[1]='' //Contents for menu 2, and so on var menu2=new Array() menu2[0]='
 成长历史
 公司价值观
' menu2[1]='' menu2[1]=menu2[1] + '
 商务流程外包
 信息技术外包
' var menu3=new Array() menu3[0]='' menu3[1]='' menu3[1]=menu3[1] + '
 公司新闻
 媒体报道
' var menu4=new Array() menu4[0]='' menu4[1]='' menu4[2]='' menu4[3]='
 培训发展
 招聘信息
 校园招聘
 员工活动(EAB)
' var menu5=new Array() menu5[0]='' menu5[1]='' menu5[2]='
 政府事务及公共关系
 产品及业务咨询
 地址地图
' var menu6=new Array() //menu6[0]='' //menu6[1]='' //menu6[1]='' //menu6[2]='' var menuwidth='105px' //default menu width var menubgcolor='#e0e1db' //menu bgcolor var disappeardelay=250 //menu disappear speed onMouseout (in miliseconds) var hidemenu_onclick="yes" //hide menu when user clicks within menu? /////No further editting needed var ie4=document.all var ns6=document.getElementById&&!document.all if (ie4||ns6) document.write('') function getposOffset(what, offsettype){ var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop; var parentEl=what.offsetParent; while (parentEl!=null){ totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop; parentEl=parentEl.offsetParent; } return totaloffset; } function showhide(obj, e, visible, hidden, menuwidth){ if (ie4||ns6) dropmenuobj.style.left=dropmenuobj.style.top=-500 if (menuwidth!=""){ dropmenuobj.widthobj=dropmenuobj.style dropmenuobj.widthobj.width=menuwidth } if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover") obj.visibility=visible else if (e.type=="click") obj.visibility=hidden } function iecompattest(){ return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body } function clearbrowseredge(obj, whichedge){ var edgeoffset=0 if (whichedge=="rightedge"){ var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15 dropmenuobj.contentmeasure=dropmenuobj.offsetWidth if (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure) edgeoffset=dropmenuobj.contentmeasure-obj.offsetWidth } else{ var windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18 dropmenuobj.contentmeasure=dropmenuobj.offsetHeight if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure) edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeight } return edgeoffset } function populatemenu(what){ if (ie4||ns6) dropmenuobj.innerHTML=what.join("") } function dropdownmenu(obj, e, menucontents, menuwidth){ if (window.event) event.cancelBubble=true else if (e.stopPropagation) e.stopPropagation() clearhidemenu() dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudiv populatemenu(menucontents) if (ie4||ns6){ showhide(dropmenuobj.style, e, "visible", "hidden", menuwidth) dropmenuobj.x=getposOffset(obj, "left") dropmenuobj.y=getposOffset(obj, "top") dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+"px" dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+"px" } return clickreturnvalue() } function clickreturnvalue(){ if (ie4||ns6) return false else return true } function contains_ns6(a, b) { while (b.parentNode) if ((b = b.parentNode) == a) return true; return false; } function dynamichide(e){ if (ie4&&!dropmenuobj.contains(e.toElement)) delayhidemenu() else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget)) delayhidemenu() } function hidemenu(e){ if (typeof dropmenuobj!="undefined"){ if (ie4||ns6) dropmenuobj.style.visibility="hidden" } } function delayhidemenu(){ if (ie4||ns6) delayhide=setTimeout("hidemenu()",disappeardelay) } function clearhidemenu(){ if (typeof delayhide!="undefined") clearTimeout(delayhide) } if (hidemenu_onclick=="yes") { document.onclick=hidemenu }
 Genpact in the News
 India News
 Press Releases
 Genpact Newsletter