function big(title, image)
{
    document.write("<html>");
    document.write("<head>");
    document.write("<body>");
    document.write("<head>");
    document.write("<title>" + title + "</title>");
    document.write("</head>");
    document.write("<body bgcolor='black'>");
    document.write("<center>");
    document.write("<img src='http://www.indystrips.com/html/header.jpg' align='center' border='0' width='700' height='73'>");
    document.write("</center>");
    document.write("<hr>");
    document.write("<br>");
    document.write("<p>");
    document.write("<center><img src='" + image + "' border='0'></center>");
    document.write("</body>");
    document.write("</html>");
}