﻿
function PlayVideo(url)
{
window.open(url,null,'width=400,height=450');
}