


	// Globals effecting all menus
	var PopNoOffMenus=1;	// number of seperate menus
	var BaseHref="";		// Root of the site
	var PopRClick=0;		// Defines which menu reacts on right click. 0=none

	var PopMenuSlide="";
	var PopMenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.5, transition=19)";
	var PopMenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.5, wipeStyle=1)";

	var PopMenuShadow="";
	var PopMenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=2, offY=2, positive=1)";
	var PopMenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=3)";

	var PopMenuOpacity="";
	var PopMenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=75)";

	function P_BeforeStart(){return}
	function P_AfterBuild(){return}
	function P_BeforeFirstOpen(){return}
	function P_AfterCloseAll(){return}

	// Globals effecting one menu
	// Notation of PopMenu1 is different from PopMenu2. The result is the same. PopMenu1 is more understandable. PopMenu2 loads faster.

PopMenu1=new Array(		// global variables for PopMenu1
	9,			// number of main items
	0,			// Left position
	0,			// Top position
	"",			// Normal font color yellow
	"maroon",		// Normal back color
	"blue",			// High font color
	"",			// High back color
	"#E1E1FF",			//EFF6F7 Border color
	"arial",	// Fontfamily
	0,			// Bold
	0,			// Italic
	12,			// Font size in pixel
	1,			// First line horizontal
	1,			// First line permanent visible
	1,			// Border width
	"left",			// Text align "left", "center" or "right"
	0,			// Horizontal overlap
	.85,			// Vertical overlap
	1000,			// Delay
	0,			// Right to left unfold
	"LyrOne",			// Target div
	1,			// Border between elements
	"left",			// Menu horizontal centered "left", "center" or "right"
	"top",			// Menu vertical centered "top", "center" or "bottom"
	BaseHref+"tri.gif",		// Arrow right
	5,			// Arrow Width
	10,			// Arrow Height
	BaseHref+"tridown.gif",	// Arrow down
	10,			// Arrow Width
	5,			// Arrow Height
	BaseHref+"trileft.gif",	// Arrow left
	5,			// Arrow Width
	10,			// Arrow Height
	2,			// Top padding
	2,			// Left padding
	0);			// Unfold On Click

//	Menu Items:
//	MenuX=new Array(ItemText, Link, background image, number of sub elements, height, width,bgcolor,bghighcolor,
//	fontcolor,fonthighcolor,bordercolor,fontfamily,fontsize,fontbold,fontitalic,textalign,statustext);
// 	Fontsize, fontbold and fontitalic are ignored when set to -1.
//	For rollover images ItemText format is:  "rollover?Image1.jpg?Image2.jpg"

//	Notation of PopMenu1_1 is different from PopMenu1_1_1. The result is the same. PopMenu1_1 is more understandable. PopMenu1_1_1 loads faster.

	PopMenu1_1=new Array(
		"Home",	// ElementText
		"index.htm",		// ElementLink
		"",		// ElementBgImage BaseHref+"new.jpeg"
		0,		// ElementNoOfSubElements
		20,		// ElementHeight
		75,		// ElementWidth
		"#EFF6F7",		// ElementBgColor
		"#015A9C",		// ElementBgHighColor
		"#000000",		// ElementFontHighColor
		"#ffffff",		// ElementFontColor
		"",		// ElementBorderColor#000000
		"arial",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"center",		// ElementTextAlign
		"");		// ElementStatusText
//PopMenu1_2=new Array("Company","","",6,20,80,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"center","Own_Text");
		
	PopMenu1_2=new Array("Company","","",6,20,90,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"center","Own_Text");
		PopMenu1_2_1=new Array("Overview","overview.htm","",0,20,150,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"left","");
		
/*	PopMenu1_2_1_1=new Array("Sub 01","file.htm","",0,20,200,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"","");*/
			
		PopMenu1_2_2=new Array("History","history.htm","",0,20,200,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"left","");
		PopMenu1_2_3=new Array("Competitive Advantages","advantage.htm","",0,20,200,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"left","");
		PopMenu1_2_4=new Array("Mission/Vision/Values","vision.htm","",0,20,200,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"left","");
		PopMenu1_2_5=new Array("Alliances","alliances.htm","",0,20,200,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"left","");
		PopMenu1_2_6=new Array("Clients","clients.htm","",0,20,200,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"left","");
		
		
		
	PopMenu1_3=new Array("Web Services","","",10,20,110,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"center","");
		PopMenu1_3_1=new Array("Domains","domains.html","",0,20,150,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"","");
		PopMenu1_3_2=new Array("Web Hosting","webhosting.htm","",0,20,150,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"","");
		PopMenu1_3_3=new Array("Reseller Hosting","resellerhosting.html","",0,20,150,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"","");
		PopMenu1_3_4=new Array("Dedicated Server","dedicated_servers.htm","",0,20,150,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"","");
		PopMenu1_3_5=new Array("Virtual Private Server","vps.htm","",0,20,150,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"","");
		PopMenu1_3_6=new Array("Co-Location","colocation.htm","",0,20,125,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"","");
		PopMenu1_3_7=new Array("TOMCAT JSP Apache","tomcat.htm","",0,20,125,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"","");
		PopMenu1_3_8=new Array("IBM Websphere","websphere.htm","",0,20,125,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"","");
		PopMenu1_3_9=new Array("SSL Certificates","ssl.htm","",0,20,125,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"","");
		PopMenu1_3_10=new Array("DNS Info","dns.htm","",0,20,125,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"","");
		
		
	PopMenu1_4=new Array("VoIP Services","","",8,20,110,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"center","");
			PopMenu1_4_1=new Array("Residental Users","voip_residential.htm","",0,20,140,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"","");
			PopMenu1_4_2=new Array("Business Users","voip_business.htm","",0,20,140,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"","");
			PopMenu1_4_3=new Array("Features","voip_features.htm","",0,20,140,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"","");
			PopMenu1_4_4=new Array("Rates","voip_rates.htm","",0,20,140,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"","");
			PopMenu1_4_5=new Array("Call Shops","voip_call_shops.htm","",0,20,140,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"","");
			PopMenu1_4_6=new Array("Toll Free Numbers","voip_toll_free.htm","",0,20,140,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"","");
			PopMenu1_4_7=new Array("DID Numbers","voip_DID.htm","",0,20,140,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"","");
			PopMenu1_4_8=new Array("Hardware","voip_hardware.htm","",0,20,140,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"","");

