function showFlash() {
	document.write('<object classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=8,5,0,0" width="750" height="500">\n');
	document.write('<param name="src" value="http://customcreditsystems.com/media/prodmenu.dcr" />\n');
	document.write('<embed src="/media/prodmenu.dcr" pluginspage="http://www.macromedia.com/shockwave/download/" width="750" height="500"></embed>\n');
document.write('</object>\n');

}