
function getVfile(div_name, file_name, img_name, description) {
	document.getElementById(div_name).innerHTML = 
		'<h1>' + description + '</h1>' + "\n" +
		'<div styles="margin:0; padding-top:5px; padding-bottom:0px;">' + "\n" +
			'<div styles="margin:0; padding-top:5px; padding-bottom:5px;">' + "\n" +
				'				<embed src="http://97.65.113.28/flash/mediaplayer.swf" width="320" height="260" allowFullScreen="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="file=' + file_name + '&streamer=rtmp://97.65.113.28/vod&image=' + img_name + '&displayheight=280&autostart=auto"></embed>' + "\n" +
		'</div>' + "\n";
}