// JavaScript Document
		function popupImage(url){
			window.open(url, 'LanaiDoorsImages', 'width=500,height=333,resizable=0');
		}