// JavaScript Document

function callASFunction(target, functionName, vidName){
document.getElementById(target).playThisVideo(vidName);
}