function okno(img){
	newin=open('','','width=810,height=610,resizable=1,scrollbars=1');
												newin.document.close();
												newin.document.open();
												newin.document.write('<html><head><title>Ôîòî<\/title><\/head><body><p><img src="' + img + '" height=\"600\"  \/><\/p><\/body><\/html>');
												newin.document.close();
												newin.focus();
}
	 