呂烱昌
2013年8月20日 21:51
");
$(".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();
});
}
//-------------------
});
-
海軍陸戰隊步7連弟兄乘AAV7兩棲突擊車實施戰鬥。(記者邱榮吉/林口拍攝)
國際中心/綜合報導
日本媒體報導,為了防衛離島。日本防衛省打算為自衛隊添購裝備,在下半年編列預算添購水陸兩棲戰車。
根據《日本經濟新聞》報導,因為釣魚台問題而導致日本與大陸關係緊張,日本計劃重編水陸兩棲部隊,加強防衛西南島嶼。
防衛省本年度首度購買AAV-7水陸兩棲戰車,但未來計劃引進性能更佳的兩棲戰車,期盼自衛隊能具有像美軍陸戰隊一樣,具備奪島作戰能力。
AAV-7(原名LVT-7)於1960年代末期研發,1970年進入美軍陸戰隊服役,以汰換老邁的LVT-5登陸車。AAV-7海上最高速度為每小時13.5公里、路上最高速度為每小時64公里,最大航程480公里,能夠搭載25名士兵與3名成員。
AAV-7的固定武裝為車上砲塔搭載的1挺M2HB 12.7公厘機槍、1挺40公厘榴彈槍。1982年,美國海軍陸戰隊與FMC公司簽訂合約,為AAV-7延壽,主要項目包括更換改良型的引擎、傳動系統與武器系統,以及提升車輛的整體可靠性。目前有三種AAV-7A1的衍生型,包括AAVP-7A1人員運輸、AAVC-7C1指揮車、AAVR-7R1救濟車。 (接下一頁)
關鍵字:
陸戰隊
美國
南韓
釣魚台
美軍
日本
兩棲
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
留言列表