﻿var swf_width=200
var swf_height=150
var texts='Asky'
var files='../movie/VTS_01_1.flv|'
var config='0:自动播放|0:连续播放|100:默认音量|0:控制栏位置|2:控制栏显示|0x000033:主体颜色|60:主体透明度|0x66ff00:光晕颜色|0xffffff:图标颜色|0xffffff:文字颜色|:logo文字|:logo地址|:结束swf地址|1:是否显示时间'

function domovie(){
    document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+ swf_width +'" height="'+ swf_height +'">');
    document.write('<param name="movie" value="../movie/v.swf"><param name="quality" value="high">');
    document.write('<param name="menu" value="false"><param name=wmode value="opaque">');
    document.write('<param name="FlashVars" value="vcastr_file='+files+'&vcastr_title='+texts+'&vcastr_config='+config+'">');
    document.write('<embed src="../movie/v.swf" wmode="opaque" FlashVars="vcastr_file='+files+'&vcastr_title='+texts+'&vcastr_config='+config+'" menu="false" quality="high" width="'+ swf_width +'" height="'+ swf_height +'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />'); document.write('</object>'); 
}

var xp;
function domap(){
    xp = setTimeout("showmap(" + event.clientX +","+ event.clientY +")",500);
}
function showmap(a,b){
    var obj= document.getElementById("maps");
    
    obj.style.display='';
    obj.style.left=a  - 451 + 5;
    obj.style.top=b - 448 + 5 + document.body.scrollTop;

}
function showmap2(){
    var obj= document.getElementById("maps");
    obj.style.display='';
}

function hidemap(){
    clearTimeout(xp);
    document.getElementById("maps").style.display='none';
}