var IE = (document.all)||(document.getElementById);
var NS4 = (document.layers);

var theActiveObj = null;
var theActiveObj1 = null;
var menuTimer = null;

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)>3)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
function changeLOC(loc)
{
	var theObj = MM_findObj(loc);
	if(IE)
		location.href=loc;
	if(NS4)
		location.href=loc;
}

function changeBG(bgCol)
{
	var theObj = MM_findObj(bgCol);
	if(IE)
	{
		if(theObj.id.indexOf("solutionsMenu") != -1)
			theObj.style.backgroundColor = "#052554";										
	}
	if(NS4)
	{
		if(theObj.id.indexOf("solutionsMenu") != -1)
			theObj.bgColor = "#994f66";						
	}
}

function restoreBG(bgCol)
{
	var theObj = MM_findObj(bgCol);
	if(IE)
		{
		if(theObj.id.indexOf("solutionsMenu") != -1)
			theObj.style.backgroundColor = "#052554";							
	}
	if(NS4)
		if(theObj.id.indexOf("solutionsMenu") != -1)
			theObj.bgColor = "#052554";											
}

function displayMenu(menuName, hideAll)
{

	if(hideAll == "true")
	{	
		clearTimeout(menuTimer);
		hide();
	}
	else
		clearTimeout(menuTimer);

	theActiveObj = MM_findObj(menuName);
	if(IE)
		theActiveObj.style.visibility = "visible";
	if(NS4)
		theActiveObj.visibility = "show";
	
}

function hideMenu(menuName)
{
	theActiveObj = MM_findObj(menuName);
	menuTimer = setTimeout("hide();", 50);	
}

function hideMenu1(menuName)
{
	theActiveObj1 = MM_findObj(menuName);
	hide1();
}

function hide1()
{
	if(IE)
	{
		if(theActiveObj1)
			theActiveObj1.style.visibility = "hidden";
	}
	if(NS4)
	{
		if(theActiveObj1)
			theActiveObj1.visibility = "hide";	
	}
}

function hide()
{
	if(IE)
	{
		if(theActiveObj)
			theActiveObj.style.visibility = "hidden";
	}
	if(NS4)
	{
		if(theActiveObj)
			theActiveObj.visibility = "hide";	
	}
}

function MM_findObj(n, d) { //v4.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&id.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}

function MM_showHideLayers() { //v3.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v='hide')?'hidden':v; }
    obj.visibility=v; }
}

//Actual menu starts here
if(IE)
{

//company dropdown menu 
document.write('<div id="company" style="position:absolute; left:156px; top:298px; width:300px; height:20px; z-index:2; background-color:#052554; border: 0px; visibility:hidden" onmouseover="displayMenu(\'company\')" onmouseout="hideMenu(\'company\')">');
document.write('<table align="center" cellspacing="1"  cellpadding="0"  width="320" bgcolor="#ffffff"><tr><td>');
document.write('<div width="320px" id="companyMenu1" style="background-color:#052554; height:20px;" onmouseover="displayMenu(\'company\');changeBG(\'companyMenu1\');" onmouseout="restoreBG(\'companyMenu1\')"><a href="../article1.htm" class="menulink"> TRANSFERRING EMPLOYEES TO THE US</a></div>');
document.write('</td></tr><tr><td>');
document.write('<div width="320px" id="companyMenu2" style="background-color:#052554; height:20px;" onmouseover="displayMenu(\'company\');changeBG(\'companyMenu2\');" onmouseout="restoreBG(\'companyMenu2\')"><a href="../article2.htm" class="menulink"> EXTRAORDINARY ABILITY IN BUSINESS</a></div>');
document.write('</td></tr><tr><td>');
document.write('<div width="320px" id="companyMenu3" style="background-color:#052554; height:20px;" onmouseover="displayMenu(\'company\');changeBG(\'companyMenu3\');" onmouseout="restoreBG(\'companyMenu3\')"><a href="../article3.htm" class="menulink"> GREEN CARDS FOR SPOUSES IN THE UK</a></div>');
document.write('</td></tr><tr><td>');
document.write('<div width="320px" id="companyMenu4" style="background-color:#052554; height:20px;" onmouseover="displayMenu(\'company\');changeBG(\'companyMenu4\');" onmouseout="restoreBG(\'companyMenu4\')"><a href="../article4.htm" class="menulink"> ACQUISITION AND LOSS OF US CITIZENSHIP</a></div>');
document.write('</td></tr><tr><td>');
document.write('<div width="320px" id="companyMenu5" style="background-color:#052554; height:20px;" onmouseover="displayMenu(\'company\');changeBG(\'companyMenu5\');" onmouseout="restoreBG(\'companyMenu5\')"><a href="../article5.htm" class="menulink"> EXTRAORDINARY ABILITY ALIENS</a></div>');
document.write('</td></tr></table></td></tr></div>');
}