//************white and orange mouseovers**************//
iexp=document.all
var flag;

function orange(aa)
{
if(iexp){
document.all[aa].style.color='#FFFF00';
}
}

function white1(aa,num){
//alert(flag)
if(iexp){
if(flag==1)
{
	if (num==1)
	{
		document.all('ii').style.color='#FFFF00';
		document.all('myport').style.color='#000000';
		document.all('market').style.color='#000000';
		flag=0;
		//alert(flag)
			}	
			
	if (num==2)
	{
		document.all('market').style.color='#FFFF00';
		document.all('ii').style.color='#000000';
		document.all('myport').style.color='#000000';
		
		flag=0;
		//alert(flag)
			}	

	if (num==3)
	{
		document.all('myport').style.color='#FFFF00';
		document.all('ii').style.color='#000000';
		document.all('market').style.color='#000000';
	
		flag=0;
		//alert(flag)
			}				

	
	if (num==4)
	{
	
		document.all('ii').style.color='#000000';
		document.all('myport').style.color='#000000';
		document.all('market').style.color='#000000';
		flag=0;
		//alert(flag)
			}		


}
else
{
document.all[aa].style.color='#000000';
}
}
}


function white(aa){
if(iexp){
if(flag==1)
{
document.all('pref').style.color='#FFFF00';
flag=0;
}
else
{
document.all[aa].style.color='#000000';
}
}
}
//************white and orange mouseovers ends here**************//

//************orange to yellow mouseovers**************//
iexp=document.all

function sublink(bb)
{

if(iexp){
document.all[bb].style.color='#DECFDE';
}
}
function sublinkon(bb){
if(iexp){
document.all[bb].style.color='#DECFDE';
}
}
//************orange to yellow mouseovers ends here**************//


//************orange to yellow mouseovers**************//
iexp=document.all

function sublink2(cc)
{

if(iexp){
document.all[cc].style.color='#DECFDE';
}
}
function sublink2on(cc){
if(iexp){
document.all[cc].style.color='#000000';
}
}
//************orange to yellow mouseovers ends here**************//

function close()
{
net=document.layers
iexp=document.all


if (net)
{
document.layers["sub1"].document.layers["one1"].top = -20
document.layers["link11"].background="#DECFDE"

}

if (iexp)
{
document.all['one1'].style.pixelTop = -20
document.all('link11').style.background="#DECFDE"
document.all('ii').style.color='#000000';
}
  }
  
  
function close1()
{
net=document.layers
iexp=document.all


if (net)
{
document.layers["sub2"].document.layers["one2"].top = -30
document.layers["link12"].background="#DECFDE"
}

if (iexp)
{
document.all['one2'].style.pixelTop = -30
document.all('link12').style.background="#DECFDE"
document.all('market').style.color='#000000';
}
  }  
  
  
function close2()
{
net=document.layers
iexp=document.all


if (net)
{
document.layers["sub3"].document.layers["one3"].top = -20
document.layers["link13"].background="#DECFDE"
}

if (iexp)
{
document.all['one3'].style.pixelTop = -20
document.all('link13').style.background="#DECFDE"
document.all('myport').style.color='#000000';
}
  }  
  
  
  function close3()
{
net=document.layers
iexp=document.all


if (net)
{
document.layers["sub4"].document.layers["one4"].top = -20
document.layers["link15"].background="#DECFDE"
}

if (iexp)
{
document.all['one4'].style.pixelTop = -20
document.all('link15').style.background="#DECFDE"
document.all('game').style.color='#000000';
}
	}
	
	
