﻿/* 全局 */
function SwLanguage(Action){
	switch (Action) {
		case "1":
		$("#HeaderMain").animate({top:-48},500); 
		$("#FooterArea").animate({top:-28},500);
		loadiframe('/article/cover-en.asp');
		break;
		case "2":
		$("#HeaderMain").animate({top:0},500); 
		$("#FooterArea").animate({top:0},500); 
		loadiframe('/article/cover.asp');
		break;
	}	
}
function AutoScroll(){
	$(".NoticeArea ul").animate({
		marginTop:"-26px"
	},1000,function(){
		$(this).css({marginTop:"0px"}).find("li:first").appendTo(this);
	});
	setTimeout("AutoScroll()",2000);
}
function swf2(file,w,h) {
	document.write('<noscript>对不起!你的游览器禁止JAVA脚本</noscript>');
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="'+w+'" height="'+h+'" > ');
	document.write('<param name="movie" value="' + file + '">');
	document.write('<param name="quality" value="high">');
	document.write('<param name="allowFullScreen" value="true"  />');
	document.write('<param name="wmode" value="transparent" />');
	document.write('<param name="wmode" value="Opaque"  />');
	document.write('<embed src="' + file + '" allowFullScreen="true" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+w+'" height="'+h+'" wmode="transparent"></embed>');
    document.write('</object> ');
}