/*
	PopMenu1_5=new Array("Internet Services","","",5,20,110,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"center","");
			PopMenu1_5_1=new Array("Overview","#","",0,20,150,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"","");
			PopMenu1_5_2=new Array("Dial-up","#","",0,20,150,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"","");
			PopMenu1_5_3=new Array("Broadband - ADSL","#","",0,20,150,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"","");
			PopMenu1_5_4=new Array("Broadband - SDSL","#","",0,20,150,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"","");
			PopMenu1_5_5=new Array("Leased Lines","#","",0,20,150,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"","");
*/

	PopMenu1_5=new Array("Offerings","","",11,20,115,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"center","");
			PopMenu1_5_1=new Array("IT Services","itservices_overview.htm","",0,20,150,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"","");
			PopMenu1_5_2=new Array("Embedded Systems","es_digital_tv.html","",0,20,150,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"","");
			PopMenu1_5_3=new Array("Engineering Services","eng_industrial_services.htm","",0,20,150,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"","");
			PopMenu1_5_4=new Array("Consulting Services","con_ser.htm","",0,20,150,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"","");
			PopMenu1_5_5=new Array("BPO Services","bpo.htm","",0,20,150,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"","");
			PopMenu1_5_6=new Array("E-Commerce Solutions","ecommerce_solutions.htm","",0,20,150,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"","");
			PopMenu1_5_7=new Array("Website Development","website_development.htm","",0,20,150,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"","");
			PopMenu1_5_8=new Array("Web 2.0","web2-0.htm","",0,20,150,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"","");
			PopMenu1_5_9=new Array("Open Source Solutions","open_source_solutions.htm","",0,20,150,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"","");
			PopMenu1_5_10=new Array("Portal Development","portal_development.htm","",0,20,150,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"","");
			PopMenu1_5_11=new Array("Internet Marketing","internet_marketing.html","",0,20,150,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"","");

    PopMenu1_6=new Array("Industry Services","","",9,20,120,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"center","");
			PopMenu1_6_1=new Array("Retail Banking","is_retail.html","",0,20,200,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"","");
			PopMenu1_6_2=new Array("Cards & Payment","is_card.html","",0,20,200,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"","");
			PopMenu1_6_3=new Array("Consumer Lending","is_cl.html","",0,20,200,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"","");
			PopMenu1_6_4=new Array("Wholesale Banking","is_wb.html","",0,20,200,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"","");
			PopMenu1_6_5=new Array("Risk Management","is_risk.html","",0,20,200,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"","");
			PopMenu1_6_6=new Array("Investment Management","is_im.html","",0,20,200,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"","");
			PopMenu1_6_7=new Array("Investment Banking & Brokerage","is_ibb.html","",0,20,200,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"","");
			PopMenu1_6_8=new Array("Security Services","is_ss.html","",0,20,200,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"","");
			PopMenu1_6_9=new Array("Corporate Services","is_cs.html","",0,20,200,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"","");			
			
	PopMenu1_7=new Array("Products","","",3,20,90,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"center","");	
			PopMenu1_7_1=new Array("eNewsy","pr_enewsy.html","",0,20,100,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"","");
			PopMenu1_7_2=new Array("Endure","pr_endure.html","",0,20,100,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"","");
			PopMenu1_7_3=new Array("CRM & ERP","pr_crm.html","",0,20,100,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"","");
			PopMenu1_7_4=new Array("Octiva","itoutsourcing_productdevelopment.htm","",0,20,100,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"","");

			
			
	PopMenu1_8=new Array("On-Demand","index.htm","",0,20,100,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"center","");
	
	PopMenu1_9=new Array("Research","","",2,20,110,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"center","");
			PopMenu1_9_1=new Array("Research Areas","research_areas.htm","",0,20,110,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"","");
			PopMenu1_9_2=new Array("Engage With Us","engage_with_us.htm","",0,20,110,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"","");
			/*PopMenu1_10_3=new Array("Product Development","itoutsourcing_productdevelopment.htm","",0,20,150,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"","");
	/*PopMenu1_10_4=new Array("Dedicated Team","itoutsourcing_dedicated_team.htm","",0,20,150,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"","");
	/*PopMenu1_9=new Array("IT Outsourcing","","",4,20,130,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"center","");
			/*PopMenu1_9_1=new Array("Overview","itoutsourcing_overview.htm","",0,20,150,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"","");
			/*PopMenu1_9_2=new Array("IT Outsourcing","itoutsourcing_itoutsourcing.htm","",0,20,150,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"","");
			/*PopMenu1_9_3=new Array("Product Development","itoutsourcing_productdevelopment.htm","",0,20,150,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"","");
			/*PopMenu1_9_4=new Array("Dedicated Team","itoutsourcing_dedicated_team.htm","",0,20,150,"#EFF6F7","#015A9C","#000000","#ffffff","","arial",-1,-1,-1,"","");
			
    
*/