function mail()
{
	document.location.href="mailto:info@ngaishinghk.com";
	return false;
}

function home()
{
	document.location.href="../index.htm";
	return false;
}