function flash_tags(src1,id)
{
	document.write('<object type="application/x-shockwave-flash" data="'+src1+'" width="400px"  height="180px" id="'+id+'">\n');
	document.write('<param name="movie" value="'+src1+'" />\n');
	document.write('<param name="wmode" value="transparent" />\n');
	document.write('</object>\n');
}
