﻿function MenuClick() 
{
	window.location.href = event.srcElement.childNodes(0).href;
}


function ShowVideo(value) 
{
	var obj = document.getElementById("youTubeLink");

	if (obj != null)
		obj.src = value;

	$find("ModalBehaviour").show();
}
