/***************************************************************************
									IN-PAGE PARAMETERS
		***************************************************************************/
		HM_PG_FontColor = "Black";			//Font color before mouseover
		HM_PG_FontColorOver = "red";		//Font color when mouseover
		HM_PG_BGColor = "#C7E0F6";			//Background color before mouseover
		HM_PG_BGColorOver = "#F7F7F7";		//Background color when mouseover
		HM_PG_BorderWidth = 0;				//The size of the border
		HM_PG_BorderColor = "#999999";		//The color of the border
		HM_PG_SeparatorSize = 0;			//The size of the separator
		HM_PG_SeparatorColor = "#999999";	//The color of the separator
		HM_PG_MenuWidth = 250;				//The width of the menu
		HM_PG_FontFamily = "Geneva, Arial, Helvetica, sans-serif";
		HM_PG_FontSize = 10;				//The size of the font, not px
		HM_PG_FontBold = false;				//Either to bold the font
		HM_PG_FontItalic = true;			//Either to add Italic

		HM_PG_ItemPadding = 3;				//Cellpadding


		HM_PG_BorderStyle = "solid";		//The style of the border
		HM_PG_ImageSrc = "tri.gif";			//Right image
		HM_PG_ImageSrcLeft = "triL.gif";	//Left image

		HM_PG_ImageSize = 10;				//Size of the image
		HM_PG_ImageHorizSpace = 0;			//Horizontal
		HM_PG_ImageVertSpace = 5;			//Vertical

		HM_PG_KeepHilite = true; 			//to keep highlite after mouseover
		HM_PG_ClickStart = 0;				//Click the link to call the popup menu, 0 to disable 1 to activate
		HM_PG_ClickKill = 0;				//Click the link to hide the popup menu, 0 to disable 1 to activate
		HM_PG_ChildOverlap = 0;				//Child menu overlap the parent menu, from left
		HM_PG_ChildOffset = 0;				//Child menu overlap the parent menu, from top
		HM_PG_ChildPerCentOver = 0;		//How many percent the child overlap the parent
		HM_PG_TopSecondsVisible = .5;
		HM_PG_StatusDisplayBuild =0;		//The status display at the browser status bar 0 not show 1 show
		HM_PG_StatusDisplayLink = 0;		//0 not to show the link at the status bar, 1 to show
		HM_PG_UponDisplay = null;			//Once the parent or the child show, it will execute the funtion
		HM_PG_UponHide = null;				//Once the parent or the child hide, it will execute the funtion

		HM_PG_RightToLeft = false;			//Whether the popup show at the left or the right

function killErrors() {
return true;
}

window.onerror = killErrors;

HM_Array1 = [
[150,505,220,,,,,,HM_PG_SeparatorColor,,,,,,,"null","null",] ,
["<a href='services.htm' class='v11_navy'>Consultancy Services</a>","",1,0,0] ,
["<a href='services02.htm' class='v11_navy'>Telecommunication M&E Services</a>","",1,0,0],
["<a href='services03.htm' class='v11_navy'>Special Projects</a>","",1,0,0]
]
HM_Array2 = [
[150,600,220,,,,,,HM_PG_SeparatorColor,,,,,,,"null","null",] ,
["<a href='products01.htm' class='v11_navy'>Passive RF Equipments</a>","",1,0,0] ,
["<a href='products02.htm' class='v11_navy'>Repeater Equipments</a>","",1,0,0] ,
["<a href='products03.htm' class='v11_navy'>Mobile Coverage Solution</a>","",1,0,0]
]

