 
function close2()
{
net=document.layers
iexp=document.all


if (net)
{
document.layers["sub3"].document.layers["one3"].top = -20
document.layers["link12"].background="#cccc99"
}

if (iexp)
{
document.all['one3'].style.pixelTop = -20
}
  }  
  
  
  function close3()
{
net=document.layers
iexp=document.all


if (net)
{
document.layers["sub4"].document.layers["one4"].top = -20
document.layers["link15"].background="#cccc99"
}

if (iexp)
{
document.all['one4'].style.pixelTop = -20
}
	}
	
function close4()
{
net=document.layers
iexp=document.all


if (net)
{
document.layers["sub5"].document.layers["one5"].top = -20
document.all('game').style.color='#FFFFFF';
}

if (iexp)
{
document.all['one5'].style.pixelTop = -20
}
	}
	
function close6()
{
net=document.layers
iexp=document.all


if (net)
{
document.layers["sub6"].document.layers["one6"].top = -20
document.all('MyAccount').style.color='#FFFFFF';
}

if (iexp)
{
document.all['one6'].style.pixelTop = -20
}
	}


