var cm=null;
document.onclick = new Function("show(null)")
function getPos(el,sProp) 
{
	var iPos = 0
	while (el!=null) {
			iPos+=el["offset" + sProp]
			el = el.offsetParent
	}
	return iPos
}
 
function show(el,m) 
{
	if (m) 
	{
		m.style.display='';
		m.style.pixelLeft = getPos(el,"Left")
		m.style.pixelTop = getPos(el,"Top") + el.offsetHeight
	}
	if ((m!=cm) && (cm)) cm.style.display='none';
	cm=m
}

//////////////////////////////////////////////////////////////////////////////////////
//// Buidling Menu Items : 
//////////////////////////////////////////////////////////////////////////////////////

// About Us menue Div :
document.write("<div id='dvAboutUs' class='submenu' style='display:none'>");
document.write("<table cellpadding='0' cellspacing='0' border='0'>");
document.write("<tr><td height='8px;'></td></tr>");
document.write("<tr><td>&nbsp;<a href='Corporate_Over_View.html' class='mLk1'>Corporate Overview</a></td></tr>");
document.write("<tr><td>&nbsp;<a href='Mission.htm' class='mLk1'>Vision & Mission</span></a></td></tr>");
document.write("<tr><td>&nbsp;<a href='Message_from_the_CEO.htm' class='mLk1'>Message from CEO</a></td></tr>");
document.write("<tr><td>&nbsp;<a href='Employee_login.htm' class='mLk1'>Employee Login</a></td></tr>");
document.write("<tr><td height='8px;'></td></tr>");
document.write("</table></div>");

// Services menue Div :
document.write("<div id='dvServices' class='submenu5' style='display:none'>");
document.write("<table cellpadding='0' cellspacing='0' border='0'>");
document.write("<tr><td height='8px;'></td></tr>");
document.write("<tr><td>&nbsp;<a href='Services_overview.htm' class='mLk1'>Overview</a></td></tr>");
document.write("<tr><td>&nbsp;<a href='Project_Implementation.htm' class='mLk1'>Microsoft Enterprise Solutions</a></td></tr>");
document.write("<tr><td>&nbsp;<a href='Technical_Support.htm' class='mLk1'>FileNet Enterprise Solutions</a></td></tr>");
document.write("<tr><td>&nbsp;<a href='Training.htm' class='mLk1'>Software Development Solutions</a></td></tr>");
document.write("<tr><td>&nbsp;<a href='Manpower_Services.htm' class='mLk1'>Outsourcing & Manpower Services</a></td></tr>");
document.write("<tr><td>&nbsp;<a href='Software_Development.htm' class='mLk1'>Backlog Conversion Services</a></td></tr>");
document.write("<tr><td>&nbsp;<a href='Backlog_Conversion_Services.htm' class='mLk1'>Project Implementation Services</a></td></tr>");
document.write("<tr><td>&nbsp;<a href='Copy of Backlog_Conversion_Services.htm' class='mLk1'>Technical Support Services</a></td></tr>");

document.write("<tr><td height='8px;'></td></tr>");
document.write("</table></div>");


// Partner menue Div :
document.write("<div id='dvPartner' class='submenu' style='display:none'>");
document.write("<table cellpadding='0' cellspacing='0' border='0'>");
document.write("<tr><td height='8px;'></td></tr>");
//document.write("<tr><td>&nbsp;<a href='Solutions_over_view.htm' class='mLk1'>Solutions Overview</a></td></tr>");
document.write("<tr><td>&nbsp;<a href='Microsoft_Corporation.htm' class='mLk1'>Microsoft Corporation</span></a></td></tr>");
document.write("<tr><td>&nbsp;<a href='FileNet_ IBM_Corporation.htm' class='mLk1'>FileNet IBM Corporation</a></td></tr>");
document.write("<tr><td>&nbsp;<a href='Citrix.htm' class='mLk1'>Citrix Corporation</a></td></tr>");
document.write("<tr><td>&nbsp;<a href='Computer_Associates.htm' class='mLk1'>Computer Associates</a></td></tr>");
//document.write("<tr><td>&nbsp;<a href='McLaren_Software.htm' class='mLk1'>McLaren Softwaret</a></td></tr>");
//document.write("<tr><td>&nbsp;<a href='Bell_and_Howell.htm' class='mLk1'>Bell and Howell Company</a></td></tr>");
//document.write("<tr><td>&nbsp;<a href='Plasmon_Company.htm' class='mLk1'>Plasmon Company</a></td></tr>");
document.write("<tr><td>&nbsp;<a href='Copy of Microsoft_Corporation.htm' class='mLk1'>Adobe</a></td></tr>");
document.write("<tr><td height='8px;'></td></tr>");
document.write("</table></div>");

// Media menue Div :
document.write("<div id='dvMedia' class='submenu' style='display:none'>");
document.write("<table cellpadding='0' cellspacing='0' border='0'>");
document.write("<tr><td height='8px;'></td></tr>");
document.write("<tr><td>&nbsp;<a href='News_&_Events.htm' class='mLk1'>News & Events</span></a></td></tr>");
//document.write("<tr><td>&nbsp;</td></tr>");
//document.write("<tr><td>&nbsp;<a href='Image Gallery.htm' class='mLk1'>Image Gallery</a></td></tr>");
document.write("<tr><td>&nbsp;<a href='Products_Newsletters.htm' class='InnermLk1'>Products Newsletters</span></a></td></tr>");
document.write("<tr><td height='8px;'></td></tr>");
document.write("</table></div>");

// Contact  menue Div :
document.write("<div id='dvContact' class='submenu' style='display:none'>");
document.write("<table cellpadding='0' cellspacing='0' border='0'>");
document.write("<tr><td height='8px;'></td></tr>");
document.write("<tr><td>&nbsp;<a href='contact_offices.htm' class='mLk1'>Contacts offices</a></td></tr>");
//document.write("<tr><td>&nbsp;<a href='contact_sales.htm' class='mLk1'>Contact Sales & Marketing</span></a></td></tr>");
//document.write("<tr><td>&nbsp;<a href='Traing_&_contacts.htm' class='mLk1'>Training Contacts</a></td></tr>");
//document.write("<tr><td>&nbsp;<a href='support_contacts.htm' class='mLk1'>Support Contacts</a></td></tr>");
//document.write("<tr><td>&nbsp;<a href='contact_form.htm' class='mLk1'>Contact Us Form</a></td></tr>");
document.write("<tr><td>&nbsp;<a href='feedback.htm' class='mLk1'>Other contacts</a></td></tr>");
document.write("<tr><td height='8px;'></td></tr>");
document.write("</table></div>");






