﻿/* === call swf === */
function swfView(id, swfPath, width, height, bgColor, wmode, accessMode, subConId) {
	if (!bgColor) bgColor = "#FFFFFF";
	if (!wmode) wmode = "transparent";
	if (!accessMode) accessMode = "sameDomain";
	var swfStr = "";
	swfStr = "<object id=\"" + id + "\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"" + location.protocol + "//download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10.0.42.34\" width=\"" + width + "px\" height=\"" + height +"px\">";
	swfStr += "<param name=\"movie\" value=\"" + swfPath + "\" />";
	swfStr += "<param name=\"quality\" value=\"high\" />";
	swfStr += "<param name=\"bgColor\" value=\"" + bgColor + "\" />";
	swfStr += "<param name=\"wmode\" value=\"" + wmode + "\" />";
	swfStr += "<param name=\"allowscriptAccess\" value=\"" + accessMode + "\" />";
	swfStr += "<!--[if !IE]> <-->";
	swfStr += "<object id=\"" + id + "NIE\" type=\"application/x-shockwave-flash\" data=\"" + swfPath + "\" width=\"" + width + "px\" height=\"" + height + "px\">";
	swfStr += "<param name=\"movie\" value=\"" + swfPath + "\" />";
	swfStr += "<param name=\"quality\" value=\"high\" />";
	swfStr += "<param name=\"bgColor\" value=\"" + bgColor + "\" />";
	swfStr += "<param name=\"wmode\" value=\"" + wmode + "\" />";
	swfStr += "<param name=\"allowscriptAccess\" value=\"" + accessMode + "\" />";
	swfStr += "<!--> <![endif]-->";
	if (subConId != "" && document.getElementById(subConId) != null) {
		swfStr += document.getElementById(subConId).innerHTML;
		document.getElementById(subConId).innerHTML = "";
	}
	swfStr += "<!--[if !IE]> <-->";
	swfStr += "</object>";
	swfStr += "<!--> <![endif]-->";
	swfStr += "</object>";
	document.write(swfStr);
}
/* === menu link === */
function pageURL(a,b){
	var menu_1_1 = "/sitecn/jtys/index.html";	//
	var menu_1_2 = "/sitecn/xmjs.html";	//
	var menu_1_3 = "/sitecn/hxjs/list.html";	//
	var menu_1_4 = "/sitecn/xxhs/index.html";	//
	var menu_1_5 = "/sitecn/zzzt/list.html";	//
	var menu_1_6 = "/sitecn/fcxtd/index.html";	//
	var menu_1_7 = "/sitecn/kfyy/index.aspx";	//
	var menu_1_8 = "/sitecn/jtjs/index.html";	//关于我们

	var m = eval("menu_"+ a + "_" + b);
	if(m != "#") {location.href = m;return;}
}


