function SetNewLink(A)
{
	//alert('a');
	if(fr)	fr.src=A.href;
	else return true;
	return false;
}
function ShowEmployee(A)
{
	//alert(A);
	window.open(A.href,'','width=600, height=600,scrolls=auto');
	return false;
}