var Tabindex=0;
var tabtempclass = 'selectedLightBlue';
var TabsheetTab=new Array;
var TabsheetTabExtra=new Array;
var TabName='';
function goTo(cat,QName,LANG){
	document.location='?'+QName+'='+cat+'&Lang='+LANG;
}
function temporaryf()	{
	for(var i in TabsheetTab)
	alert(i+"-->"+TabsheetTab[i]);
}
function RollOver(id,topid,rs1id,rs2id)	{
	/*id.style.background='green';
	topid.style.background='#36362E';
	rs1id.style.background='green';
	rs2id.style.background='green';
	id.style.color='#ffffff';*/
}

function RollOut(id,topid,rs1id,rs2id)	{
	/*id.style.background='E1F5F6';
	topid.style.background='#36362E';
	rs1id.style.background='E1F5F6';
	rs2id.style.background='E1F5F6';
	id.style.color='#000000';*/
}

function RollOverDisable(id,topid,rs1id,rs2id)	{
	id.style.background='#FF0000';
	topid.style.background='#FFCEAF';
	rs1id.style.background='#FF0000';
	rs2id.style.background='#FF0000';
	id.style.color='#171541';
}

function RollOutDisable(id,topid,rs1id,rs2id)	{
	id.style.background='#171541';
	topid.style.background='#FFCEAF';
	rs1id.style.background='#171541';
	rs2id.style.background='#171541';
	id.style.color='#FFFFFF';
}
