document.write ("           <font color=#FFFFFF size=2>  <a href=/ class=top>Home</a>  ")
document.write ("            |  <a href=/about_us class=top>About Us&nbsp;</a>")
document.write ("            |  <a href=/.Net class=top>.NET Expertise&nbsp;</a>")
document.write ("            |  <a href=/Instant.net class=top>Instant.net&nbsp;</a>")
document.write ("            |  <a href=/Jewel class=top>Jewel&nbsp;</a>")
document.write ("            |  <a href=/Accounting class=top>Accounting&nbsp;</a>")
document.write ("            |  <a href=/e_governance class=top>e-Gov&nbsp;</a>")
document.write ("            |  <a href=/Offshore class=top>Offshore&nbsp;</a>")
document.write ("            |  <a href=/Clients class=top>Clients&nbsp;</a>")
document.write ("            |  <a href=/sitemap class=top>Sitemap</a>&nbsp; | </font> ")

<!---
// Use Freely as long as following disclaimer is intact ::
//---------------------------------------------------------------
// Cross Browser Multi-Orientation Menu v1.3 2nd April 2004
// This script written by Rik Comery. www.ricom.co.uk
// For support, visit the "Resources" section at www.ricom.co.uk           
// All rights reserved.   

// Please read the instructions.htm file for configuration instructions. If this is not available, the entire menu script 
// with images and instructions can be downloaded at http://ricom.co.uk/resources/navigation-menu/navigation-menu.php                                      

//  MENU ITEMS ///////////////////////////////////////////////////////////////
// DUPLICATE THIS ENTIRE SECTION FOR MULTIPLE MENUS.  PLEASE SEE THE INSTRUCTIONS FILE FOR DETAILS ///////////////////////   
var Menu1 = new Array ()                                                                                                //
var subMenu1 = new Array ()                                                                                             //

   Menu1[0] = new Array("Group Companies","","", "right")                                     
     subMenu1[0] = new Array()   
     subMenu1[0][0] = new Array ("Diaspark Inc.", "http://www.diaspark.com","_blank")   
     subMenu1[0][1] = new Array ("Webdunia", "http://www.webdunia.net","_blank")     

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

////// FORMAT MENU  ///////////////////////////////////////////////////////////////////
menuStyle = "flat"                                   // Menu Style (flat, 3d)
cellPadding = 2                                      // Cell Padding
cellBorder = 0                                       // Border width (for no border, enter 0)
verticalOffset = 0                                   // Vertical offset of Sub Menu. 
horizontalOffset = 0                                 // Horizontal offset of Sub Menu. 
subMenuDelay = 2                                     // Time sub menu stays visible for (in seconds)
subIndicate = 1                                      // Show if a sub menu is present (use 0 for "no")
//indicator = ""  // Symbol to show if a sub menu is present (subIndicate must be to set to 1)
                                                     // Use standard HTML <img> tag. You can use a character instead of an image. 
                                                     // e.g.      indicator = ">"
// Main Menu Items
borderColor = "#639ACE"                      // Border Colour (flat mode only)
borderHighlight = "#639ACE"                // Border Highlight Colour (3d mode only)
borderShadow = "#639ACE"                   // Border Shadow Colour (3d mode only)
menuBackground = "#639ACE"                 // Cell Background Colour
menuHoverBackground = "#639ACE"              // Cell Background Colour on mouse rollover
fontFace = "Verdana, Tahoma, Arial, Helvetica, sans-serif"                         // Font Face
fontColour = "#FFFFFF"                     // Font Colour
fontHoverColour = "#FFCF00"                // Font Colour on mouse rollover
fontSize = "10"                           // Font Size
fontDecoration = "none"                    // Style of the link text (none, underline, overline, line-through)
fontWeight = "bold"                      // Font Weight (normal, bold)

