function openWindow(url,name){
		var hwnd = window.open(url,name,'top=50,left=50,width=800,height=600,resizable=1,scrollbars=1');
}
function swap(name) {
	
	if ((document.getElementById(name).style.backgroundColor=='none')||(document.getElementById(name).style.backgroundColor==''))
	{
		document.getElementById(name).style.backgroundColor='#E4000F';
	}
	else
		document.getElementById(name).style.backgroundColor='';
}

_uacct = "UA-401355-1";
urchinTracker();
