function RunAbout()
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="183" height="178">\n');
   document.write('<param name="movie" value="flash/shop_activity.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<param name="BGCOLOR" value="#FFFFFF"/>\n');   
   document.write('<embed src="flash/shop_activity.swf" width="183" height="178" quality="high" bgcolor="#FFFFFF"></embed>\n');
   document.write('</object>\n');
}
