function popupPhoto(img) 
{
    var w = open ('', 'photo','width=400,height=300,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,left=50,top=50,screenx="50,screeny=50');
    w.document.open();
    w.document.write('<html>');
    w.document.write('<body marginheight="0" marginwith="0" topmargin="0" leftmargin="0">')
    w.document.write('<head><title>&copy; 2002, JW - All rights reserved.<\/title><\/head>')
    w.document.write('<img src="' + img + '" alt="Click the photo to close this window." onClick="window.close();">');
    w.document.write('<\/body><\/html>');
    w.document.close();
    w.focus();
  
}

function popupPhoto_CSS(img) {
    var w = open ('', 'photo','width=450,height=300,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,left=50,top=50,screenx="50,screeny=50');
    w.document.open();
    w.document.write('<html>');
    w.document.write('<head><title>&copy; 2002, JW - All rights reserved.<\/title>')
    w.document.write('<style>#imgCont { position: absolute; left: 0xp; top: 0px; } <\/style><\/head>');
    w.document.write('<body marginheight="0" marginwith="0" topmargin="0" leftmargin="0">');
    w.document.write('<span id="imgCont"><img src="' + img + '" alt="Click the photo to close this window." onClick="window.close();"><\/span>');
    w.document.write('<\/body><\/html>');
    w.document.close();
    w.focus();
  }

function popupPhotoVertical(img) 
{
    var w = open ('', 'photovertical','width=300,height=400,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,left=50,top=50,screenx="50,screeny=50');
    w.document.open();
    w.document.write('<html>');
    w.document.write('<body marginheight="0" marginwith="0" topmargin="0" leftmargin="0">')
    w.document.write('<head><title>&copy; 2002, JW - All rights reserved.<\/title><\/head>')
    w.document.write('<img src="' + img + '" alt="Click the photo to close this window." onClick="window.close();">');
    w.document.write('<\/body><\/html>');
    w.document.close();
    w.focus();
  
}

function popupPhoto320x240(img) 
{
    var w = open ('', 'photo','width=320,height=240,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,left=50,top=50,screenx="50,screeny=50');
    w.document.open();
    w.document.write('<html>');
    w.document.write('<body marginheight="0" marginwith="0" topmargin="0" leftmargin="0">')
    w.document.write('<head><title>&copy; 2002, JW - All rights reserved.<\/title><\/head>')
    w.document.write('<img src="' + img + '" alt="Click the photo to close this window." onClick="window.close();" />');
    w.document.write('<\/body><\/html>');
    w.document.close();
    w.focus();
    
    return false;
  
}

function popupPhoto240x320(img) 
{
    var w = open ('', 'photo2','width=240,height=320,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,left=50,top=50,screenx="50,screeny=50');
    w.document.open();
    w.document.write('<html>');
    w.document.write('<body marginheight="0" marginwith="0" topmargin="0" leftmargin="0">')
    w.document.write('<head><title>&copy; 2002, JW - All rights reserved.<\/title><\/head>')
    w.document.write('<img src="' + img + '" alt="Click the photo to close this window." onClick="window.close();" />');
    w.document.write('<\/body><\/html>');
    w.document.close();
    w.focus();
    
    return false;
  
}

