function doPopup(imgURL) {
		imgWindow = window.open( "/inc/imgPopup.html?"+ imgURL, "", "toolbar=0,scrollbars=0,statusbar=0,location=0,resizable=0,HEIGHT=300,WIDTH=400");
		imgWindow.moveTo(50, 125);
}