// JavaScript Document


function ShowWebSite(val)
{
      
	  //document.all.getElementById("mainFRAME").src=val;
     document.all.mainFRAME.src = val;
	 document.all.mainFRAME.style.visibility="visible";
	
}

function logoShowWebSite(val1)
{
      
	  document.all.logoFrame.src=val1;
      document.all.logoFrame.style.visibility="visible";
      

}

function holdbyid1()
{
document.getElementById("index1").style.backgroundColor="#E20015";
document.getElementById("index1").style.color="#ffffff";
document.getElementById("index2").style.backgroundColor="#CED0D1";
document.getElementById("index3").style.backgroundColor="#CED0D1";
}
function holdbyid2()
{
document.getElementById("index1").style.backgroundColor="#CED0D1";
document.getElementById("index2").style.backgroundColor="#E20015";
document.getElementById("index2").style.color="#FFFFFF";
document.getElementById("index3").style.backgroundColor="#CED0D1";
}
function holdbyid3()
{
document.getElementById("index1").style.backgroundColor="#CED0D1";
document.getElementById("index2").style.backgroundColor="#CED0D1";
document.getElementById("index3").style.backgroundColor="#E20015";
document.getElementById("index3").style.color="#FFFFFF";
}

function holdbyidsub1()
{

document.getElementById("subindex1").style.color="red";

}
function holdbyidsub2()
{

document.getElementById("subindex2").style.color="red";

}
function holdbyidsub3()
{

document.getElementById("subindex3").style.color="red";

}
function onmauseover1()
{

document.getElementById("index1").style.color="#000000";

}
function onmauseout1()
{

document.getElementById("index1").style.color="#ffffff";

}
function onmauseover2()
{

document.getElementById("index2").style.color="#000000";

}
function onmauseout2()
{

document.getElementById("index2").style.color="#ffffff";
}
function onmauseover3()
{

document.getElementById("index3").style.color="#000000";

}
function onmauseout3()
{

document.getElementById("index3").style.color="#ffffff";
}
