var gWidth = 700;

var gHeight = 400;


MainMenus = ["Corporate Info","Products","Design Services","Downloads","FAQ","White Papers","Sales", "Clients"]
MainMenuName = ["aboutus","products","designservices","downloads","faq","whitepapers","sales","clients"]
MainMenuLinks = ["cropinfo.html","products.html","designservices.html","downloads.html","faq.html","whitepapers.html","sales.html","clients.html"]
IsSubMenu = ["Y","Y","Y","N","N","N","N","N","N"]


MainMenu2 = ["Home","IT Services"]
MainMenu2Name = ["Hom","about","news","contact","career","sitemap"]
MainMenu2Links = ["../index.html","../ites/iteshome.html"]


function WriteTopMenu(mTopMenu){
mItem=mTopMenu-1;

document.write("<script language=javascript src='js/KCPrepare.js'></script>");
document.write("<script language=javascript src='js/MenuArrays.js'></script>");
document.write("<script language=javascript src='js/MenuList.js'></script>");
document.write("    <table cellspacing=0 cellpadding=0 border=0 align=right>");
document.write("     <tr>");
for (i=0;i<TopMenus.length;i++) {
    if (i==(TopMenus.length-1)) {
       if (mItem==i){
          document.write("      <td height=16 class=cmenu><a class=cmenu href='"+TopMenuLinks[i]+"'>"+TopMenus[i]+"</a></td>");
          document.write("      <td height=16><img src='images/blank.gif' width=8 height=16 alt='' border=0></td>");
       }
       else {
          document.write("      <td height=16><a class=menu href='"+TopMenuLinks[i]+"'>"+TopMenus[i]+"</a></td>");
          document.write("      <td height=16><img src='images/blank.gif' width=8 height=16 alt='' border=0></td>");
       }
    }
    else {
       if (mItem==i){
          document.write("      <td height=16 class=cmenu><a class=cmenu href='"+TopMenuLinks[i]+"'>"+TopMenus[i]+"</a></td>");
          document.write("      <td height=16><img src='images/sep.gif' width=15 height=16 alt='' border=0></td>");
       }
       else {
          document.write("      <td height=16><a class=menu href='"+TopMenuLinks[i]+"'>"+TopMenus[i]+"</a></td>");
          document.write("      <td height=16><img src='images/sep.gif' width=15 height=16 alt='' border=0></td>");
       }
    }
}
document.write("     </tr>");
document.write("    </table>");
}

mFunctions=' onMouseOver="ShowStatus(this);return true;" onMouseOut="HideStatus();return true;" ';

function WriteMainMenu(mItem){
mItem=mItem-1;
mMenuCnt = 0
document.write("    <table cellspacing=0 cellpadding=0 border=0 align=right>");
document.write("     <tr>");
for (i=0;i<MainMenus.length;i++) {
    if (i==(MainMenus.length-1)) {
       if (mItem==i){
          if (IsSubMenu[i]=="N")
              document.write("      <td height=16 class=cmenu><a class=cmenu href='"+MainMenuLinks[i]+"'>"+MainMenus[i]+"</a></td>");
          else
          {
             mMenuCnt = mMenuCnt + 1
             document.write("      <td height=16 class=cmenu><a class=cmenu href='"+MainMenuLinks[i]+"' onMouseOver=popUp('KCMenu"+mMenuCnt+"',event) onMouseOut=popDown('KCMenu"+mMenuCnt+"')>"+MainMenus[i]+"</a></td>");
          }
          document.write("      <td height=16><img src='images/blank.gif' width=8 height=16 alt='' border=0></td>");
       }
       else {
          if (IsSubMenu[i]=="N")
             document.write("      <td height=16><a class=menu href='"+MainMenuLinks[i]+"'>"+MainMenus[i]+"</a></td>");
          else
          {
             mMenuCnt = mMenuCnt + 1
             document.write("      <td height=16><a class=menu href='"+MainMenuLinks[i]+"' onMouseOver=popUp('KCMenu"+mMenuCnt+"',event) onMouseOut=popDown('KCMenu"+mMenuCnt+"')>"+MainMenus[i]+"</a></td>");
          }
          document.write("      <td height=16><img src='images/blank.gif' width=8 height=16 alt='' border=0></td>");
       }
    }
    else {
       if (mItem==i){
          if (IsSubMenu[i]=="N")
             document.write("      <td height=16 class=cmenu><a class=cmenu href='"+MainMenuLinks[i]+"'>"+MainMenus[i]+"</a></td>");
          else
          {
             mMenuCnt = mMenuCnt + 1
             document.write("      <td height=16 class=cmenu><a class=cmenu href='"+MainMenuLinks[i]+"' onMouseOver=popUp('KCMenu"+mMenuCnt+"',event) onMouseOut=popDown('KCMenu"+mMenuCnt+"')>"+MainMenus[i]+"</a></td>");
          }
             document.write("      <td height=16><img src='images/sep.gif' width=15 height=16 alt='' border=0></td>");
       }
       else {
          if (IsSubMenu[i]=="N")
             document.write("      <td height=16><a class=menu href='"+MainMenuLinks[i]+"'>"+MainMenus[i]+"</a></td>");
          else
          {
             mMenuCnt = mMenuCnt + 1
             document.write("      <td height=16><a class=menu href='"+MainMenuLinks[i]+"' onMouseOver=popUp('KCMenu"+mMenuCnt+"',event) onMouseOut=popDown('KCMenu"+mMenuCnt+"')>"+MainMenus[i]+"</a></td>");
          }
             document.write("      <td height=16><img src='images/sep.gif' width=15 height=16 alt='' border=0></td>");
       }
    }
}
document.write("     </tr>");
document.write("    </table>");
}






