function FullFotoScreen(strFile,strPath,strAlt,strNwin,Sz1,Sz2) {
  sW=screen.width-80;
  sH=screen.height-180;
  strFeature='fullscreen=0, resizable=1, status=1, menubar=1, toolbar=1, scrollbars=1, width='+sW+', height='+sH+', left=40, top=10';
  bF=window.open("",strNwin,strFeature);
  strBf='<html><head><title>Foto - '+strAlt+'</title></head>'+
  '<body background="'+strPath+'Pic/fon.jpg" bgcolor="black"><table width=100% height=100%>'+
  '<tr align="center" valign="middle"><td>'+
  '<a href="'+strPath+'Images/Himage/'+strFile+'" title="Увеличить ещё">'+
  '<img src="'+strPath+'Images/'+strFile+'" style="border:double; border-color:gray; border-width:3pt" width='+Sz1+' title="'+strAlt+'" alt="'+strAlt+'" >'+
  '</a></br></br><b style="font: bold 14pt Arial, Times New Roman, Courier New Cyr; color: gray;">'+strAlt+'</b></td></tr></table></body></html>';
  if (bF.document.title=='') bF.document.write(strBf); 
 }

 function FullFotoScreen1(strFile,strPath,strAlt,strNwin,Sz1) {
  sW=screen.width-80;
  sH=screen.height-180;
  strFeature='fullscreen=0, resizable=1, status=1, menubar=1, toolbar=1, scrollbars=1, width='+sW+', height='+sH+', left=40, top=10';
  bF=window.open("",strNwin,strFeature);
  strBf='<html><head><title>Foto - '+strAlt+'</title></head>'+
  '<body background="'+strPath+'Pic/fon.jpg" bgcolor="black"><table width=100% height=100%>'+
  '<tr align="center" valign="middle"><td>'+
  '<a href="'+strPath+'Images1/Himage1/'+strFile+'" title="Увеличить ещё">'+
  '<img src="'+strPath+'Images1/'+strFile+'" style="border:double; border-color:gray; border-width:3pt" width='+Sz1+' title="'+strAlt+'" alt="'+strAlt+'" >'+
  '</a></br></br><b style="font: bold 14pt Arial, Times New Roman, Courier New Cyr; color: gray;">'+strAlt+'</b></td></tr></table></body></html>';
  if (bF.document.title=='') bF.document.write(strBf); 
 }

 function FullFotoScreen2(strFile,strPath,strAlt,strNwin,Sz1) {
  sW=screen.width-80;
  sH=screen.height-180;
  strFeature='fullscreen=0, resizable=1, status=1, menubar=1, toolbar=1, scrollbars=1, width='+sW+', height='+sH+', left=40, top=10';
  bF=window.open("",strNwin,strFeature);
  strBf='<html><head><title>Foto - '+strAlt+'</title></head>'+
  '<body background="'+strPath+'Pic/fon.jpg" bgcolor="black"><table width=100% height=100%>'+
  '<tr align="center" valign="middle"><td>'+
  '<a href="'+strPath+'Images2/Himage2/'+strFile+'" title="Увеличить ещё">'+
  '<img src="'+strPath+'Images2/'+strFile+'" style="border:double; border-color:gray; border-width:3pt" width='+Sz1+' title="'+strAlt+'" alt="'+strAlt+'" >'+
  '</a></br></br><b style="font: bold 14pt Arial, Times New Roman, Courier New Cyr; color: gray;">'+strAlt+'</b></td></tr></table></body></html>';
  if (bF.document.title=='') bF.document.write(strBf); 
 }

 function FullFotoScreen3(strFile,strPath,strAlt,strNwin,Sz1) {
  sW=screen.width-80;
  sH=screen.height-180;
  strFeature='fullscreen=0, resizable=1, status=1, menubar=1, toolbar=1, scrollbars=1, width='+sW+', height='+sH+', left=40, top=10';
  bF=window.open("",strNwin,strFeature);
  strBf='<html><head><title>Foto - '+strAlt+'</title></head>'+
  '<body background="'+strPath+'Pic/fon.jpg" bgcolor="black"><table width=100% height=100%>'+
  '<tr align="center" valign="middle"><td>'+
  '<a href="'+strPath+'Images3/Himage3/'+strFile+'" title="Увеличить ещё">'+
  '<img src="'+strPath+'Images3/'+strFile+'" style="border:double; border-color:gray; border-width:3pt" width='+Sz1+' title="'+strAlt+'" alt="'+strAlt+'" >'+
  '</a></br></br><b style="font: bold 14pt Arial, Times New Roman, Courier New Cyr; color: gray;">'+strAlt+'</b></td></tr></table></body></html>';
  if (bF.document.title=='') bF.document.write(strBf); 
 }

