function OpenImg(src,width,height) {

  image = window.open('','','left=50, top=50, toolbar=no, width='+width+', height='+height+', resizable=no, scrollbars=no, status=no');
  image.focus();
  image.document.write('<html><head><title>WSFF - photo</title></head><body style="background: url(\'images/loading.jpg\') center center no-repeat #ffffff; margin: 0px; padding: 0px;"><img src="'+src+'" width="'+width+'" height="'+height+'" alt="" onClick="window.close();"></body></html>');
  image.document.close();

}

function OpenImg2(src,alt,width,height) {

  image = window.open('','','left=50, top=50, toolbar=no, width='+width+', height='+height+', resizable=no, scrollbars=no, status=no');
  image.focus();
  image.document.write('<html><head><title>WSFF - photo</title></head><body style="background: url(\'images/loading.jpg\') center center no-repeat #ffffff; margin: 0px; padding: 0px;"><img src="'+src+'" width="'+width+'" height="'+height+'" alt="'+alt+'" onClick="window.close();"></body></html>');
  image.document.close();

}

function EOpenImg(src,width,height) {

  image = window.open('','','left=50, top=50, toolbar=no, width='+width+', height='+height+', resizable=no, scrollbars=no, status=no');
  image.focus();
  image.document.write('<html><head><title>WSFF - photo</title></head><body style="background: url(\'images/loading2.jpg\') center center no-repeat #ffffff; margin: 0px; padding: 0px;"><img src="'+src+'" width="'+width+'" height="'+height+'" alt="" onClick="window.close();"></body></html>');
  image.document.close();

}

function EOpenImg2(src,alt,width,height) {

  image = window.open('','','left=50, top=50, toolbar=no, width='+width+', height='+height+', resizable=no, scrollbars=no, status=no');
  image.focus();
  image.document.write('<html><head><title>WSFF - photo</title></head><body style="background: url(\'images/loading2.jpg\') center center no-repeat #ffffff; margin: 0px; padding: 0px;"><img src="'+src+'" width="'+width+'" height="'+height+'" alt="'+alt+'" onClick="window.close();"></body></html>');
  image.document.close();

}
