function photoenlarge(photono){

var viewerdb=window.open('','view','height=400,width=600');

viewerdb.document.write('<html><head><title>Cutting Edge Lawn Care, Florida</title>');
viewerdb.document.write('</head><body style="background-color: #669966; margin: 0px;">');
viewerdb.document.write('<img src="images/photos_600x400/'+photono+'.jpg" />');
viewerdb.document.write('</body></html>');

viewerdb.document.close();
}