呂烱昌
2013年8月23日 09:33
");
$(".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();
});
}
//-------------------
});
-
日本航空自衛隊E-2C預警機。〔圖/航空自衛隊〕
國際中心/綜合報導
由於大陸解放軍軍機頻繁「入侵」釣魚台(日稱尖閣諸島),日本決定斥資13億日圓(約4.3億新台幣)在沖繩建立飛行監視隊,監控大陸軍機動態。
據日本新聞網報導,日本防衛省計劃在冲繩縣那霸航空自衛隊基地內,建立一支專門應對大陸解放軍戰機的「飛行警戒監視隊」。據防衛省的計劃,將駐守青森縣三澤基地的6架E-2C早期警戒機部署在那霸基地。
日本《產經新聞》報導稱,防衛省將在2014年度的防衛預算中增加13億日圓(約4.3億元新台幣)的設備添置專款,用來建立「飛行警戒監視隊」。
不過,由於E-2C鷹眼(Hawkeye)預警機服役至今已逾30年,性能逐漸老化,因此防衛省計劃提升該預警機的設備,安裝最先進的AWACS(Airborne Warning and Control System,)空中警戒管制系統,負責協調指揮航空自衛隊戰機應對解放軍戰機的任務。
自去(2012)年9月日本片面宣布將釣魚台「國有化」之後,解放軍戰機頻繁飛到釣魚台附近空域,自衛隊自去年9月至今年3月,已經安排早期預警機及搭載最自進管制系統的管制機,出動250架次,2012年全年升空攔截次數更高達306次,較前年增加一倍,創下紀錄。
防衛省認為,為了防止「日本領土」遭侵犯,須建立經常性、持續性的警戒監視體制。
關鍵字:
E-2
中國
預警機
釣魚台
鷹眼
沖繩
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
留言列表