function popImage(source) {
	var generator=window.open('','popimage','height=550,width=840,fullscreen=no,toolbar=no,status=no,menubar=no,scrollbars=no,resizable=no,directories=no,location=no');
	generator.document.write('<html><head><title>Astoria by Young Homes - Image Window</title></head>');
	generator.document.write('<body>');
	generator.document.write('<div align="center"><a href="javascript:self.close()"><img src="'+source+'" border="0" alt="Click to Close" title="Click to Close" /></a></div>');
	generator.document.write('</body></html>');
	generator.document.close();
}



