
function changecolor()
{
document.getElementById('header').style.color="red"
}

var agt		= navigator.userAgent.toLowerCase();
var versInt	= parseInt(navigator.appVersion);
var is_aol	= (agt.indexOf("aol") != -1);
var talDomainArray = location.hostname.split( '.' );
var EditionDomain = ( talDomainArray.length > 1 ) ? '.' + talDomainArray[talDomainArray.length-2] + '.' + talDomainArray[talDomainArray.length-1] : '';


function TAL_goTo( url ) {
	window.location.href = url;
}

function TAL_navBar( tableCellRef, hoverFlag, navStyle ) {
	if ( hoverFlag ) {
		switch ( navStyle ) {
			case 1:
				tableCellRef.style.backgroundColor = '#a0b872';
				break;
			default:
				if ( document.getElementsByTagName ) {
					tableCellRef.getElementsByTagName( 'a' )[0].style.color = '#a0b872';
				}
		}
	} else {
		switch ( navStyle ) {
			case 1:
				tableCellRef.style.backgroundColor = '#DBF0B3';
				break;
			default:
				if ( document.getElementsByTagName ) {
					tableCellRef.getElementsByTagName( 'a' )[0].style.color = '#DBF0B3';
				}
		}
	}
}



function TAL_navBarClick( tableCellRef, navStyle, url ) {
	TAL_navBar( tableCellRef, 0, navStyle );
	TAL_goTo( url );
}

function TAL_goTo( url ) {
	window.location.href = url;
}

function openWindow(url, name) {
  popupWin = window.open(url, name, 'scrollbars,resizable,width=650,height=400')
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


