function InsertVideo(pathToPlugin,flvideo,flwidth,flheight) {
	document.write('<object type="application/x-shockwave-flash" data="' + pathToPlugin + '/flvplayer.swf?file=' + flvideo + '&autoStart=false" width="' + flwidth + '" height="' + flheight + '" wmode="transparent">\n');
	document.write('<param name="movie" value="' + pathToPlugin + '/flvplayer.swf?file=' + flvideo + '&autoStart=false" />\n');
	document.write('<param name="wmode" value="transparent" />\n');
	document.write('</object>\n');
}