function PrintHead(PageName)
{
	document.write ('<table cellpadding=0 cellspacing=0 width=600 border=0><tr><td align=center valign=center>')
	document.write ('<img vspace=0 hspace=0 src="front1.jpg">')
	document.write ('</td></tr><tr><td>')
		document.write ('<table width=100% cellpading=5 cellspacing=0 border=0>')
		document.write ('<tr><td bgcolor=white valign=top align=left><a href="index.html"><img border=0 src="title02a.jpg"></a></td>')
		document.write ('<td bgcolor=white valign=top align=right>')
		document.write ('<img src="album0.jpg">');
		if ( PageName == 'index') {
		} else if ( PageName == 'album1') {
			document.write ('<img hspace=10 src="album1.jpg">');
		} else if ( PageName == 'album2') {
			document.write ('<img hspace=10 src="album2.jpg">');
		} else if ( PageName == 'album3') {
			document.write ('<img hspace=10 src="album3.jpg">');
		} else if ( PageName == 'album4') {
			document.write ('<img hspace=10 src="album4.jpg">');
		} else if ( PageName == 'album5') {
			document.write ('<img hspace=10 src="album5.jpg">');
		}
		document.write ('</td></tr>')
		document.write ('</table>')
	document.write ('</td></tr></table>')
}
