function openWin (name, target, width, height)
{
t=window.open('',target,"width="+width+", height="+height+",status=no,scrollbars=no,toolbar=no,menubar=no,location=no,left=50,top=50");
t.document.write("<body marginwidth=0 topmargin=0 leftmargin=0 marginheight=0><img src="+name+"><title>Вольное Экономическое Общество России</title></body>")        
}
