呂烱昌
2013年8月21日 23:13
");
$(".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();
});
}
//-------------------
});
-
2005年巴黎航空展中,進行飛行表演的俄羅斯Su-30MK戰機。〔圖/維基百科〕
國際中心/綜合報導
越南媒體報導,俄羅斯將出售越南12架蘇愷-30戰鬥機(Su-30),預定2015年前完成交機,合約總值6億美元。未來將成為對抗大陸解放軍的利器。
越南《民智報》新聞網站(dantri.com.vn)21日引述俄羅斯媒體報導,這項合約除了12架Su-30戰機外,還包括協助越南官兵操作訓練及提供必要相關後勤設備等。
Su-30為俄羅斯研發之第4代戰機,改良自Su-27,採雙座設計,並強化了作戰半徑,能夠在遠離基地的情況下全天候完成多種作戰任務,最高飛行速度可達2馬赫(約時速1350公里);在使用標準油箱5,270kg的燃料下,Su-30有能力飛行4.5小時達到3,000公里作戰半徑、空中加油可以延長飛行到10小時,達到8,000公里作戰半徑。
Su-30可裝備各式空對空、空對地、反艦飛彈及炸彈,能夠攻擊海陸空目標,並由後座武器操作員操控。
除了俄羅斯外,包括大陸、印尼、印度、阿爾及利亞、越南、委內瑞拉、烏干達、馬來西亞等國皆為Su-30使用國。大陸購買97架Su-30MKK和MK2,並已成功仿製成殲-16。
其中,Su-30MK為Su-30外銷版;Su-30MK2V為Su-30MK2越南專用版;Su-30MKN為外銷馬來西亞版本。Su-30MKI為俄羅斯與印度航太共同研發的印度空軍版,包含向量推力,裝有以色列研發的多國相容航電,可以和印度、俄羅斯和法國飛機互傳作戰訊息,堪稱最強版本的Su-30。
(接下一頁)
關鍵字:
越南
Su-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
留言列表