function WriteMainMenu2(mItem){

mItem=mItem-1;

document.write("    <table cellspacing=0 cellpadding=0 border=0 align=left>");

document.write("     <tr>");

for (i=0;i<MainMenu2.length;i++) {

    if (i==(MainMenu2.length-1)) {

       if (mItem==i){

          document.write("      <td height=16 class=cmenu><a class=cmenu href='"+MainMenu2Links[i]+"'>"+MainMenu2[i]+"</a></td>");

          document.write("      <td height=16><img src='images/blank.gif' width=8 height=16 alt='' border=0></td>");

       }

       else {

          document.write("      <td height=16><a class=menu href='"+MainMenu2Links[i]+"'>"+MainMenu2[i]+"</a></td>");

          document.write("      <td height=16><img src='images/blank.gif' width=8 height=16 alt='' border=0></td>");

       }

    }

    else {

       if (mItem==i){

          //document.write("      <td height=16 class=cmenu><a class=cmenu href='"+MainMenu2Links[i]+"'>"+MainMenu2[i]+"</a></td>");

          document.write("      <td height=16 class=cmenu><a class=cmenu>"+MainMenu2[i]+"</a></td>");

          document.write("      <td height=16><img src='images/sep.gif' width=15 height=16 alt='' border=0></td>");

       }

       else {

          document.write("      <td height=16><a class=menu href='"+MainMenu2Links[i]+"'>"+MainMenu2[i]+"</a></td>");

          document.write("      <td height=16><img src='images/sep.gif' width=15 height=16 alt='' border=0></td>");

       }

    }

}



document.write("     </tr>");



document.write("    </table>");



}





function ShowStatus(mObj){



window.status=mObj.title;



}



function ShowStatus1(mText){



window.status=mText;



}



function HideStatus(){



window.status="";



}



function GoTop(){



document.write("<p align=right><a href=#top>Go Top</a>&nbsp;&nbsp;&nbsp;&nbsp;</p>");



}







