function flashshow(swfurl,id,width,height) {
	document.write('<object type="application/x-shockwave-flash" data='+swfurl+' width='+width+' height='+height+' id='+id+'>');
	document.write('<param name="movie" value='+swfurl+' />');
	document.write('<param name="menu" value="false" />');
	document.write('<param name="wmode" value="transparent" />');
	document.write('<param name="allowFullScreen" value="true" />');
	document.write('</object>');
	}
