function showImage( tn ) {
	if( document.images ) {
		document["mainImage"].src = "../images/"+tn+".jpg";
	}
}
