Jean Yen
2013年5月21日 23:03
");
$(".story_photo .videoPlay").hover (
function(){$(this).css({"opacity":"0"})},
function(){$(this).css({"opacity":"1"})}
)
}
//照片區塊出現
$(".story_photo").fadeIn(1000);
//寫入第一張照片
var firstimg = $(".story_photo img:first").attr("rel");
$(".story_photo img:first").attr("src",firstimg);
$(".story_photo li:not(:first)").hide();
//判斷是否有多張照片,寫入開關
var li_nums = $(".story_photo li").length;
var openclose = '
更多照片 '
if (li_nums > 1) {
$(".story_photo .p_switcher").append(openclose);
}
//控制錨點
if (li_nums > 1) {
$('.open_btn, .story_photo img').click(function(){
$('.news_story').ScrollTo(500);
});
$('.close_btn, .story_photo img').click(function(){
$('.news_story').ScrollTo(500);
});
} else {
$(".story_photo img").css("cursor","none").attr("title","");//一張圖時
$(".p_switcher").hide();
}
//點擊圖片或開關,展開其他圖片
$("a.open_close").click(function(){
//寫入其他圖片路徑
$(".story_photo img:not(:first)").each(function(){
var imgsrc = $(this).attr("rel");
$(this).attr("src",imgsrc);
});
$(".story_photo li:not(:first)").slideToggle(500);
$(".open_close span").toggle();
});
if (video_link>0){ // 如果有影音,點圖連到影音頁
$(".story_photo img, .story_photo .videoPlay").css("cursor","pointer").attr("title","點擊觀看影音新聞");//設定游標
$(".story_photo img, .story_photo .videoPlay").click(function(){
var videoURL = $(".story_photo .video_link a").attr("href");
location.href=videoURL;
});
} else { //沒影音時,點圖展開其它圖
if (li_nums > 1) {//一張圖以上
$(".story_photo img").css("cursor","pointer").attr("title","點擊展開");//設定游標
}
$(".story_photo img").click(function(){
//寫入其他圖片路徑
$(".story_photo img:not(:first)").each(function(){
var imgsrc = $(this).attr("rel");
$(this).attr("src",imgsrc);
});
$(".story_photo li:not(:first)").slideToggle(500);
$(".open_close span").toggle();
});
}
//-------------------
});
-
金管會。(圖/記者顏真真攝)
記者顏真真/台北報導
根據金管會統計,近10年來8大公股行庫金額達新台幣5000萬元以上呆帳客戶數累計達1482件,轉銷呆帳金額共計2902.17億元,其中去年最大的呆帳戶就是茂德。
金管會22日將赴立法院財委會就「有關10年來公股行庫5000萬元以上,呆帳轉列及處理情形」進行專案報告。根據金管會統計,民國92年到101年止,包括台灣銀行、合庫銀行、兆豐銀行、華南銀行、土地銀行、彰化銀行、台灣企銀及第一銀行等8大公股行庫5千萬元以上呆帳件數有1482件,轉銷呆帳金額2902.17億元,其中去年呆帳大戶為茂德,轉銷呆帳金額就有239.26億元,而96年到100年間,8大行庫最大呆帳戶是嘉
新食品化纖公司。
至於去年公股行庫的轉銷呆帳前10名,依序為茂德科技、雅新實業、嘉新食品、長億實業、安鋒鋼鐵、峰安金屬、華隆、中國力霸、遠茂光電與精碟科技。
金管會指出,銀行法規明定,銀行對於同一客戶累計轉銷呆帳金額超過5000萬元,或貸放後半年內發生逾期累計轉銷呆帳金額達3000萬元以上的轉銷呆帳資料,不在銀行保密義務範圍。
金管會在修正相關命令,要求銀行在每年4月30日前,公開截至上一年底的客戶轉銷呆帳資料。金管會指出,各銀行都已依規定,每年4月30日前,在各銀行官網專區揭露上一年度呆帳轉銷資料,不過,在避免該資料遭他人不當利用,銀行會在公開文件資料中,以顯著字體註明,若任意臆測,侵害他人名譽者,要自負法律責任。
關鍵字:
金管會
公股
呆帳
茂德
銀行
轉銷呆帳
This entry passed through the Full-Text RSS service — if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers. Five Filters recommends: 'You Say What You Like, Because They Like What You Say' - http://www.medialens.org/index.php/alerts/alert-archive/alerts-2013/731-you-say-what-you-like-because-they-like-what-you-say.html
留言列表