function over(cell)
	{
	cell.style.backgroundColor='326CB3';
	cell.style.cursor='hand';
	}
function out(cell)
	{
	cell.style.backgroundColor='05297B';
}

function over2(cell)
	{
	cell.style.backgroundColor='326CB3';
	cell.style.color='FFFFFF';
	cell.style.cursor='hand';
}


function out2(cell)
	{
	cell.style.backgroundColor='FFFFFF';
	cell.style.color='000000';
}

function over3(cell)
	{
	cell.style.backgroundColor='05297B';
	cell.style.color='FFFFFF';
	cell.style.cursor='hand';
}

function out3(cell)
	{
	cell.style.backgroundColor='';
	cell.style.color='000000';
}


function over4(cell)
	{
	cell.style.background='326CB3';
	cell.style.color='FFFFFF';
	cell.style.cursor='hand';
}

function out4(cell)
	{
	cell.style.background='E5E5E5';
	cell.style.color='326CB3';
}

function out5(cell)
	{
	cell.style.backgroundColor='';
	cell.style.color='000000';
}

function link(cell)
	{
	cell.style.color='FFFFFF';
}


function click()
	{
	document.getElementsByTagName("td")[6].style.backgroundColor='FFFFFF';
	document.getElementsByTagName("td")[6].style.color='000000';
	document.getElementsByTagName("td")[7].style.backgroundColor='FFFFFF';
	document.getElementsByTagName("td")[7].style.color='000000';
	document.getElementsByTagName("td")[8].style.backgroundColor='FFFFFF';
	document.getElementsByTagName("td")[8].style.color='000000';
	document.getElementsByTagName("td")[9].style.backgroundColor='FFFFFF';
	document.getElementsByTagName("td")[9].style.color='000000';
	document.getElementsByTagName("td")[10].style.backgroundColor='FFFFFF';
	document.getElementsByTagName("td")[10].style.color='000000';
}

defaultStatus="Dresdener Pensionskasse VVaG - Überbetriebliche Pensionskasse seit 1901";