// Create a new Window for the description of my photo projects
function openPopWindow(page) {
	newPopWin = window.open();
	newPopWin.close();
	newPopWin = window.open(page, 'newDescWindow', "resizable=no, scrollbars=no, status=no, width=600, height=500");
}

