/* open_proj(proj_name)
 *
 * Open a popup window with details of the selected project.
 * Details stored at portfolio/proj_name/index.html
 */

function open_proj(proj_name) {
	alert("Sorry, project details not available at this time.");
}