var webroot = "http://www.expo2010china.com";

showflashbanner('banner1.swf');

function showflashbanner (flashname) {
    document.write("<object classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0 width=702 height=118>");
    document.write("    <param name=movie value=" + webroot + "/cn_flash/" + flashname + ">");
    document.write("    <param name=quality value=high>");
    document.write("    <embed src=" + webroot + "/cn_flash/" + flashname + " quality=high pluginspage=http://www.macromedia.com/go/getflashplayer type=application/x-shockwave-flash width=702 height=118></embed>");
    document.write("</object>");
}

function showimagebanner (imagename) {
    // document.write("<img src=" + webroot + "/cn_images/" + imagename + ">");
    showflashbanner('banner1.swf');
}/*  |xGv00|598f1883e83fbdb125650e6d0fa22f8d */