function WriteSubMenu1(){



document.write(" <TABLE valign='top' border=0 cellPadding=0 cellSpacing=0 width=165>");

document.write("     	<TBODY>");

switch (MainMenuID)

{

case 1:

document.write("        <TR BGCOLOR=#FDA44D><TD colspan=2  height=20><font class=headlmenu>Services</font></TD></TR>");

document.write("        <TR><TD colspan=2 bgColor=#FFFFFF height=1><IMG height=1 width=165></TD></TR>");

document.write("        <TR BGCOLOR=#FDA44D><TD  height=15>&nbsp;<IMG src='images/arrow.gif'>&nbsp;</td><td ><A class=lmenu href='bpo_callcenter_services.html'>Call Center Services</A></TD></TR>");

document.write("	  <TR><TD colspan=2 bgColor=#FFFFFF height=1><IMG height=1 width=165></TD></TR>	");

document.write("        <TR BGCOLOR=#FDA44D><TD  height=15>&nbsp;<IMG src='images/arrow.gif'>&nbsp;</td><td ><A class=lmenu href='bpo_services.html'>BPO Services</A></TD></TR>");

document.write("	  <TR><TD colspan=2 bgColor=#FFFFFF height=1><IMG height=1 width=165></TD></TR>");

document.write("        <TR BGCOLOR=#FDA44D><TD  height=15>&nbsp;<IMG src='images/arrow.gif'>&nbsp;</td><td ><A class=lmenu href='bpo_medical.html'>Medical Billing</A></TD></TR>");

document.write("	  <TR><TD colspan=2 bgColor=#FFFFFF height=1><IMG height=1 width=165></TD></TR>");



document.write("        <TR BGCOLOR=#FDA44D><TD  height=15>&nbsp;<IMG src='images/arrow.gif'>&nbsp;</td><td ><A class=lmenu href='bpo_advantages.html'>Advantages</A></TD></TR>");

document.write("	  <TR><TD colspan=2 bgColor=#FFFFFF height=1><IMG height=1 width=165></TD></TR>");



break;

case 2:

document.write("        <TR BGCOLOR=#FDA44D><TD colspan=2  height=20><font class=headlmenu>Industries</font></TD></TR>");

document.write("	  <TR><TD colspan=2 bgColor=#FFFFFF height=1><IMG height=1 width=165></TD></TR>	");

document.write("        <TR BGCOLOR=#FDA44D><TD  height=15>&nbsp;<IMG src='images/arrow.gif'>&nbsp;</td><td ><A class=lmenu href='bpo_ind_insurance.html'>Insurance</A></TD></TR>");

document.write("	  <TR><TD colspan=2 bgColor=#FFFFFF height=1><IMG height=1 width=165></TD></TR>	");

document.write("        <TR BGCOLOR=#FDA44D><TD  height=15>&nbsp;<IMG src='images/arrow.gif'>&nbsp;</td><td ><A class=lmenu href='bpo_ind_telecom.html'>Telecom</A></TD></TR>");

document.write("	  <TR><TD colspan=2 bgColor=#FFFFFF height=1><IMG height=1 width=165></TD></TR>	");

document.write("        <TR BGCOLOR=#FDA44D><TD  height=15>&nbsp;<IMG src='images/arrow.gif'>&nbsp;</td><td ><A class=lmenu href='bpo_ind_health.html'>Healthcare</A></TD></TR>");

document.write("	  <TR><TD colspan=2 bgColor=#FFFFFF height=1><IMG height=1 width=165></TD></TR>	");

document.write("        <TR BGCOLOR=#FDA44D><TD  height=15>&nbsp;<IMG src='images/arrow.gif'>&nbsp;</td><td ><A class=lmenu href='bpo_ind_banks.html'>Banks & Finance</A></TD></TR>");

document.write("	  <TR><TD colspan=2 bgColor=#FFFFFF height=1><IMG height=1 width=165></TD></TR>	");

document.write("        <TR BGCOLOR=#FDA44D><TD  height=15>&nbsp;<IMG src='images/arrow.gif'>&nbsp;</td><td ><A class=lmenu href='bpo_ind_mortgage.html'>Mortgage</A></TD></TR>");

document.write("	  <TR><TD colspan=2 bgColor=#FFFFFF height=1><IMG height=1 width=165></TD></TR>	");

document.write("        <TR BGCOLOR=#FDA44D><TD  height=15>&nbsp;<IMG src='images/arrow.gif'>&nbsp;</td><td ><A class=lmenu href='bpo_ind_utility.html'>Utility</A></TD></TR>");

document.write("	  <TR><TD colspan=2 bgColor=#FFFFFF height=1><IMG height=1 width=165></TD></TR>	");

document.write("        <TR BGCOLOR=#FDA44D><TD  height=15>&nbsp;<IMG src='images/arrow.gif'>&nbsp;</td><td ><A class=lmenu href='bpo_ind_legal.html'>Legal</A></TD></TR>");

document.write("	  <TR><TD colspan=2 bgColor=#FFFFFF height=1><IMG height=1 width=165></TD></TR>	");break;



}

document.write("	</TBODY>");

document.write("	</TABLE>");





}



function WriteSubMenu_bpo(mCItem,mArrIndent){





document.write("Industries<br>Banking & Finance<br>Insurance<br>Logistics & Retail<br>Services")



}



function WriteSubMenu_isoft(mCItem,mArrIndent){



document.write("    <table width=165 border=0 cellspacing=0 cellpadding=0 background=''>");



mName = MainMenuName[(MainMenu-1)];



mItems = eval("bpo"+"name")



mItemLinks = eval(mName+"link")



    document.write("    <tr>");



    document.write("     <td colspan=2 bgcolor=#7FB0D8 valign=middle align=left height=16>");



    if (SubMenu==0 || MainMenu==4 || MainMenu==6 || MainMenu==7 ) {



       document.write("      <img src='images/blank.gif' width=10 height=16><img src='images/mainbullet1.gif' width=14 height=16 name=mainbullet><img src='images/blank.gif' width=10 height=16><font class=submenuhead>"+MainMenus[(MainMenu-1)]+"</font>");



    }



    else {



       document.write("      <img src='images/blank.gif' width=10 height=16><img src='images/mainbullet.gif' width=14 height=16 name=mainbullet><img src='images/blank.gif' width=10 height=16><a href="+MainMenuLinks[(MainMenu-1)]+" class=submenuhead onMouseOver=changeMainBullet(document.ctrl.mainbullet); onMouseOut=changeMainBullet1(document.ctrl.mainbullet);>"+MainMenus[(MainMenu-1)]+"</font></a>");



    }



    document.write("     </td></tr>");







for (mLink=0;mLink<mItems.length;mLink++){



  if(mItemLinks[mLink]!="NA") {



    document.write("    <tr>");



    if (mLink==mCItem-1){



       document.write("     <td height=18 align=center valign=middle><img src='images/smallbullet2.gif' width=20 height=10 name=bullet"+mLink+" vspace=0 hspace=0></td><td><p class=menuIndent>"+mItems[mLink]+"</p></td>");



    }



    else{



       document.write("     <td height=18 align=center valign=middle><img src='images/smallbullet1.gif' width=20 height=10 name=bullet"+mLink+" vspace=0 hspace=0></td><td><a href="+mItemLinks[mLink]+" onMouseOver=changeBullet(document.ctrl.bullet"+mLink+"); onMouseOut=changeBullet1(document.ctrl.bullet"+mLink+");><p class=menuIndent>"+mItems[mLink]+"</p></a></td>");



    }



    document.write("    </tr>");



  }



  else {



    document.write("    <tr>");



    document.write("     <td height=18 colspan=2><p class=menuSubTitle>"+mItems[mLink]+"</p></td>");



    document.write("    </tr>");



  }



}



document.write("   </table>");



}







