function showImage(imgnm) {
	ipath = imgnm;
	document.write("<table border='0' cellspacing='0' cellpadding='0'>");
	document.write("<tr>");
	document.write("<td>");
	document.write("<img src='"+ipath+"' class='shadowedimg'>");
	document.write("</td>");
	document.write("<td class='imgSideShadow'><img src='images/shadows/imageTop.gif' width='8' height='8'></td>");
	document.write("</tr>");
	document.write("<tr>");
	document.write("<td class='imgBottomShadow'><img src='images/shadows/imageLeft.gif' width='8' height='8'></td>");
	document.write("<td class='imgCornerShadow'></td>");
	document.write("</tr>");
	document.write("</table>");
}

function showCopyright() {
	document.write("&copy; 2006 Swartzlander Racing");
	document.write(" - ");
	document.write("Site design by <a href='http://www.michaelshaheen.com'>Michael Shaheen</a>");
}