<!--
			

function CenterPopup(theURL, name, winheight, winwidth)
			{

window.open(theURL, name, "height='+winheight+', width='+winwidth+', location=no, menubar=no, status=no, toolbar=no, scrollbars=no, resizable=no");

}


			
function cellClick(src)
	
{
location.href = src.getElementsByTagName('a')[0];
	}
		

// -->
