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