function tout ()
{
	document.getElementById("contact_mail").href="";
	document.getElementById("contact_mail_pic").href="";
}
function ton (ob)
{
	tt="mailto:";
	tt+="shop";
	tt+="@";
	tt+="sexzone.ru";
	ob.href=tt;
	setTimeout("tout();", 1);
}
