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://web.pts.org.tw/titv/_utility/homepage/flash/top_navi.swf\">";                                                                                                
    strHTML+="<param name=\"quality\" value=\"high\">";
    strHTML+="<param name=\"allowscriptaccess\" value=\"always\">";
    strHTML+="<embed src=\"http://web.pts.org.tw/titv/_utility/homepage/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);

}
