function Show_title_bar(m)
{

  strHTML="";



  strHTML+="<table width=776  border=0 cellpadding=0 cellspacing=0>";
  
  strHTML+="<tr>";
  
  strHTML+="<td>";
  
  
  strHTML+="<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\" width=\"776\" height=\"28\">";
  
  strHTML+="<param name=\"movie\" value=\"http://www.pts.org.tw/_flash/top_navi.swf\">";
  
  strHTML+="<param name=\"quality\" value=\"high\">";
  strHTML+="<param name=\"allowScriptAccess\" value=\"always\">";
  
  strHTML+="<embed src=\"http://www.pts.org.tw/_flash/top_navi.swf\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" width=\"776\" height=\"28\" allowScriptAccess=\"always\"></embed>";
  
  strHTML+="</object>";
  
  
  strHTML+="</td>";
  
  strHTML+="</tr>";
  
  strHTML+="</table>";

  document.write(strHTML);

}


