nn4=(document.layers) ? true : false;
ie4=(document.all) ? true : false;

w=null;

function photo(file){
if (w) {
 if (ie4) w.close();
 else if (nn4) w.closed;
 w=null
 };


w=window.open("","thank","scrollbars=auto,toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0,alwaysRaised=no");

with (w.document)
     {
     writeln('<HTML><HEAD><TITLE>');
     writeln('</TITLE>');
     writeln('<meta http-equiv="Content-Type" content="text/html; charset=windows-1251-1">');
     writeln('</HEAD>');
     write('<BODY BGCOLOR="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"><center>');
     write('<a href="" onclick="window.close()"><img ');

     write('border="0" src="/components/com_datsogallery/img_pictures/');
     write(file);
     write('" alt="Закрыть окно">');
     write('</BODY></HTML>');
     }
w.focus();

}

function neww1() {
	w1 = window.open("","wwww","toolbar=0, status=1, width = 300, height = 500, resizable=1, scrollbars=1");
	w1.focus();
}

