<!--//
function popup(a,w,h,t){
  var sx = (screen.width - w)/2;
  var sy = (screen.height - h)/2;
  wh = window.open("","pwindow","toolbar=no,menubar=no,statusbar=no,resizable=no,width="+w+",height="+h+",left="+sx+",top="+sy+",screenX="+sx+",screenY="+sy);
  ihtml="<html>\n<head>\n<title>"+t+"</title>\n</head>\n<body marginwidth=0 marginheight=0 topmargin=0 leftmargin=0>\n<a href=\"#\" onclick=\"self.close();\"><img src=\"images/"+a+"\" width=\""+w+"\" height=\""+h+"\" border=\"0\" alt=\"закрыть окно\"></a>\n</body>\n</html>\n";
  wh.document.write(ihtml);
  wh.focus();
}

function over(img,ref){document.images[img].src=ref;}
function out(img,ref){document.images[img].src=ref;}

function my_open(file_name){
  var sx = (screen.width - 666)/2;
  var sy = (screen.height - 400)/2;
  window.open(file_name,"new","toolbar=no,scrollbars=yes,menubar=no,directories=no,statusbar=no,location=no,width=666,height=400,screenX="+sx+",screenY="+sy+",top="+sx+",left="+sy);
}
-->


