function ShowSWF(flashfile,flashregourl,w,h) {
	document.write('<object type="application/x-shockwave-flash" data="'+flashfile+'?clickTAG='+flashregourl+'" width="'+w+'" height="'+h+'">\n');
	document.write('<param name="movie" value="'+flashfile+'?URLTarget=blank&clickTAG='+flashregourl+'" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<param name="bgcolor" value="#ffffff" />\n');
	document.write('<param name="loop" value="true" />\n');
	document.write('<param name="menu" value="false" />\n');
	document.write('</object>\n');
}