﻿function Newsletter(f,e){
s=/^([\w-]+(?:\.[\w-]+)*)@((?:[\w-]+\.)*\w[\w-]{0,66})\.([a-z]{2,6}(?:\.[a-z]{2})?)$/i
k=$(e).style.borderColor;
$(f).onsubmit=function(){if(!s.test($(e).value)){$(e).style.borderColor="#f30";alert("???????? ?????? E-mail!");$(e).style.borderColor=k;$(e).focus();return false}}
v=$(e).value;window.onload=w;function w(){$(e).onfocus=function(){if(this.value==v){this.value=""}}
$(e).onblur=function(){if(this.value==""){this.value=v}}}}
function $(q){return document.getElementById(q)}
function wopen(url){
window.open(url,"popup","left=15,top=15,width=780,height=550,menubar=no,location=no,resizable=yes,scrollbars=yes,status=no");
}
