// JavaScript Document

function div_video(dv, video){
	document.getElementById('vd'+dv).innerHTML = vd[video];
	window.location = '#link'+dv;
}