function showsample() {
		w = window.open('', 'tspreview', 'width=760,height=480,resizable,scrollbars');
		w.document.open('text/html', 'replace');
		w.document.writeln('<title>Tattoo Samoan Sample Page</title>');
		w.document.writeln('<body style="margin:0px; padding:0px; text-align:center; background: white; font-family: Arial, Helvetica, sans-serif; font-size: 0.8em;">');
		w.document.writeln('<img src="images/page13.gif">');
		w.document.writeln('<br><a href="javascript:window.close()">Close Window</a>');
		w.document.close();

	return false;
}

function over() {
	document.moreInfo.src = overImage.src;
}

function out() {
	document.moreInfo.src = 'images/more-tattoo-information.gif';
}

var overImage = new Image();
overImage.src = 'images/more-tattoo-information-over.gif';
