function openWin(pic,w,h,tit){
var w1=w+40;var h1=h+40;var ots=Math.round((screen.width-w1)/2);
var strFutures='top=20,left=' + ots + ',width=' + w1 + ',height=' + h1
   + ',toolbar=no,status=no,menubar=no';
nW=window.open('', 'newWin', strFutures);
nW.document.open();
nW.document.write('<html><head><title>' + tit + '</title></head>'
   + '<body topmargin=20 BACKGROUND=../bg-1.jpg onBlur="close();">'
   + '<div align="center"><img border=1 src=' + pic + ' width=' + w
   + ' height=' + h + '></div></body></html>');
nW.document.close();
//window.event.cancelBubble = true;
//window.event.returnValue = false;
}

function giv_cont() {
             document.writeln('© <a href="mailto:apol@erfolg.ru?subject=Vassily Nesterenko">A.Poliakov, design. Support – ArtService, Ltd.</a>');
 }
function giv_cont1() {
             document.writeln('<a href="mailto:gallery@vnesterenko.ru?subject=Vassily Nesterenko"> V. I. Nesterenko, 2008</a>');
 }
function giv_cont2() {
             document.writeln('<a href="mailto:gallery@vnesterenko.ru?subject=Vassily Nesterenko">gallery@vnesterenko.ru</a>' );
 }