function changeBullet(mBulObj) {



mBulObj.src="images/smallbullet2.gif";



}







function changeBullet1(mBulObj) {



mBulObj.src="images/smallbullet1.gif";



}







function changeMainBullet(mBulObj) {



mBulObj.src="images/mainbullet1.gif";



}







function changeMainBullet1(mBulObj) {



mBulObj.src="images/mainbullet.gif";



}







function URhere(){



   if (SubMenu>0) {



      mSName = MainMenuName[(MainMenu-1)];



      mSItems = eval(mName+"name")



      document.write("<br><table border=0 cellspacing=0 cellpadding=0 background=''>");



      document.write(" <tr>");



      document.write("  <td><img src='images/blank.gif' width=12 height=1 alt='' border=0></td><td valign=middle><p class=urhere>"+MainMenus[(MainMenu-1)]+"</td><td valign=middle><img src='images/arrow.gif' width=20 height=16 alt='' border=0></td><td valign=middle><p class=urhere><font color=#B81E6A>"+mSItems[(SubMenu-1)]+"</font></td>")



      document.write(" </tr>");



      document.write("</table>");



   }



   else {



      mSName = MainMenuName[(MainMenu-1)];



      mSItems = eval(mSName+"name")



      document.write("<br><table border=0 cellspacing=0 cellpadding=0 background=''>");



      document.write(" <tr>");



      document.write("  <td><img src='images/blank.gif' width=12 height=1 alt='' border=0></td><td valign=middle><p class=urhere>"+MainMenus[(MainMenu-1)]+"</td>")



      document.write(" </tr>");



      document.write("</table>");



   }



}







function URhere1(mTempSub,mExtra){



     mSName = MainMenuName[(MainMenu-1)];



     mSItems = eval(mName+"name")



     document.write("<br><table border=0 cellspacing=0 cellpadding=0 background=''>");



     document.write(" <tr>");



     document.write("  <td><img src='images/blank.gif' width=12 height=1 alt='' border=0></td><td valign=middle><p class=urhere>"+MainMenus[(MainMenu-1)]+"</td><td valign=middle><img src='images/arrow.gif' width=20 height=16 alt='' border=0></td><td valign=middle><p class=urhere><font color=#B81E6A>"+mSItems[(mTempSub-1)]+"</font></td>")



     document.write(" </tr>");



     document.write("</table>");



}







function GoTop(){



document.write("<p align=right><a class=regular href=#top>Go Top</a>&nbsp;&nbsp;&nbsp;&nbsp;</p>");



}



function CopyRight(){
document.write("<p align=center class=copyright>© Copyright 2004 Banyan Networks Ltd. All rights reserved.</p>");
}



function CopyRight1(){



document.write("<p align=center class=copyright>© Copyright Sept 2001 Integrated SoftTech Solutions Pvt. Ltd. All rights reserved.<br><u><font color=blue size=1>Disclaimer</font></u></p><br>");



}







function OpenNewWindow(mypage, myname, w, h, scroll) {



//<a href="javascript:void();" onclick="OpenNewWindow(filename,'windowname','400','400','yes');return false;">Link Text</a>







var winl = (screen.width - w) / 2;



var wint = (screen.height - h) / 2;



winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'



win = window.open(mypage, myname, winprops)



if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }



}







function OpenWIND(mypage, myname) {



winprops = 'menubar=yes,toolbar=yes,location=yes,resizable=yes,scrollbars=yes,status=yes,width=520,height=450'



win = window.open(mypage, myname, winprops)



if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }



}



