function openWin(url,w,h)
{
	var win = window.open(url, "popupWin", "width="+w+",height="+h+",left=50,top=50,resizable=no,scrollbars=no");
	win.focus();
}
function execMail(mAddr)
{
	location.href = "mailto:" + mAddr.replace("#com.at#", "@").replace("#dot#", ".");
}
function mailUs()
{
	var mAddr = "support#com.at#maton#dot#com#dot#ua";
	location.href = "mailto:" + mAddr.replace("#com.at#", "@").replace("#dot#", ".");
}

