	// Based on mailto.js by Anthony Howe

	function mailto(u)
	{
		var a,b,c;
		a="ma";
		b="@";
		c=".";
		d="?subject=Website: ";
		a+="il";
		b+="si";
		c+="nl";
		a+="to";
		b+="ne";
		a+=":";
		b+="w";
//		b+="it";
		location.href=a+u+b+c+d;
	}

	window.status = "Sinew Communications / Sinew IT Services";

