

/* TR OVER */
function trOver(tableRow)
{}
function trOut(tableRow)
{}
function trOverB4(tableRow)
{}
function trOutB4(tableRow)
{}
/* A OVER */
function aOver(aLink)
{
	aLink.offsetParent.parentNode.style.backgroundColor = '#5e4e43';
	aLink.offsetParent.parentNode.style.backgroundImage = 'url(skin/website/widgets/tab-sftr2.gif)';
	aLink.innerHTML = '<img src="skin/website/widgets/tab-bt-dettagli2.gif" width="80" height="18" alt="" />';
}
function aOut(aLink)
{
	aLink.offsetParent.parentNode.style.backgroundColor = '#9c8d81';
	aLink.offsetParent.parentNode.style.backgroundImage = 'url(skin/website/widgets/tab-sftr.gif)';
	aLink.innerHTML = '<img src="skin/website/widgets/tab-bt-dettagli.gif" width="80" height="18" alt="" />';
}
/* IMG OVER */
function imgOver(img)
{
	img.offsetParent.parentNode.style.backgroundColor  = '#5e4e43';
	img.offsetParent.parentNode.style.backgroundImage  = 'url(skin/website/widgets/tab-sftr2.gif)';
	img.offsetParent.parentNode.cells['0'].style.color = '#ffffff';
	img.offsetParent.parentNode.cells['1'].style.color = '#ffffff';
	img.offsetParent.parentNode.cells['2'].style.color = '#ffffff';
	img.src = 'skin/website/widgets/tab-bt-dettagli2.gif';
}
function imgOut(img)
{
	img.offsetParent.parentNode.style.backgroundColor  = '#9c8d81';
	img.offsetParent.parentNode.style.backgroundImage  = 'url(skin/website/widgets/tab-sftr.gif)';
	img.offsetParent.parentNode.cells['0'].style.color = '#E6E2DC';
	img.offsetParent.parentNode.cells['1'].style.color = '#E6E2DC';
	img.offsetParent.parentNode.cells['2'].style.color = '#E6E2DC';
	img.src = 'skin/website/widgets/tab-bt-dettagli.gif';
}
/* A OVER */
function aOverB4(aLink)
{
	aLink.offsetParent.parentNode.style.backgroundColor = '#5e4e43';
	aLink.offsetParent.parentNode.style.backgroundImage = 'url(skin/website/widgets/tab-sftrB42.gif)';
	aLink.innerHTML = '<img src="skin/website/widgets/tab-bt-dettagli2.gif" width="80" height="18" alt="" />';
}
function aOutB4(aLink)
{
	aLink.offsetParent.parentNode.style.backgroundColor = '#9c8d81';
	aLink.offsetParent.parentNode.style.backgroundImage = 'url(skin/website/widgets/tab-sftrB4.gif)';
	aLink.innerHTML = '<img src="skin/website/widgets/tab-bt-dettagli.gif" width="80" height="18" alt="" />';
}
/* IMG OVER */
function imgOverB4(img)
{
	img.offsetParent.parentNode.style.backgroundColor  = '#5e4e43';
	img.offsetParent.parentNode.style.backgroundImage  = 'url(skin/website/widgets/tab-sftrB42.gif)';
	img.offsetParent.parentNode.cells['0'].style.color = '#ffffff';
	img.offsetParent.parentNode.cells['1'].style.color = '#ffffff';
	//img.offsetParent.parentNode.cells['2'].style.color = '#ffffff';
	img.src = 'skin/website/widgets/tab-bt-dettagliB42.gif';
}
function imgOutB4(img)
{
	img.offsetParent.parentNode.style.backgroundColor  = '#9c8d81';
	img.offsetParent.parentNode.style.backgroundImage  = 'url(skin/website/widgets/tab-sftrB4.gif)';
	img.offsetParent.parentNode.cells['0'].style.color = '#666666';
	img.offsetParent.parentNode.cells['1'].style.color = '#666666';
	//img.offsetParent.parentNode.cells['2'].style.color = '#666666';
	img.src = 'skin/website/widgets/tab-bt-dettagliB4.gif';
}



