img_pre=new Image()
img_pre.src="images/menu_bg_active.gif"

function addtocart (id,name)
{
var today = new Date(); 
var expiry1 = new Date(today.getTime() +  60 *60 * 1000); 

value=1;
alert ("В Вашу корзину добавлено:\n"+name);
document.cookie = id + "=" + escape (value);
}
function Shure(id)
{
  if (window.confirm("Вы уверены?")) 
  window.location=id;
} 

function dig_pic(url)
{
kor=window.open(url, 'Best',"left=30,top=80,width=290,height=350,scrollbars=1,resizable=1")
kor.focus()
}
function email_check(address)
{
var re =/^[\w-](\.?[\w-])*@([A-Za-z]{2,}|[\w-](\.?[\w-])*\.[A-Za-z]{2,})$/i;
return re.test(address);
}
