// JavaScript Document
function popup_crew_info(image)
{
	new_window = window.open("", "", "status=no,toolbar=no,width=485,height=410");
	new_window.document.write("<img src='" + image + "'><p style='font-family: Verdana;font-size: 9px;color: #FFFFFF'>Copyright (c) The Story Hat. Image provided by Elginman.</p>");
	new_window.document.close();
	new_window.document.bgColor = 'black';
}
