bgcolor='#FFFFFF';
bgcolor2='#FFFFFF';
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:15; left:99px ')
document.write('#topgauche { position:absolute;  z-index:10; }')
document.write('A:hover.ejsmenu {color:#FFFFFF; text-decoration:none;}')
document.write('.ejsmenu {color:#FFFFFF; text-decoration:none;}')
document.write('</style>')
document.write('<div style="position:relative;height:25"><DIV class=popper id=topdeck></DIV>');


/*
LIENS
*/
zlien = new Array;
zlien[0] = new Array;
zlien[1] = new Array;
zlien[2] = new Array;
zlien[3]=new Array;
zlien[0][0] ='<font face="Arial" size=2>For many companies, the question that stands before them is not whether outsourcing is for them or not; they already know they need it. But rather the question is whether or not to give access to a remote team located in another country. The question may come up whether or not the team is internal or outsourced, but can be more complicated if the team is outsourced. Your success depends on what is right for your organization and how you need to work. The only invalid option is to give up and say it can’t be done.</font>';
zlien[1][0] ='<font face="Arial" size=2>Maintenance for large projects requires a dedicated team effort for a considerable period of time. These projects require continuous support for at least two to three years, only after which they start stabilizing. These projects have to be supported for bug fixing, new report generation, new feature enhancements, production issues, etc. To properly take care of these issues to client’s satisfaction, we need to maintain dedicated onsite and offshore teams.</font>';
zlien[2][0] ='<font face="Arial" size=2>You must bring the offshore lead onsite to participate in the concept, analysis, and design phases as suggested in the literature; you must handle any necessary knowledge transfer as a planned activity with clear deliverables. The onsite and offshore leads jointly sign off on the estimates and resource planning. During construction, the offshore team is primarily responsible for artifact development (code and tests) and delivery in accordance with defined coding standards and best practices. You can use an established set of process procedures, a standard estimation model, and a resource planning sheet to forecast staffing needs and plan specific responsibilities.</font>';
zlien[3][0] ='<font face="Arial" size=2>Working onsite and offshore provide new opportunities for people with excellent communication and leadership skills, good architecture ability, responsibility, and a keen sense of how to leverage partner teams onsite or offshore. Junior developers and senior software engineers must actively develop the soft skills that are becoming crucial to their success. Managers must communicate with staff regarding future opportunities, to keep people engaged.Offshore development requires to periodically transferring data offshore. Customers sometimes express concern over that data’s security. You can require all offshore vendors and employees on the team to sign a confidentiality agreement with you.</font>';
if(document.getElementById)
	{
	skn = document.getElementById("topdeck").style
	skn.left = 315;
	}

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.top = pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#FFFFFF WIDTH=550><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=1>";
pass = 0
while (pass < msg.length)
	{
	content += "<TR><TD BGCOLOR="+bgcolor+" onMouseOver=\"this.style.background='"+bgcolor2+"'\" onMouseOut=\"this.style.background='"+bgcolor+"'\" HEIGHT=20><FONT SIZE=1 FACE=\"Verdana\">&nbsp;&nbsp;"+msg[pass]+"</FONT></TD></TR>";
	pass++;
	}
content += "</TABLE></TD></TR></TABLE>";
document.getElementById("topdeck").innerHTML = content;
skn.visibility = "visible";
}
function kill()
{
	if(document.getElementById)
		skn.visibility = "hidden";
}
document.onclick = kill;
if(document.getElementById)
	{
document.write('<DIV ID=topgauche><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#FFFFFF WIDTH=320 HEIGHT=40><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=40>')
document.write('<tr><TD WIDTH=300 ALIGN=left BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=2 FACE="Arial">Offshore Team</FONT></TD></tr>')
document.write('<tr><TD WIDTH=300 ALIGN=left BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],20)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=2 FACE="Arial">Onsite and Offshore Team with Lead Team Onsite</FONT></TD></tr>')
document.write('<tr><TD WIDTH=300 ALIGN=left BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],40)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=2 FACE="Arial">Onsite and Offshore with Lead Team Offshore</FONT></TD></tr>')
document.write('<tr><TD WIDTH=300 ALIGN=left BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],60)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=2 FACE="Arial">Onsite, Offshore, and then Onsite</FONT></TD></tr>')
document.write('</TABLE></TD></TR></TABLE></DIV>')
	}
document.write('</div>');