function mail_trans()
{
	var m = document.getElementById("mail");
	m.href="mailto:studio@autograph.pl";
}

function przelaczenie(o)
{
	document.location.href = o.value;
}