// Sub Menu Items
sborderColor = "#639ACE"                     // Border Colour (flat mode only)
sborderHighlight = "#639ACE"               // Border Highlight Colour (3d mode only)
sborderShadow = "#639ACE"                  // Border Shadow Colour (3d mode only)
smenuBackground = "#639ACE"                  // Cell Background Colour
smenuHoverBackground = "#639ACE"           // Cell Background Colour on mouse rollover
sfontFace = "Verdana, Tahoma, Arial, Helvetica, sans-serif"                        // Font Face
sfontColour = "#FFFFFF"                    // Font Colour
sfontHoverColour = "#FFCF00"               // Font Colour on mouse rollover
sfontSize = "10"                          // Font Size
sfontDecoration = "none"                   // Style of the link text (none, underline, overline, line-through)
sfontWeight = "bold"                     // Font Weight (normal, bold)
sShadow = 1

////// END FORMAT MENU  ///////////////////////////////////////////////////////////////////

quantity = 1

////// DO NOT EDIT BELOW THIS LINE  ///////////////////////////////////////////////////////////////////

// Browser Sniffer
var isIE = (document.getElementById && document.all)?true:false;
var isNS4 = (document.layers)?true:false;
var isNS6 = (document.getElementById && !document.all)?true:false;

var timer;
var obj = (isIE)?"document.all":"document.getElementById"

styleBorder=(menuStyle.toLowerCase() == "flat")?cellBorder:0 

// Menu Styles
document.writeln ('<style>');
document.writeln ('.rcMenuStatic {width: 100% !important; font-family:'+fontFace+'!important;font-size:'+fontSize+'!important;color:'+fontColour+'!important;font-weight:'+fontWeight+'!important;background-color:'+menuBackground+'!important; cursor:hand!important; text-decoration:'+fontDecoration+' !important}');
document.writeln ('.rcMenuHover  {width: 100% !important; font-family:'+fontFace+'!important;font-size:'+fontSize+'!important;color:'+fontHoverColour+'!important;font-weight:'+fontWeight+'!important;background-color:'+menuHoverBackground+'!important; cursor:hand!important; text-decoration:'+fontDecoration+'!important}');
document.writeln ('.rcSubMenuStatic {width: 100% !important; font-family:'+sfontFace+'!important;font-size:'+sfontSize+'!important;color:'+sfontColour+'!important;font-weight:'+sfontWeight+'!important;text-decoration:'+sfontDecoration+'!important;background-color:'+smenuBackground+'!important; cursor:hand !important}');
document.writeln ('.rcSubMenuHover  {width: 100% !important; font-family:'+sfontFace+'!important;font-size:'+sfontSize+'!important;color:'+sfontHoverColour+'!important;font-weight:'+sfontWeight+'!important;text-decoration:'+sfontDecoration+'!important;background-color:'+smenuHoverBackground+'!important; cursor:hand !important}');
document.writeln ('</style>');

