﻿// JScript 文件
function insertFlash(url)
{
    document.writeln("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" id=scriptmain name=scriptmain codebase=\"http:\/\/download.macromedia.com\/pub\/shockwave\/cabs\/");
    document.writeln("flash\/swflash.cab#version=6,0,29,0\" width=\"930px\" height=\"320px\">");
    document.writeln("    <param name=\"movie\" value=\"bcastr.swf?bcastr_xml_url=xml\/bcastr.xml\">");
    document.writeln("    <param name=\"quality\" value=\"high\">");
    document.writeln("    <param name=scale value=noscale>");
    document.writeln("    <param name=\"LOOP\" value=\"false\">");
    document.writeln("    <param name=\"menu\" value=\"false\">");
    document.writeln("    <param name=\"wmode\" value=\"transparent\">");
    document.writeln("    <embed src=\"bcastr.swf?bcastr_xml_url=xml\/bcastr.xml\" width=\"930px\" height=\"320px\" loop=\"false\" quality=\"high\" pluginspage=\"http:\/\/www.macromedia.com\/go\/getflashplayer\" type=\"application\/x-shockwave-flash\" salign=\"T\" name=\"scriptmain\" menu=\"false\" wmode=\"transparent\"><\/embed>");
    document.writeln("  <\/object>");
}

function shownone(show)
{
    if(document.getElementById(show).style.display !="")
    {
        document.getElementById(show).style.display = "";
    }
    else
    {
        document.getElementById(show).style.display = "none";
    }
}
function showmx_img(obj)
{
	document.getElementById("imgmx").src = "/images/M_In_AW_14_"+obj+".jpg";		
}
