function redir(d, u)
{
	ml = 'm'+'a'+'i'+'l'+'t'+'o';
	window.location=ml+":"+u+"@"+d;
}

function AdjustFullSize() 
{
return;
	var h = window.screen.height;
	document.getElementById('container').style='min-height:'+ window.clientHeight + 'px';
}