// Build and show the main menu items
function showMenus(quant,definedOrientation)
{
  if(definedOrientation!=""){orientation=definedOrientation}
  if (orientation.toLowerCase() == "vertical"){document.writeln ('<table border="0" cellpadding="0" cellspacing="'+styleBorder+'" bgColor="'+borderColor+'">')}
  else{document.writeln ('<table border="0" cellpadding="0" cellspacing="'+styleBorder+'" bgColor="'+borderColor+'"><tr>')}  
  for (x=0; x<eval("Menu"+quant).length; x++)
  {
    if (orientation.toLowerCase()=="vertical") document.writeln('<tr>')
    document.writeln ('<td onclick="tdMouseClick(\''+quant+'mainLink'+x+'\')" onMouseOver="hoverMenu(); popDown(\''+quant+'\','+x+', \''+quant+'button'+x+'\',\''+orientation+'\'); " onMouseOut="clearMenu('+quant+','+x+')" ')
    if (menuStyle.toLowerCase() == "3d"){document.writeln ('style="border-left:'+cellBorder+'px solid '+borderHighlight+';border-top:'+cellBorder+'px solid '+borderHighlight+';border-right:'+cellBorder+'px solid '+borderShadow+';border-bottom:'+cellBorder+'px solid '+borderShadow+';"');}        
    document.writeln ('><div id="'+quant+'button'+x+'"><table border="0" cellpadding="'+cellPadding+'" cellspacing="0" width="100%"><tr><td class="rcMenuStatic" id="'+quant+'cell'+x+'" nowrap>');
    document.writeln ('<a id="'+quant+'mainLink'+x+'" href="'+eval("Menu"+quant)[x][1]+'" target="'+eval("Menu"+quant)[x][2]+'" class="rcMenuStatic">'+eval("Menu"+quant)[x][0]+'</a></td>');
    if (subIndicate == 1&&eval("subMenu"+quant)[x].length>=1){
      document.writeln('<td class="rcMenuStatic" id="'+quant+'cell'+x+'a" align="right">');
      document.writeln ('<a id="'+quant+'mainLink'+x+'a" href="'+eval("Menu"+quant)[x][1]+'" target="'+eval("Menu"+quant)[x][2]+'" class="rcMenuStatic"></a></td>');}
    document.writeln ('</tr></table></div></td>');    
    if (orientation.toLowerCase()=="vertical") document.writeln('</tr>')
  }
  if (orientation.toLowerCase() == "vertical"){document.writeln ('</table>');}
  else{document.writeln ('</tr></table>');}   
  

// Build the sub menu items
  for (x=0; x<eval("Menu"+quant).length; x++)
  { 
    if (eval("subMenu"+quant)[x].length > 0)
    {     
      document.writeln ('<div id="'+quant+'MENU'+x+'" style="visibility:hidden; position:absolute; z-index:2" >');
      document.writeln ('<table border="0" cellpadding="'+cellPadding+'" cellspacing="'+styleBorder+'" bgColor="'+sborderColor+'">');
      for (y=0; y<eval("subMenu"+quant)[x].length; y++)
      {
        document.writeln ('<tr><td id="'+quant+'subMenu'+x+y+'" class="rcSubMenuStatic" onMouseOver="hoverMenu(); highlightMenu(\'sub\','+x+','+y+',\'\','+quant+')" onMouseOut="clearMenu('+quant+','+x+');" onclick="tdMouseClick(\''+quant+'subLink'+x+y+'\')" nowrap')
        if (menuStyle.toLowerCase() == "3d"){document.writeln ('style="border-left:'+cellBorder+'px solid '+sborderHighlight+';border-top:'+cellBorder+'px solid '+sborderHighlight+';border-right:'+cellBorder+'px solid '+sborderShadow+';border-bottom:'+cellBorder+'px solid '+sborderShadow+';"');}
        document.writeln ('><a id="'+quant+'subLink'+x+y+'" href="'+eval("subMenu"+quant)[x][y][1]+'" target="'+eval("subMenu"+quant)[x][y][2]+'" class="rcSubMenuStatic">'+eval("subMenu"+quant)[x][y][0]+'</a></td></tr>');
      }
      document.writeln ('</table></div>');
    }
  }
} 

// Change colour or menu and submenu items when the mouse hovers over.  
function highlightMenu(element,mainMenu,dropMenu,state,quant)
{
  hoverMenu();
  state=(state == "hover")?"rcMenuHover":"rcMenuStatic"
  if (element == "sub")
  {
    for (x=0; x < eval("subMenu"+quant)[mainMenu].length; x++)
     {
      eval(obj+'("'+quant+'subMenu'+mainMenu+x+'").className = "rcSubMenuStatic"')
      eval(obj+'("'+quant+'subLink'+mainMenu+x+'").className = "rcSubMenuStatic"')
    }   
    eval(obj+'("'+quant+'subMenu'+mainMenu+dropMenu+'").className="rcSubMenuHover"')
    eval(obj+'("'+quant+'subLink'+mainMenu+dropMenu+'").className="rcSubMenuHover"')
  }
  else
  {
    eval(obj+'("'+quant+'cell'+mainMenu+'").className = "'+state+'"')
    eval(obj+'("'+quant+'mainLink'+mainMenu+'").className = "'+state+'"')
    if (subIndicate == 1&&eval("subMenu"+quant)[mainMenu].length>=1)
    {
      eval(obj+'("'+quant+'cell'+mainMenu+'a").className = "'+state+'"')
      eval(obj+'("'+quant+'mainLink'+mainMenu+'a").className = "'+state+'"')
    }
  }
}

// Find positioning for sub menus
function getOffset(obj, dim) 
{
  if(dim=="left") 
  {     
    oLeft = obj.offsetLeft;    
    while(obj.offsetParent!=null) 
    {    
      oParent = obj.offsetParent     
      oLeft += oParent.offsetLeft 
      obj = oParent 	
    }
    return oLeft
  }
  else if(dim=="top")
  {
    oTop = obj.offsetTop;
    while(obj.offsetParent!=null) 
    {
      oParent = obj.offsetParent
      oTop += oParent.offsetTop
      obj = oParent 	
    }
    return oTop
  }
  else if(dim=="width")
  {
    oWidth = obj.offsetWidth
    return oWidth
  }  
  else if(dim=="height")
  {
    oHeight = obj.offsetHeight
    return oHeight
  }    
  else
  {
    alert("Error: invalid offset dimension '" + dim + "' in getOffset()")
    return false;
  }
}

// Show sub menus
function popDown(quant, param, id, orientation)
{
  var cellBorderOffset = (isNS6)?cellBorder:eval(cellBorder*2)
  var browserAdjustment = (isNS6)?cellBorder:0
  var menu;
  var button;

  if (id)
  {    
    getOffset(eval(obj+'(id)'),'left');
    getOffset(eval(obj+'(id)'),'top');    
    getOffset(eval(obj+'(id)'),'width');  
    getOffset(eval(obj+'(id)'),'height');
    
    if (eval("Menu"+quant+"["+param+"][3]")=="right" && eval("subMenu"+quant+"["+param+"].length")>0) 
    { 
      oLeft=oLeft  
      oLeft=oLeft+oWidth; 
      getOffset(eval(obj+'("'+quant+'MENU'+param+'")'),'width');
      oLeft=oLeft-oWidth ;
      alignAdjustment = cellBorder*2 + 1
    }
    else 
    {
      alignAdjustment = 0
      oLeft=oLeft
    }    
  }  

  
  n = 0;    
  while (n < eval("Menu"+quant).length)
  {          
    menu = quant+"MENU"+n
    if (param == n)
    {
      theObj = eval(obj+'(menu)');
      if (theObj)
      {
         theObj.style.visibility = "visible"

          if (orientation.toLowerCase()=="vertical"){
            theObj.style.left=(menuStyle.toLowerCase()=="flat")?oLeft+oWidth+cellBorder+horizontalOffset:oLeft+oWidth+cellBorderOffset+horizontalOffset;
            theObj.style.top=(menuStyle.toLowerCase()=="flat")?oTop-cellBorder+verticalOffset:oTop+verticalOffset-browserAdjustment}
          else{
            theObj.style.left=(menuStyle.toLowerCase()=="flat")?oLeft-cellBorder+horizontalOffset+alignAdjustment:oLeft+horizontalOffset-browserAdjustment+alignAdjustment;
            theObj.style.top=(menuStyle.toLowerCase()=="flat")?oTop+oHeight+cellBorder+verticalOffset:oTop+oHeight+cellBorderOffset+verticalOffset;}
        }
      
       highlightMenu('main',n,'','hover',quant)
       if (eval("subMenu"+quant)[param].length > 0)
       {
         for (x=0; x<eval("subMenu"+quant)[param].length; x++)
         {
           eval (obj+'("'+quant+'subMenu'+param+x+'").className = "rcSubMenuStatic"')
           eval (obj+'("'+quant+'subLink'+param+x+'").className = "rcSubMenuStatic"')         
         }
       }
    }
    else 
    {  

      for (x=1; x<quantity+1; x++)
      {       
        menu = x+"MENU"+n   
        //alert(menu)     
        if (eval(obj+'(menu)'))
        {
          eval(obj+'(menu).style.visibility = "hidden"')            
        }
        highlightMenu ('main',n,'','static',quant)
      }
    }
    n++
  }  
}

// Re-set timer for sub menus
function hoverMenu()
{
  if(timer)
  clearTimeout(timer)
}

// Set timer for sub menus
function clearMenu(quant,menu)
{
  setDelay = subMenuDelay*1000
  delay = (eval("subMenu"+quant)[menu].length > 0)?setDelay:1
  
  timer = setTimeout("popDown("+quant+","+(eval("Menu"+quant).length + 1)+")",delay)
}

// when you click the box, perform the same function as if the user had clicked the hyperlink
//function tdMouseClick(theElement)
//{
//  eval(obj+'(theElement).click()')
//}
////// END MENU CODE  ///////////////////////////////////////////////////////////////////
//-->
